From 40ef2ce43859d12597a7c2878f78899c195f2d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 9 Sep 2021 23:01:19 +0200 Subject: [PATCH] add todonotes, add setItemnumber --- removed.sty | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/removed.sty b/removed.sty index 0ffdf56..0169030 100644 --- a/removed.sty +++ b/removed.sty @@ -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}}