clean up removed packages a bit

This commit is contained in:
Maximilian Keßler 2021-09-10 11:36:42 +02:00
parent cb901ae915
commit 60d479601e

View file

@ -1,10 +1,6 @@
%%%% Bibliography
\RequirePackage[backend=biber,style=alphabetic]{biblatex}
% Quotations % Quotations
\RequirePackage{csquotes} % quotations \RequirePackage{csquotes} % quotations
%%%% Utilities %%%% Utilities
\RequirePackage{comment} %comments \RequirePackage{comment} %comments
\RequirePackage{todonotes} % todo notes \RequirePackage{todonotes} % todo notes
@ -19,8 +15,6 @@
\ifdef{\beamer@tempdim}{}{ \ifdef{\beamer@tempdim}{}{
\RequirePackage[shortlabels]{enumitem} \RequirePackage[shortlabels]{enumitem}
} }
\RequirePackage[mathscr]{eucal} % \mathscr alphabet
\newcommand{\cat}[1]{ \mathscr{#1} }
\newcommand{\emphasize}[1]{{\color{red} #1}} \newcommand{\emphasize}[1]{{\color{red} #1}}
@ -31,11 +25,11 @@
\RequirePackage{wrapfig} % Wrap text around figures \RequirePackage{wrapfig} % Wrap text around figures
\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}}
% Math-related % Math-related
\RequirePackage[export]{adjustbox} \RequirePackage[export]{adjustbox}
\def\category#1{\mathcat{#1}} \def\category#1{\mathcat{#1}}
\newcommand{\cat}[1]{ \mathscr{#1} }
\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}}