mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
3e0f0b48d9
svn:r17073
36 lines
763 B
TeX
36 lines
763 B
TeX
\documentclass{article}
|
|
%\usepackage{palatcm}
|
|
\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}
|
|
|
|
%% Please add your name in here if you contribute
|
|
\author{Steven J. Murdoch}
|
|
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
|
|
\fancyhead[C]{\thetitle}
|
|
\fancyfoot[C]{\thepage}
|
|
|
|
\begin{document}
|
|
|
|
\thispagestyle{plain}
|
|
|
|
\maketitle
|
|
|
|
\end{document}
|
|
|