Improve cheatsheet setup command

This commit is contained in:
Janis Hutz 2025-05-13 16:57:30 +02:00
parent d2652d270e
commit a687681316

View File

@ -120,8 +120,8 @@
% Set up the latex document for exam summaries (Extra wide body, small margins, no header)
\newcommand{\setupCheatSheet}[1]{
\loadLang
\usepackage[a4paper,textwidth=20cm,textheight=28cm,includehead]{geometry}
\title{#1}
\usepackage[a4paper,textwidth=20cm,textheight=28.5cm]{geometry}
\title{\Huge \textbf{#1}}
\author{\authorTitle}
}