forked from xenohedron/hpmor-xetex
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhp-titlepage.tex
77 lines (74 loc) · 1.92 KB
/
hp-titlepage.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
% Half-title page
\cleartorecto
\thispagestyle{empty}
\vspace*{0pt}
\begin{center}
\normalsize
\lumos{\hpBookChar}\par
\lumos{and the }\lumos{\hpBookTitle}
\end{center}
\clearpage
% Series page
\thispagestyle{empty}
\begin{vplace}
\begin{center}
\small Harry Potter and the Methods of Rationality
\par
\vspace*{1cm}
\normalsize
\newcounter{seriesCounter}
\def\hpSeriesBook#1#2{
\stepcounter{seriesCounter}
{\hp\Roman{seriesCounter}}\par
#1\par and the #2\bigskip\par
}
\hpSeriesBook{Harry James Potter-Evans-Verres}{Methods of Rationality}
\hpSeriesBook{Harry James Potter-Evans-Verres}{Professor's Games}
\hpSeriesBook{Harry James Potter-Evans-Verres}{Shadows of Death}
\hpSeriesBook{Hermione Jean Granger}{Phoenix's Call}
\hpSeriesBook{Harry James Potter-Evans-Verres}{Last Enemy}
\hpSeriesBook{Harry James Potter-Evans-Verres}{Philosopher's Stone}
\end{center}
\end{vplace}
% Title page
\cleartorecto
\thispagestyle{empty}
\vspace*{-4mm}
\begin{center}
\LARGE\lumos{\hpBookChar}\par
\vspace{\stretch{.2}}
\normalsize\lumos{and the}\par
\huge\lumos{\hpBookTitle}\par
\vspace{\stretch{1}}
\large Book \Numberstringnum{\hpBookNo} of \\
Harry Potter and the Methods of Rationality\par
\vspace{\stretch{1.5}}
\LARGE\lumos{Eliezer {\kern 1ex}Yudkowsky}\par
\vspace{\stretch{2}}
\normalsize
Find the original text at:\\
\url{http://hpmor.com}
\end{center}
% "Copyright" page (credit to Rowling)
\cleartoverso
\thispagestyle{empty}
\begin{center}
\vspace*{2.0cm}
Based on the characters of
\vspace*{0.5cm}\par
\Large J. K. ROWLING\normalsize\par
\vspace*{0.5cm}
and her books:\par
\vspace*{0.5cm}
\def \hpOrigSeriesBook #1{
\textit{Harry Potter and the #1}\smallskip\par
}
\hpOrigSeriesBook{Sorcerer’s Stone}
\hpOrigSeriesBook{Chamber of Secrets}
\hpOrigSeriesBook{Prisoner of Azkaban}
\hpOrigSeriesBook{Goblet of Fire}
\hpOrigSeriesBook{Order of the Phoenix}
\hpOrigSeriesBook{Half-Blood Prince}
\hpOrigSeriesBook{Deathly Hallows}
\end{center}
\clearpage