diff --git a/main/core.tex b/main/core.tex index 29ff933..9b49fd1 100644 --- a/main/core.tex +++ b/main/core.tex @@ -9,7 +9,6 @@ % This file contains all necessary dependencies for the document to compile (at all) and some core macros - % Imports % \typeout{[Core] Importing!} \usepackage[table, dvipsnames]{xcolor} @@ -71,6 +70,7 @@ } +% ──────────────────────────────────────────────────────────────────── % Create config counters / variables. See the config file for changing them \newcounter{numberingConfig} \newcounter{numberSubsections} @@ -100,6 +100,7 @@ \fancyfoot[L]{\today} \fancyfoot[R]{\thepage\ /\ \pageref{LastPage}} } + \typeout{[Setup] Complete} } % Start document command (required) @@ -115,6 +116,7 @@ % Set up the latex document, only configuring the author, title and page size \newcommand{\setupBarebones}[1]{ + \typeout{[Setup] Using barebones setup} \loadLang \usepackage[a4paper,textwidth=17.5cm,textheight=25cm,includehead]{geometry} \title{\Huge \textbf{#1}} @@ -123,6 +125,7 @@ % Set up the latex document for exam summaries (Extra wide body, small margins, no header) \newcommand{\setupCheatSheet}[1]{ + \typeout{[Setup] Using CheatSheet setup} \loadLang \usepackage[a4paper,textwidth=20cm,textheight=28.5cm]{geometry} \title{\Huge \textbf{#1}}