Use pagestyle for standard page headings.
authorGlenn Hutchings <zondo42@gmail.com>
Thu, 28 Apr 2016 19:29:41 +0000 (20:29 +0100)
committerGlenn Hutchings <zondo42@gmail.com>
Thu, 28 Apr 2016 19:29:41 +0000 (20:29 +0100)
config/preamble.tex

index b4f8bcab981e2e010766b66afe1a71df33e8f736..30d6f20f6607f436499c3f3306e92cf5ec107eac 100644 (file)
@@ -1,6 +1,6 @@
 %% LaTeX preamble.
 
-\usepackage[left=2.5cm,right=2.5cm,top=3cm,bottom=3cm]{geometry}
+\usepackage[left=2.5cm,right=2.5cm,top=3cm,bottom=2cm]{geometry}
 \usepackage{setspace}
 \usepackage{emerald}
 \usepackage{type1cm}
@@ -8,7 +8,7 @@
 \usepackage{titlesec}
 
 %% Set up page.
-\pagestyle{fancy}
+\pagestyle{empty}
 \pagenumbering{roman}
 \thispagestyle{fancy}
 
 %% Set section numbering depth.
 \setcounter{secnumdepth}{0}
 
-%% Set up headers and footers.
-\fancyhead{}
-\fancyfoot{}
-
-\renewcommand{\headrulewidth}{0.0pt}
-\renewcommand{\footrulewidth}{0.0pt}
-
 %% Add page break before each section.
 \newcommand{\sectionbreak}{\clearpage}
 
@@ -57,7 +50,7 @@
 
 %% License page
 \def\licensepage{
-    \fancyfoot[C]{\pagefoot}
+    \pagestyle{plain}
     ${title}
 
     Authors: ${author}\par
@@ -71,7 +64,8 @@
 
 %% History page.
 \def\historypage{
-    \fancyfoot[C]{\pagefoot}
+    \pagestyle{plain}
+
     \huge \textbf{Release history} \normalsize
     \vspace{3em}
 
 
 %% Contents page.
 \def\contentspage{
-    \fancyfoot[C]{\pagefoot}
+    \pagestyle{plain}
     \tableofcontents
 }
 
 %% Main text.
 \def\maintext{
-    \fancyfoot[C]{\pagefoot}
+    \pagestyle{headings}
     \pagenumbering{arabic}
     \renewcommand\thepage{\arabic{page}}
     \setcounter{page}{1}