comparison dottes.tex.header @ 40:93955def7313

Revise page footers, and add build number.
author Jim Hague <jim.hague@laicatc.com>
date Sat, 03 Mar 2012 16:06:23 +0000
parents 9681f6cd9c2b
children e666306c5ab1
comparison
equal deleted inserted replaced
39:9681f6cd9c2b 40:93955def7313
1 \documentclass[a5paper,landscape,11pt]{article} 1 \documentclass[a5paper,landscape,11pt]{article}
2 \usepackage{graphicx} 2 \usepackage{graphicx}
3 \usepackage{helvet} 3 \usepackage{helvet}
4 \usepackage{newcent} 4 \usepackage{newcent}
5 \usepackage{fancyhdr}
6
7 % ----- Common variables
8
9 \def \build {\input{buildno.txt}}
10
11 % ----- Page setup
5 12
6 \setlength{\parindent}{0pt} 13 \setlength{\parindent}{0pt}
7 14
8 % Adjust margins for A5 landscape. Increase width by 2cm and height by 4cm. 15 % Adjust margins for A5 landscape. Increase width by 2cm and height by 4cm.
9 \addtolength{\textwidth}{2cm} 16 \addtolength{\textwidth}{2cm}
13 \addtolength{\voffset}{-2cm} 20 \addtolength{\voffset}{-2cm}
14 21
15 % ----- 22 % -----
16 23
17 \begin{document} 24 \begin{document}
25
26 % ----- Headers and footers
27
28 \pagestyle{fancyplain}
29 \fancyhf{}
30 \lfoot{Issue \build}
31 \rfoot{\thepage}
32 \renewcommand{\headrulewidth}{0pt}
33
34 % ----- Title page and contents
18 35
19 \title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}} 36 \title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}}
20 37
21 \author{Cry Havoc} 38 \author{Cry Havoc}
22 39