comparison dottes.tex.a5header @ 194:af1d1009305f

Use Havoc font for the title. Also change the general font size to 12pt. I think it's a bit nicer.
author Jim Hague <jim.hague@acm.org>
date Sat, 16 Feb 2013 02:03:12 +0000
parents 6a0bdabfb255
children f606da6f8718
comparison
equal deleted inserted replaced
193:8acd55c3e779 194:af1d1009305f
1 \documentclass[a5paper,landscape,11pt]{article} 1 \documentclass[a5paper,landscape,12pt]{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}
22 24
23 %\setmainfont{Century Schoolbook L} 25 %\setmainfont{Century Schoolbook L}
24 \setmainfont{Times New Roman} 26 \setmainfont{Times New Roman}
25 27
26 % ----- Page setup 28 % ----- Page setup
55 \rfoot{\thepage} 57 \rfoot{\thepage}
56 \renewcommand{\headrulewidth}{0pt} 58 \renewcommand{\headrulewidth}{0pt}
57 59
58 % ----- Title page and contents 60 % ----- Title page and contents
59 61
60 \title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}} 62 \title{{\titlefont \Huge Ye Crie Havock Booke of Dottes} \\
63 {\Large \input{subtitle.txt}}}
61 64
62 \author{Cry Havoc} 65 \author{Cry Havoc}
63 66
64 \date{\today} 67 \date{\today}
65 68