forked from CryHavoc/dottes
Revise A4 and A5 to have inside title page.
Decide to have an inside title page, with the copyright and stuff following on the A4 verso, A5 top page.
This commit is contained in:
parent
e1d1417a1f
commit
960cc08a79
|
@ -2,7 +2,7 @@
|
|||
|
||||
% -----
|
||||
|
||||
% Title page
|
||||
% Title page. Cover, blank page (inside of cover), inner cover page.
|
||||
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
||||
|
||||
\newcommand*{\titleBoD}{\begingroup
|
||||
|
@ -14,13 +14,26 @@
|
|||
{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
|
||||
\vfill
|
||||
{\Huge \input{title.txt}}\\[\baselineskip]
|
||||
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
||||
\vfill
|
||||
\includegraphics[width=0.5\textwidth,keepaspectratio]{buzzard}
|
||||
\vfill
|
||||
{Compiled by Jim Hague}\\
|
||||
{\Large Compiled by Jim Hague}\\
|
||||
% Inside cover
|
||||
\newpage
|
||||
\pagecolor{white}
|
||||
\hbox{}
|
||||
\newpage
|
||||
{\Large \havocfont{Ye}}\\[\baselineskip]
|
||||
{\Huge \havocfont{Crie Havock}}\\[\baselineskip]
|
||||
{\Large \havocfont{Booke of}}\\[\baselineskip]
|
||||
{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
|
||||
\vfill
|
||||
{\Huge \input{title.txt}}\\[\baselineskip]
|
||||
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
||||
\vfill
|
||||
\includegraphics[width=0.4\textwidth,keepaspectratio]{buzzard}
|
||||
\vfill
|
||||
{\Large Compiled by Jim Hague}\\
|
||||
\endgroup}
|
||||
|
||||
% Page appearance.
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
% -----
|
||||
|
||||
% Title page
|
||||
% Title page. Cover, inner cover page. Doxdirect spiral bound doesn't
|
||||
% print on the back of the cover.
|
||||
\newfontfamily\havocfont[Scale=2.1]{English Towne}
|
||||
|
||||
\newcommand*{\titleBoD}{\begingroup
|
||||
|
@ -14,13 +15,23 @@
|
|||
{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
|
||||
\vfill
|
||||
{\huge \input{title.txt}}\\%[\baselineskip]
|
||||
{\large \input{subtitle.txt}}\\[\baselineskip]
|
||||
\vfill
|
||||
\includegraphics[width=0.12\textwidth,keepaspectratio]{buzzard}
|
||||
\vfill
|
||||
{Compiled by Jim Hague}\\
|
||||
{\Large Compiled by Jim Hague}\\
|
||||
\newpage
|
||||
\pagecolor{white}
|
||||
{\Large \havocfont{Ye}}\\[\baselineskip]
|
||||
{\Huge \havocfont{Crie Havock}}\\[\baselineskip]
|
||||
{\Large \havocfont{Booke of}}\\[\baselineskip]
|
||||
{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
|
||||
\vfill
|
||||
{\huge \input{title.txt}}\\[\baselineskip]
|
||||
{\large \input{subtitle.txt}}\\[\baselineskip]
|
||||
\vfill
|
||||
\includegraphics[width=0.10\textwidth,keepaspectratio]{buzzard}
|
||||
\vfill
|
||||
{\large Compiled by Jim Hague}\\
|
||||
\endgroup}
|
||||
|
||||
% Page appearance.
|
||||
|
|
Loading…
Reference in New Issue