[or-cvs] Turn challenges.tex into minimally valid LaTeX

Nick Mathewson nickm at seul.org
Sat Jan 22 01:35:31 UTC 2005


Update of /home/or/cvsroot/tor/doc/design-paper
In directory moria.mit.edu:/tmp/cvs-serv23925

Modified Files:
	challenges.tex 
Log Message:
Turn challenges.tex into minimally valid LaTeX

Index: challenges.tex
===================================================================
RCS file: /home/or/cvsroot/tor/doc/design-paper/challenges.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- challenges.tex	7 Jan 2005 14:01:56 -0000	1.2
+++ challenges.tex	22 Jan 2005 01:35:29 -0000	1.3
@@ -1,8 +1,8 @@
+\documentclass[twocolumn]{article}
 
+\title{Challenges in bringing low-latency stream anonymity to the masses (DRAFT)}
 
-
-Challenges in bringing low-latency stream anonymity to the masses
-
+\begin{document}
 
 \section{Introduction}
 
@@ -27,7 +27,7 @@
 
 Tor works like this.
 
-weasel's graph of # nodes and of bandwidth, ideally from week 0.
+weasel's graph of \# nodes and of bandwidth, ideally from week 0.
 
 Tor has the following goals.
 
@@ -100,7 +100,7 @@
 dries up.
 
 Logging. Making logs not revealing. A happy coincidence that verbose
-logging is our #2 performance bottleneck. Is there a way to detect
+logging is our \#2 performance bottleneck. Is there a way to detect
 modified servers, or to have them volunteer the information that they're
 logging verbosely? Would that actually solve any attacks?
 
@@ -172,3 +172,5 @@
 to simulate or to produce equations and formulae. but those have their
 roles too.
 
+\end{document}
+



More information about the tor-commits mailing list