Skip to content
Snippets Groups Projects
Commit 8e9d1d05 authored by Tobias Hamann's avatar Tobias Hamann
Browse files

Cleanup

parent bdd5815d
No related branches found
No related tags found
1 merge request!3Cleanup, merge different versions, magic
Pipeline #536352 passed
...@@ -197,22 +197,6 @@ ...@@ -197,22 +197,6 @@
\linespread{1.5} \linespread{1.5}
\fi \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: %% Header configurations:
...@@ -275,7 +259,30 @@ ...@@ -275,7 +259,30 @@
\setlength{\cftbeforesubsubsecskip}{2pt} \setlength{\cftbeforesubsubsecskip}{2pt}
\renewcommand{\theHchapter}{\arabic{chapter}\thechapter} \renewcommand{\theHchapter}{\arabic{chapter}\thechapter}
%%----IMPORT USEFULL PACKAGES---- %%----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} \RequirePackage{graphicx}
\renewcommand{\textfraction}{0.10} \renewcommand{\textfraction}{0.10}
\renewcommand{\floatpagefraction}{0.90} \renewcommand{\floatpagefraction}{0.90}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment