Fix incorrect docs for cheat sheet setup
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user