forked from CryHavoc/dottes
Use Havoc font for the title.
Also change the general font size to 12pt. I think it's a bit nicer.
This commit is contained in:
parent
d9be0fdc59
commit
3886f77653
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[a4paper,11pt]{article}
|
\documentclass[a4paper,12pt]{article}
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
% ----- Appearance
|
% ----- Appearance
|
||||||
|
|
||||||
|
\newfontfamily\titlefont [ Path = ../fonts/ ]{EnglishTowne.ttf}
|
||||||
|
|
||||||
%\setmainfont{Century Schoolbook L}
|
%\setmainfont{Century Schoolbook L}
|
||||||
\setmainfont{Times New Roman}
|
\setmainfont{Times New Roman}
|
||||||
|
|
||||||
|
@ -57,7 +59,8 @@
|
||||||
|
|
||||||
% ----- Title page and contents
|
% ----- Title page and contents
|
||||||
|
|
||||||
\title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}}
|
\title{{\titlefont \Huge Ye Crie Havock Booke of Dottes} \\
|
||||||
|
{\Large \input{subtitle.txt}}}
|
||||||
|
|
||||||
\author{Cry Havoc}
|
\author{Cry Havoc}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
\documentclass[a5paper,landscape,11pt]{article}
|
\documentclass[a5paper,landscape,12pt]{article}
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
% ----- Appearance
|
% ----- Appearance
|
||||||
|
|
||||||
|
\newfontfamily\titlefont [ Path = ../fonts/ ]{EnglishTowne.ttf}
|
||||||
|
|
||||||
%\setmainfont{Century Schoolbook L}
|
%\setmainfont{Century Schoolbook L}
|
||||||
\setmainfont{Times New Roman}
|
\setmainfont{Times New Roman}
|
||||||
|
|
||||||
|
@ -57,7 +59,8 @@
|
||||||
|
|
||||||
% ----- Title page and contents
|
% ----- Title page and contents
|
||||||
|
|
||||||
\title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}}
|
\title{{\titlefont \Huge Ye Crie Havock Booke of Dottes} \\
|
||||||
|
{\Large \input{subtitle.txt}}}
|
||||||
|
|
||||||
\author{Cry Havoc}
|
\author{Cry Havoc}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue