Skip to content
Snippets Groups Projects
main.tex 1.01 KiB
Newer Older
  • Learn to ignore specific revisions
  • \documentclass[a4paper,openany]{book}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \title{BIND}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \date{}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    \usepackage{config/bind}
    
    \input{commands.tex}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \hypersetup{pdfinfo={
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    Title={BIND Core},
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    Author={Ghost},
    Subject={TTRPG},
    Keywords={TTRPG,RPG,roleplaying}
    }}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \externalReferent{stories}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \externalReferent{judgement}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    % The standard book does leaves some spells out, to cut down on
    % page-count, and to leave some mystery to magic for the Judge to
    % introduce.
    % 
    % When compiling with the book of Judgement, these spells will
    % disappear, but will still be present in other versions of the
    % book.
    \iftoggle{judgement}{\togglefalse{verbose}}{}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \begin{document}
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \frontpage%
      {resolution mechanics}%
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \glsunsetall
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \input{intro.tex}
    
    
    \chapter{Induction}
    
    \input{whales.tex}
    
    
    \input{eyeline.tex}
    
    
    \input{play.tex}
    
    
    \printglossary[
    
    Malin Freeborn's avatar
    Malin Freeborn committed
      style=topicmcols,
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \glsresetall
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \include{traits}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \include{actions}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \include{combat}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \include{knacks}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \include{spells}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \include{systems}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
    \startappendix
    
    \input{appendix.tex}
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \printindex
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    \end{document}