add package for enumeration and setting the enumeration number that is safe from beamer
This commit is contained in:
parent
e78aa8b202
commit
5757d5794a
1 changed files with 8 additions and 0 deletions
8
wip/mkessler-enumerate.sty
Normal file
8
wip/mkessler-enumerate.sty
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{mkessler-enumerate}
|
||||||
|
|
||||||
|
\@ifclassloaded{beamer}{}{
|
||||||
|
\usepackage[shortlabels]{enumitem}
|
||||||
|
\newcommand\setItemnumber[1]{\setcounter{enum\romannumeral\@enumdepth}{\numexpr#1-1\relax}}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue