[or-cvs] r23174: {projects} number the pages from the start of the actual document (projects/articles)

Roger Dingledine arma at torproject.org
Mon Sep 13 21:31:25 UTC 2010


Author: arma
Date: 2010-09-13 21:31:25 +0000 (Mon, 13 Sep 2010)
New Revision: 23174

Modified:
   projects/articles/circumvention-features.tex
Log:
number the pages from the start of the actual document


Modified: projects/articles/circumvention-features.tex
===================================================================
--- projects/articles/circumvention-features.tex	2010-09-13 20:23:22 UTC (rev 23173)
+++ projects/articles/circumvention-features.tex	2010-09-13 21:31:25 UTC (rev 23174)
@@ -20,7 +20,11 @@
 \def\thesection{\arabic{section}}
 \begin{document}
 \maketitle
-\tableofcontents \newpage
+\tableofcontents
+\thispagestyle{empty}
+\newpage
+\pagestyle{plain}
+\setcounter{page}{1}
 
 \section*{Introduction}
 As more countries crack down on Internet use, people around the world



More information about the tor-commits mailing list