2021-09-08 18:57:39 +02:00
|
|
|
%%%% Bibliography
|
|
|
|
\RequirePackage[backend=biber,style=alphabetic]{biblatex}
|
|
|
|
|
|
|
|
% Quotations
|
|
|
|
\RequirePackage{csquotes} % quotations
|
|
|
|
|
|
|
|
|
|
|
|
%%%% Utilities
|
|
|
|
\RequirePackage{comment} %comments
|
2021-09-09 23:01:19 +02:00
|
|
|
\RequirePackage{todonotes} % todo notes
|
2021-09-09 18:15:10 +02:00
|
|
|
\RequirePackage{blindtext} % \blindtext filling
|
2021-09-08 18:57:39 +02:00
|
|
|
|
|
|
|
\RequirePackage[export]{adjustbox} %
|
2021-09-09 18:15:10 +02:00
|
|
|
\RequirePackage{pdfpages} % Include external PDF files easily
|
|
|
|
|
|
|
|
% only load enumitem if beamer class has not been loaded
|
|
|
|
% This is based on the internal command beamer@tempdim that beamer.sty defines
|
|
|
|
\RequirePackage{etoolbox}
|
|
|
|
\ifdef{\beamer@tempdim}{}{
|
|
|
|
\RequirePackage[shortlabels]{enumitem}
|
|
|
|
}
|
|
|
|
\RequirePackage[mathscr]{eucal} % \mathscr alphabet
|
|
|
|
\newcommand{\cat}[1]{ \mathscr{#1} }
|
|
|
|
|
|
|
|
\newcommand{\emphasize}[1]{{\color{red} #1}}
|
|
|
|
|
2021-09-08 18:57:39 +02:00
|
|
|
|
|
|
|
%%% Figures
|
|
|
|
\RequirePackage{caption} % Caption in minipages
|
|
|
|
\RequirePackage{subcaption} % Subfigures / captions
|
|
|
|
|
|
|
|
\RequirePackage{wrapfig} % Wrap text around figures
|
|
|
|
|
|
|
|
|
|
|
|
% Math-related
|
|
|
|
\RequirePackage[export]{adjustbox}
|
2021-09-09 23:01:19 +02:00
|
|
|
|
|
|
|
|
|
|
|
\def\category#1{\mathcat{#1}}
|
|
|
|
|
|
|
|
\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}}
|