mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Template file for performance roadmap
svn:r17073
This commit is contained in:
parent
502192502a
commit
3e0f0b48d9
@ -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
|
||||||
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
|
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
|
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
|
||||||
|
35
doc/design-paper/performance.tex
Normal file
35
doc/design-paper/performance.tex
Normal 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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user