Revise page footers, and add build number.
This commit is contained in:
parent
6dc31caa77
commit
f7d2212e41
|
@ -0,0 +1 @@
|
|||
(dev)
|
|
@ -2,6 +2,13 @@
|
|||
\usepackage{graphicx}
|
||||
\usepackage{helvet}
|
||||
\usepackage{newcent}
|
||||
\usepackage{fancyhdr}
|
||||
|
||||
% ----- Common variables
|
||||
|
||||
\def \build {\input{buildno.txt}}
|
||||
|
||||
% ----- Page setup
|
||||
|
||||
\setlength{\parindent}{0pt}
|
||||
|
||||
|
@ -16,6 +23,16 @@
|
|||
|
||||
\begin{document}
|
||||
|
||||
% ----- Headers and footers
|
||||
|
||||
\pagestyle{fancyplain}
|
||||
\fancyhf{}
|
||||
\lfoot{Issue \build}
|
||||
\rfoot{\thepage}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
|
||||
% ----- Title page and contents
|
||||
|
||||
\title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}}
|
||||
|
||||
\author{Cry Havoc}
|
||||
|
|
|
@ -20,7 +20,7 @@ outputa4pdf=dottesona4.pdf
|
|||
|
||||
mkdir -p $builddir
|
||||
|
||||
cp buildno $builddir
|
||||
cp buildno.txt $builddir
|
||||
if [ -r $booke/subtitle.txt ]; then
|
||||
cp $booke/subtitle.txt $builddir
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue