-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPr0mans' Tutorial to the apocalypse.tex
116 lines (84 loc) · 2.4 KB
/
Pr0mans' Tutorial to the apocalypse.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass[11pt]{report}
\usepackage[a4paper,margin=10mm,footskip=10mm]{geometry}
\usepackage{color}
\usepackage{titlesec}
\usepackage{setspace}
\usepackage{enumitem}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{setspace}
\usepackage{pmboxdraw}
\graphicspath{ {./img/} }
\widowpenalty=10000
\clubpenalty=10000
\renewcommand{\rmdefault}{lmtt}
\renewcommand{\sfdefault}{lmtt}
\renewcommand{\ttdefault}{lmtt}
\renewcommand*\footnoterule{}
% Itemize and enumerate settings
\setlist{noitemsep}
\setlist{nosep}
\setitemize[0]{leftmargin=*}
% These values are offset-values from the default margins.
\setlength{\hoffset}{-1in}
\setlength{\oddsidemargin}{25mm}
\setlength{\evensidemargin}{25mm}
\setlength{\textwidth}{160mm}
\addtolength{\topmargin}{4mm}
\addtolength{\textheight}{-20mm}
\setlength{\parindent}{0mm}
\setlength{\parskip}{0.5em}
\renewcommand{\baselinestretch}{1.15}
\renewcommand{\labelitemi}{$-$}
\renewcommand{\labelitemii}{$-$}
\setcounter{secnumdepth}{4}
\titleformat
{\chapter} % command
[hang] % shape
{\huge} % format
{\arabic{chapter}} % label
{0ex} % sep
{\hspace{0.5em}} % before-code
[] % after-code
\titleformat
{\section} % command
[hang] % shape
{\LARGE} % format
{\arabic{chapter}.\arabic{section}} % label
{0ex} % sep
{\hspace{0.5em}} % before-code
[] % after-code
\titleformat{\subsection}[hang]{\Large}{}{0em}
{\hspace{-0.4pt}\thesubsection\hspace{0.6em}}[]
\titleformat{\subsubsection}[hang]{\large}{}{0em}
{\hspace{-0.4pt}\thesubsubsection\hspace{0.6em}}[]
\titleformat{\paragraph}[hang]{\bfseries\normalsize}{}{0em}{}[]
\titlespacing{\chapter}{0em}{0.5em}{0em}{}
\titlespacing{\section}{0em}{0.5em}{0em}{}
\titlespacing{\subsection}{0em}{0.5em}{0em}{}
\titlespacing{\subsubsection}{0em}{0.5em}{0em}{}
\titlespacing{\paragraph}{0em}{0.5em}{0em}{}
\begin{document}
\thispagestyle{empty}
\vspace*{3cm}
\begin{center}
\uppercase{
\fontsize{3.4cm}{3.4cm}\selectfont
Pr0mans'\\
\fontsize{1.5cm}{2cm}\selectfont Tutorial to the\\
\fontsize{2.5cm}{2.5cm}\selectfont Apocalypse}\\
\normalsize \vspace{5cm} \today
\end{center}
\tableofcontents
\raggedright
\input{chapters/01_introduction.tex}
\input{chapters/02_controls.tex}
\input{chapters/03_world.tex}
\input{chapters/04_character.tex}
\input{chapters/05_story.tex}
\input{chapters/06_game.tex}
\input{chapters/07_guides.tex}
\input{chapters/08_the_play.tex}
\input{chapters/09_tips.tex}
\end{document}