You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
483 B
TeX
40 lines
483 B
TeX
\documentclass{kartsstyle}
|
|
|
|
\renewcommand{\arraystretch}{1.2}
|
|
|
|
\setcounter{secnumdepth}{0}
|
|
|
|
\title{Adventurer's Guide to Savits}
|
|
\author{\texttt{HeNine}}
|
|
\date{2023}
|
|
|
|
% Kingdoms
|
|
% And
|
|
% Rulers
|
|
% Savits
|
|
% Tides?
|
|
|
|
\newcommand{\tochange}[1]{\textcolor{red}{#1}}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
\mainmatter
|
|
|
|
\include{game}
|
|
|
|
\include{character}
|
|
|
|
\include{items}
|
|
|
|
\include{encounters}
|
|
|
|
\include{magic}
|
|
|
|
\end{document}
|