From 8e9d1d0554a6bedbfb06ce560d9e353816b9aef2 Mon Sep 17 00:00:00 2001 From: Tobias Hamann <tobias.hamann@rwth-aachen.de> Date: Fri, 21 Feb 2025 08:27:20 +0100 Subject: [PATCH] Cleanup --- format/WZLTemplate.cls | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/format/WZLTemplate.cls b/format/WZLTemplate.cls index 47839a8..f04edcb 100644 --- a/format/WZLTemplate.cls +++ b/format/WZLTemplate.cls @@ -197,22 +197,6 @@ \linespread{1.5} \fi -\RequirePackage{xcolor} -\input{format/rwthcolors/LaTeX/rwthcolors} -%% Context sensitive quoting -\RequirePackage{csquotes} - -%% Standard math packages -\RequirePackage[intlimits]{amsmath} -\RequirePackage{amsfonts} -\RequirePackage{amssymb} -\RequirePackage{enumitem} - -%% Enable bold font within math environments -\RequirePackage{bm} - -%% Package for creating listing with \enumerate -\RequirePackage{enumerate} %% Header configurations: @@ -275,7 +259,30 @@ \setlength{\cftbeforesubsubsecskip}{2pt} \renewcommand{\theHchapter}{\arabic{chapter}\thechapter} + + + %%----IMPORT USEFULL PACKAGES---- + +% Setup Colors +\RequirePackage{xcolor} +\input{format/rwthcolors/LaTeX/rwthcolors} + +%% Context sensitive quoting +\RequirePackage{csquotes} + +%% Standard math packages +\RequirePackage[intlimits]{amsmath} +\RequirePackage{amsfonts} +\RequirePackage{amssymb} +\RequirePackage{enumitem} + +%% Enable bold font within math environments +\RequirePackage{bm} + +%% Package for creating listing with \enumerate +\RequirePackage{enumerate} + \RequirePackage{graphicx} \renewcommand{\textfraction}{0.10} \renewcommand{\floatpagefraction}{0.90} -- GitLab