diff --git a/docs/docs.pdf b/docs/docs.pdf index 71c9e7f..9894b12 100644 Binary files a/docs/docs.pdf and b/docs/docs.pdf differ diff --git a/docs/parts/reference.tex b/docs/parts/reference.tex index 32ad8f5..1be4344 100644 --- a/docs/parts/reference.tex +++ b/docs/parts/reference.tex @@ -33,7 +33,7 @@ \begin{itemize} \item \verb|\load|\{\textit{scope}\} Load the selected \textit{scope} \item \verb|\setup|\{\textit{string}\} Prepare the document with the \textit{string} being the title - \item \verb|\setupExam|\{\textit{string}\} Prepare the document with smaller borders and no headers / footers. \textit{string} is the title + \item \verb|\setupCheatSheet|\{\textit{string}\} Prepare the document with smaller borders and no headers / footers. \textit{string} is the title \item \verb|\setupBarebones|\{\textit{string}\} Minimal setup, only borders and title set \item \verb|\startDocument| Initialize the document. Has to be called after \verb|\begin{document}| \item \verb|\usetcolorboxes| Initialize tcolorboxes. In main body, if you want to use fancy boxes. (requires \texttt{most} or up) diff --git a/main/core.tex b/main/core.tex index e5eebf2..d3a4d88 100644 --- a/main/core.tex +++ b/main/core.tex @@ -108,7 +108,7 @@ } % Set up the latex document, only configuring the author, title and page size -\newcommand{\setupbarebones}[1]{ +\newcommand{\setupBarebones}[1]{ \loadLang \usepackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry} \title{\Huge \textbf{#1}} @@ -116,7 +116,7 @@ } % Set up the latex document for exam summaries (Extra wide body, small margins, no header) -\newcommand{\setupexams}[1]{ +\newcommand{\setupCheatSheet}[1]{ \loadLang \usepackage[a4paper,textwidth=20cm,textheight=28cm,includehead]{geometry} \title{#1}