2013-02-17 00:55:23 +00:00
|
|
|
\documentclass[a4paper,11pt]{article}
|
2012-04-04 11:52:29 +01:00
|
|
|
\usepackage{fontspec}
|
2012-02-27 08:50:45 +00:00
|
|
|
\usepackage{graphicx}
|
2012-03-03 16:06:23 +00:00
|
|
|
\usepackage{fancyhdr}
|
2012-03-04 20:16:48 +00:00
|
|
|
\usepackage{longtable}
|
2012-03-03 16:06:23 +00:00
|
|
|
|
2012-03-16 10:37:48 +00:00
|
|
|
\usepackage{hyperref}
|
|
|
|
\hypersetup{
|
|
|
|
bookmarks=true,%
|
|
|
|
colorlinks=true,%
|
|
|
|
citecolor=black,%
|
|
|
|
filecolor=black,%
|
|
|
|
linkcolor=black,%
|
|
|
|
urlcolor=black
|
|
|
|
}
|
|
|
|
|
2012-03-03 16:06:23 +00:00
|
|
|
% ----- Common variables
|
|
|
|
|
|
|
|
\def \build {\input{buildno.txt}}
|
|
|
|
|
2012-04-04 11:52:29 +01:00
|
|
|
% ----- Appearance
|
|
|
|
|
|
|
|
%\setmainfont{Century Schoolbook L}
|
|
|
|
\setmainfont{Times New Roman}
|
|
|
|
|
2012-03-03 16:06:23 +00:00
|
|
|
% ----- Page setup
|
2012-02-27 08:50:45 +00:00
|
|
|
|
2013-01-26 13:47:01 +00:00
|
|
|
% Adjust margins for A4 portrait. Increase width by 4cm and height by 4cm.
|
2012-04-21 19:47:30 +01:00
|
|
|
\addtolength{\textwidth}{4cm}
|
|
|
|
\addtolength{\hoffset}{-2cm}
|
2012-02-29 14:01:57 +00:00
|
|
|
|
|
|
|
\addtolength{\textheight}{4cm}
|
|
|
|
\addtolength{\voffset}{-2cm}
|
|
|
|
|
2012-04-21 19:47:30 +01:00
|
|
|
% Move the top margin up a further cm.
|
|
|
|
\addtolength{\textheight}{1cm}
|
|
|
|
\addtolength{\voffset}{-1cm}
|
|
|
|
|
2012-02-27 08:50:45 +00:00
|
|
|
% -----
|
|
|
|
|
2013-01-26 13:47:01 +00:00
|
|
|
% Don't show section numbers.
|
|
|
|
\setcounter{secnumdepth}{-1}
|
|
|
|
|
|
|
|
% -----
|
|
|
|
|
2013-02-23 13:48:06 +00:00
|
|
|
% Title page
|
2013-06-14 23:19:25 +01:00
|
|
|
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
|
|
|
|
|
|
|
\newcommand*{\titleDB}{\begingroup
|
|
|
|
\centering
|
|
|
|
\vspace*{0.10\textheight}
|
|
|
|
{\Large \havocfont{Ye}}\\[\baselineskip]
|
|
|
|
{\Huge \havocfont{Crie Havock}}\\[\baselineskip]
|
|
|
|
{\Large \havocfont{Booke of}}\\[\baselineskip]
|
|
|
|
{\Huge \havocfont{Dottes}}\\[2.5\baselineskip]
|
|
|
|
{\Huge \input{title.txt}}\\[\baselineskip]
|
|
|
|
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
|
|
|
\vfill
|
|
|
|
\includegraphics[width=0.3\textwidth,keepaspectratio]{buzzard}
|
|
|
|
\vfill
|
|
|
|
{Compiled by Jim Hague}\\[\baselineskip]
|
|
|
|
\vfill
|
|
|
|
{\small\sffamily \today}\par
|
2013-02-23 13:48:06 +00:00
|
|
|
\endgroup}
|
|
|
|
|
|
|
|
% -----
|
|
|
|
|
2012-02-27 08:50:45 +00:00
|
|
|
\begin{document}
|
|
|
|
|
2013-06-14 23:52:59 +01:00
|
|
|
% ----- Title page
|
|
|
|
|
|
|
|
\begin{titlepage}
|
|
|
|
\titleDB
|
|
|
|
\end{titlepage}
|
|
|
|
|
2012-03-03 16:06:23 +00:00
|
|
|
% ----- Headers and footers
|
|
|
|
|
|
|
|
\pagestyle{fancyplain}
|
|
|
|
\fancyhf{}
|
|
|
|
\lfoot{Issue \build}
|
|
|
|
\rfoot{\thepage}
|
|
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
|
|
|
2013-06-14 23:52:59 +01:00
|
|
|
% ----- Contents
|
2012-02-29 14:01:57 +00:00
|
|
|
|
2012-02-27 08:50:45 +00:00
|
|
|
\tableofcontents
|