-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdark_sun_rpg.tex
54 lines (42 loc) · 1.35 KB
/
dark_sun_rpg.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
\documentclass[a5paper, openany]{report}
\usepackage[background]{lib/ds}
\usepackage{incgraph}
\usepackage[11pt]{moresize}
\usepackage[font=small,labelfont=bf]{caption} % Required for specifying captions to tables and figures
\usepackage{pdfpages}
%Show SWRPG Dice
\renewcommand{\constUseSWGRPGDice}{false}
%use \nameref for item qualities or show default name
\renewcommand{\constReferItemQualities}{true}
\fxsetup{final, layout=footnote, marginclue}
\title{Dark Sun Conversion for GenesysRPG}
\date{2020-07-17}
\background
\begin{document}
\currentpdfbookmark{Title Page}{titlepage}
\incgraph[documentpaper][width=\paperwidth,height=\paperheight]{images/front.jpg}
\tableofcontents
\input{talents/talents}
\input{chapters/credits}
\input{chapters/intro}
\input{chapters/creation}
\input{chapters/races}
\input{chapters/specialisations}
\input{chapters/skills}
\input{chapters/talents}
\input{chapters/equipment}
\input{chapters/magic}
\input{chapters/vehicles}
\input{chapters/adversaries}
\input{chapters/rules_overview}
\input{chapters/dark_sun_primer}
\input{chapters/roleplaying}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
\listoffixmes
\addcontentsline{toc}{chapter}{List of Corrections}
\clearpage
\ClearShipoutPictureBG
\includepdf[landscape=true, pages=1]{character_sheet.pdf}
\addcontentsline{toc}{chapter}{Character Sheet}
\end{document}