diff --git a/format/WZLTemplate.cls b/format/WZLTemplate.cls index 47839a8c41d338e610e7a6d85fd9f03ea2f761c2..f04edcbca0949c9e6500f84eda0c9a35361d62ba 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}