-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
87 lines (56 loc) · 1.16 KB
/
main.tex
File metadata and controls
87 lines (56 loc) · 1.16 KB
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
\documentclass[a4paper,openany]{book}
\title{BIND}
\usepackage{config/bind}
\glssetcategoryattribute{rules}{dualindex}{true}
\input{commands.tex}
\setcounter{bookLevel}{4}
\hypersetup{pdfinfo={
Title={BIND Core},
Author={Ghost},
Subject={TTRPG},
Keywords={TTRPG,RPG,roleplaying}
}}
\externalReferent{stories}
\externalReferent{judgement}
\iftoggle{judgement}{ \toggletrue{intro} }{ \togglefalse{intro} }
\begin{document}
\frontpage{Extended Core Rules}%
{for reference and planning}%
\glsunsetall
\input{intro.tex}
\cavePic
\chapter{Induction}
\printglossary[
style=topicmcols,
nonumberlist,
]
\printglossary[
type=symbols,
nonumberlist,
]
\sneakCommntary
\mainmatter
\glsresetall
\input{actions.tex}
\pagebreak[2]
\input{whales.tex}
\input{traits.tex}
\input{play.tex}
\input{combat.tex}
\input{eyeline.tex}
\input{knacks.tex}
\input{fortune.tex}
\input{spells.tex}
\clearpage
\input{systems.tex}
\startappendix
\setglossarypreamble[mech]{\label{glosPreamble}%
Now for a quick recap of the last \pageref{glosPreamble} pages\ldots
}
\printglossary[
style=topicmcols,
type=mech,
]
\input{appendix.tex}
\printindex
\end{document}