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