You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by cj...@apache.org on 2015/01/26 17:58:27 UTC

[3/3] accumulo git commit: ACCUMULO-3486 Fixing incorrect page numbering of latex pdf.

ACCUMULO-3486 Fixing incorrect page numbering of latex pdf.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0ca44d7d
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0ca44d7d
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0ca44d7d

Branch: refs/heads/1.6
Commit: 0ca44d7df4a5510f64427e9933476ef6a3be1268
Parents: c1d9118
Author: Corey J. Nolet <cj...@gmail.com>
Authored: Mon Jan 26 11:57:44 2015 -0500
Committer: Corey J. Nolet <cj...@gmail.com>
Committed: Mon Jan 26 11:58:21 2015 -0500

----------------------------------------------------------------------
 .../accumulo_user_manual/accumulo_user_manual.tex      | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/0ca44d7d/docs/src/main/latex/accumulo_user_manual/accumulo_user_manual.tex
----------------------------------------------------------------------
diff --git a/docs/src/main/latex/accumulo_user_manual/accumulo_user_manual.tex b/docs/src/main/latex/accumulo_user_manual/accumulo_user_manual.tex
index 4eacf5c..37d8f35 100644
--- a/docs/src/main/latex/accumulo_user_manual/accumulo_user_manual.tex
+++ b/docs/src/main/latex/accumulo_user_manual/accumulo_user_manual.tex
@@ -17,6 +17,17 @@
 \documentclass[11pt]{report}
 \title{Apache Accumulo User Manual\\
 Version 1.6}
+
+\newcommand\frontmatter{%
+    \cleardoublepage
+  %\@mainmatterfalse
+  \pagenumbering{roman}}
+
+\newcommand\mainmatter{%
+    \cleardoublepage
+ % \@mainmattertrue
+  \pagenumbering{arabic}}
+
 \usepackage{alltt}
 \usepackage{multirow}
 \usepackage{graphicx}
@@ -35,8 +46,10 @@ Version 1.6}
 {\end{flushleft} \setlength{\parindent}{7mm} \hangindent=0cm \normalfont}
 
 \begin{document}
+\frontmatter
 \maketitle
 \tableofcontents
+\mainmatter
 \include{chapters/introduction}
 \include{chapters/design}
 \include{chapters/shell}