comparison dottes.tex.a4header @ 201:f606da6f8718

Revert Havoc font change. Doesn't work on build machine. I presume this is down to the much older version of XeLatex on the build machine. Too late and almost certainly too fiddly to fix right now.
author Jim Hague <jim.hague@acm.org>
date Sun, 17 Feb 2013 00:55:23 +0000
parents af1d1009305f
children 4800e1f12632
comparison
equal deleted inserted replaced
200:b3a4f4caddd5 201:f606da6f8718
1 \documentclass[a4paper,12pt]{article} 1 \documentclass[a4paper,11pt]{article}
2 \usepackage{fontspec} 2 \usepackage{fontspec}
3 \usepackage{graphicx} 3 \usepackage{graphicx}
4 \usepackage{fancyhdr} 4 \usepackage{fancyhdr}
5 \usepackage{longtable} 5 \usepackage{longtable}
6 6
17 % ----- Common variables 17 % ----- Common variables
18 18
19 \def \build {\input{buildno.txt}} 19 \def \build {\input{buildno.txt}}
20 20
21 % ----- Appearance 21 % ----- Appearance
22
23 \newfontfamily\titlefont [ Path = ../fonts/ ]{EnglishTowne.ttf}
24 22
25 %\setmainfont{Century Schoolbook L} 23 %\setmainfont{Century Schoolbook L}
26 \setmainfont{Times New Roman} 24 \setmainfont{Times New Roman}
27 25
28 % ----- Page setup 26 % ----- Page setup
57 \rfoot{\thepage} 55 \rfoot{\thepage}
58 \renewcommand{\headrulewidth}{0pt} 56 \renewcommand{\headrulewidth}{0pt}
59 57
60 % ----- Title page and contents 58 % ----- Title page and contents
61 59
62 \title{{\titlefont \Huge Ye Crie Havock Booke of Dottes} \\ 60 \title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}}
63 {\Large \input{subtitle.txt}}}
64 61
65 \author{Cry Havoc} 62 \author{Cry Havoc}
66 63
67 \date{\today} 64 \date{\today}
68 65