✨
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
\usepackage{enumitem}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{nicematrix}
|
||||
\usepackage{tikz}
|
||||
\usepackage{stix}
|
||||
\usetikzlibrary{shapes,shadows,calc}
|
||||
@ -26,8 +27,8 @@
|
||||
|
||||
\definecolor{titlecolor}{HTML}{ffb030}
|
||||
\definecolor{diecolor}{HTML}{0c05e6}
|
||||
\definecolor{tablecolor1}{HTML}{E0F4FC}
|
||||
\definecolor{tablecolor2}{HTML}{EEE5CE}
|
||||
\definecolor{tablecolor1}{HTML}{f0dda5}
|
||||
\definecolor{tablecolor2}{HTML}{f6edd0}
|
||||
|
||||
|
||||
\geometry{
|
||||
@ -41,7 +42,7 @@
|
||||
|
||||
\setcounter{secnumdepth}{0}
|
||||
|
||||
\setmainfont[BoldFont=Cala W01 Bold]{Cala W01 Regular}
|
||||
\setmainfont[BoldFont=Cala W01 Bold,ItalicFont=Cala W01 Italic]{Cala W01 Regular}
|
||||
\newfontfamily\titlefont{Fontdiner Swanky}
|
||||
\newfontfamily\subtitlefont{Futura}
|
||||
\def\arraystretch{1.2}
|
||||
@ -70,14 +71,26 @@
|
||||
{\subtitlefont\MakeUppercase}[\hrule]
|
||||
\titlespacing*{\subsection}{-10pt}{30pt}{5pt}
|
||||
|
||||
\titleformat{name=\subsubsection}[block]
|
||||
{\vspace*{10pt}\large}
|
||||
{}
|
||||
{0pt}
|
||||
{\subtitlefont\MakeUppercase}
|
||||
\titlespacing*{\subsubsection}{0pt}{0pt}{0pt}
|
||||
|
||||
\newcommand{\dice}{$\color{diecolor}\mdblksquare$}
|
||||
|
||||
\begin{document}
|
||||
\setcounter{page}{1}
|
||||
\input{parts/basic.tex}
|
||||
\newpage
|
||||
%\input{parts/wasteland_survival.tex}
|
||||
%\newpage
|
||||
\input{parts/combat_1.tex}
|
||||
\newpage
|
||||
\input{parts/combat_2.tex}
|
||||
\newpage
|
||||
\setcounter{page}{1}
|
||||
\input{parts/character_creation.tex}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user