-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plane9.tex
executable file
·96 lines (75 loc) · 2.49 KB
/
Plane9.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
%% Copyright 2019 Bernd Haberstumpf
%% License: CC BY-NC
% !TeX spellcheck = de_DE
\begin{filecontents*}{\jobname.xmpdata}
\Title{Operation P9}
\Subject{RPG Kampagne}
\Author{Bernd Haberstumpf}
\Language{de-DE}
\Keywords{Roleplaying\sep SciFi}
\Publisher{Bernd Haberstumpf}
\Copyright{2019 Bernd Haberstumpf}
\Source{Plan9.pdf}
\end{filecontents*}
\documentclass[a4paper,10pt,german,openany]{book}
%
% Adjust page layout for printing
%
\newlength{\printtop}
\setlength{\printtop}{0mm} % Cut away at top
\newlength{\printbottom}
\setlength{\printbottom}{0mm} % Cut away at bottom
\newlength{\printinner}
\setlength{\printinner}{0mm} % Cut away at inner (incl. Kleberand)
\newlength{\printouter}
\setlength{\printouter}{0mm} % Cut away at outer (incl. Kleberand)
\newlength{\printextend}
\setlength{\printextend}{0mm} % Dimension how much bigger images should be around the page side
\input{header.tex}
\hypersetup{hidelinks} % Adjust Hyperlinks for prinitng
\begin{document}
\preamble
% Book cover front page
\setcounter{page}{0} % prevent that when removing the title that the rest is placed on the wrong side
\frontcover[
image = images/titlepage-bg,
title = Operation P9,
subtitle = RPG Kampagne im C23 Universum,
annotations = Bernd Haberstumpf
]
\begin{oddpage}%
\input{content/credits.tex}%
\end{oddpage}
\begin{oddpage}%
\plaintitle[
logo = images/logo.png,
title = Operation P9,
subtitle = RPG Kampagne im C23 Universum,
author = Bernd Haberstumpf
]%
\end{oddpage}
\begin{oddpage}%
\input{content/abstract.tex}
\end{oddpage}
\customtableofcontent
\content
\setcounter{page}{0} % Places the image on the left side (page 0), putting odd pages to the right
\pageimage[trueblack]{images/jovian_system.jpg}
\input{content/preface.tex}
\input{content/overview.tex}
\newpart{Teil I - Die Geschichte}
\input{content/introduction.tex}
\input{content/background.tex}
\input{content/scenes.tex}
\input{content/timeline.tex}
\newpage
\input{content/nsc.tex}
\input{content/locations.tex}
\newpart{Teil II - Das Rollenspiel}
\input{content/roleplaying.tex}
\input{content/sources.tex}
\input{roleplaying/charactersheet.tex}
\ifodd\value{page} \else\hbox{}\newpage\thispagestyle{empty}\null\newpage\fi % Das Backcover soll auf einer linken Seite auftauchen
\input{content/backcover.tex}
\end{document}
\end