-
Notifications
You must be signed in to change notification settings - Fork 0
/
Players.tex
executable file
·43 lines (32 loc) · 1.04 KB
/
Players.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
%% Copyright 2019 Bernd Haberstumpf
%% License: CC BY-NC
\documentclass[helvetica,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}
\begin{document}
\preamble
\plaintitle[
logo = images/logo.png,
title = Operation P9,
subtitle = Spieler Referenz,
author = Bernd Haberstumpf
]
\input{content/abstract.tex}
\customtableofcontent
\content
\input{content/introduction.tex}
\input{content/roleplaying.tex}
\end{document}
\end