Template file for performance roadmap

svn:r17073
This commit is contained in:
Steven Murdoch 2008-10-13 17:02:53 +00:00
parent 502192502a
commit 3e0f0b48d9
2 changed files with 39 additions and 0 deletions

View File

@ -21,6 +21,10 @@ tor-design.pdf: cell-struct.pdf interaction.pdf tor-design.bib tor-design.tex us
pdflatex tor-design.tex
pdflatex tor-design.tex
performance.pdf: performance.tex
pdflatex $<
pdflatex $<
EXTRA_DIST = cell-struct.fig interaction.fig tor-design.bib usenix.sty latex8.bst tor-design.tex
DISTCLEANFILES = cell-struct.eps interaction.eps cell-struct.pdf interaction.pdf tor-design.aux tor-design.bbl tor-design.blg tor-design.log tor-design.dvi tor-design.ps tor-design.pdf

View File

@ -0,0 +1,35 @@
\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}