%% 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}
\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}
%% License page
\def\licensepage{
- \fancyfoot[C]{\pagefoot}
+ \pagestyle{plain}
${title}
Authors: ${author}\par
%% 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}