-
Notifications
You must be signed in to change notification settings - Fork 10
/
chapter-title.tex
56 lines (41 loc) · 3.74 KB
/
chapter-title.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
% ████████████████████████████████████████████████████████████████████████
% █░░░░░░░░░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░█░░░░░░█████████░░░░░░░░░░░░░░█
% █░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀▄▀▄▀░░█░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀░░█████████░░▄▀▄▀▄▀▄▀▄▀░░█
% █░░░░░░▄▀░░░░░░█░░░░▄▀░░░░█░░░░░░▄▀░░░░░░█░░▄▀░░█████████░░▄▀░░░░░░░░░░█
% █████░░▄▀░░███████░░▄▀░░███████░░▄▀░░█████░░▄▀░░█████████░░▄▀░░█████████
% █████░░▄▀░░███████░░▄▀░░███████░░▄▀░░█████░░▄▀░░█████████░░▄▀░░░░░░░░░░█
% █████░░▄▀░░███████░░▄▀░░███████░░▄▀░░█████░░▄▀░░█████████░░▄▀▄▀▄▀▄▀▄▀░░█
% █████░░▄▀░░███████░░▄▀░░███████░░▄▀░░█████░░▄▀░░█████████░░▄▀░░░░░░░░░░█
% █████░░▄▀░░███████░░▄▀░░███████░░▄▀░░█████░░▄▀░░█████████░░▄▀░░█████████
% █████░░▄▀░░█████░░░░▄▀░░░░█████░░▄▀░░█████░░▄▀░░░░░░░░░░█░░▄▀░░░░░░░░░░█
% █████░░▄▀░░█████░░▄▀▄▀▄▀░░█████░░▄▀░░█████░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀▄▀▄▀▄▀▄▀░░█
% █████░░░░░░█████░░░░░░░░░░█████░░░░░░█████░░░░░░░░░░░░░░█░░░░░░░░░░░░░░█
% ████████████████████████████████████████████████████████████████████████
\title{\BookTitle}
\author{\AuthorNameSurname}
\date{\LatestRevisionName}
\begin{titlepage}
\newcommand{\BigFont}[1]{\fontsize{30}{30}\selectfont #1}
\newcommand{\MidFont}[1]{\fontsize{21.4}{21}\selectfont #1}
\newcommand{\SmallFont}[1]{\fontsize{14}{14}\selectfont #1}
\newcommand{\MiniFont}[1]{\fontsize{8}{8}\selectfont #1}
\WorkInProgressFullScreen
\vspace*{\fill}
\begin{flushright}
\sffamily
\textbf{
\BigFont{\BookTitleMain}
\\[0.5cm]
\MidFont{\BookTitleSub\hspace*{-0.8ex}}
% ^^^ for some reason there's some horizontal space at the right side of subtitle instead of being nicely aligned with the rest of the text... \hspace takes care of that
}
\vspace*{2cm}
\MidFont{\AuthorNameSurname}
\vspace*{5cm}
\SmallFont{Z80 Undocumented by}\\
\SmallFont{Jan Wilmans}\\
\SmallFont{Sean Young}
\end{flushright}
\vspace*{\fill}
\WorkInProgressFullScreen
\end{titlepage}