add todonotes, add setItemnumber
This commit is contained in:
parent
be1f7f8977
commit
40ef2ce438
1 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
%%%% Utilities
|
||||
\RequirePackage{comment} %comments
|
||||
\RequirePackage{todo} % todo notes
|
||||
\RequirePackage{todonotes} % todo notes
|
||||
\RequirePackage{blindtext} % \blindtext filling
|
||||
|
||||
\RequirePackage[export]{adjustbox} %
|
||||
|
@ -34,3 +34,8 @@
|
|||
|
||||
% Math-related
|
||||
\RequirePackage[export]{adjustbox}
|
||||
|
||||
|
||||
\def\category#1{\mathcat{#1}}
|
||||
|
||||
\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}}
|
||||
|
|
Loading…
Reference in a new issue