|
@@ -0,0 +1,35 @@
|
|
|
+\documentclass{article}
|
|
|
+
|
|
|
+\usepackage{fancyhdr}
|
|
|
+\usepackage{color}
|
|
|
+\usepackage{graphicx}
|
|
|
+
|
|
|
+\usepackage{hyperref}
|
|
|
+\hypersetup{colorlinks, citecolor=MyDarkRed, filecolor=MyDarkBlue, linkcolor=MyDarkRed, urlcolor=MyDarkBlue}
|
|
|
+
|
|
|
+\definecolor{MyDarkBlue}{rgb}{0, 0.0, 0.45}
|
|
|
+\definecolor{MyDarkRed}{rgb}{0.45, 0.0, 0}
|
|
|
+\definecolor{MyDarkGreen}{rgb}{0, 0.45, 0}
|
|
|
+\definecolor{MyLightGray}{gray}{.90}
|
|
|
+\definecolor{MyLightGreen}{rgb}{0.5, 0.99, 0.5}
|
|
|
+
|
|
|
+\newcommand{\thetitle}{Performance Improvements on Tor}
|
|
|
+\title{\thetitle}
|
|
|
+
|
|
|
+
|
|
|
+\author{Steven J. Murdoch}
|
|
|
+
|
|
|
+\pagestyle{fancy}
|
|
|
+\fancyhf{}
|
|
|
+
|
|
|
+\fancyhead[C]{\thetitle}
|
|
|
+\fancyfoot[C]{\thepage}
|
|
|
+
|
|
|
+\begin{document}
|
|
|
+
|
|
|
+\thispagestyle{plain}
|
|
|
+
|
|
|
+\maketitle
|
|
|
+
|
|
|
+\end{document}
|
|
|
+
|