clean up removed packages a bit
This commit is contained in:
parent
cb901ae915
commit
60d479601e
1 changed files with 2 additions and 8 deletions
10
removed.sty
10
removed.sty
|
@ -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}}
|
|
||||||
|
|
Loading…
Reference in a new issue