mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-11-23 19:17:54 +00:00
CMD: New list for inline use
This commit is contained in:
parent
95fe733b60
commit
1c13e8c5f7
|
@ -272,3 +272,8 @@
|
||||||
\renewcommand{\footnote}[1]{%
|
\renewcommand{\footnote}[1]{%
|
||||||
\renewcommand\footnotesize\scriptsize % here there is scriptsize in footnotes (example)
|
\renewcommand\footnotesize\scriptsize % here there is scriptsize in footnotes (example)
|
||||||
\origfootnote{#1}}
|
\origfootnote{#1}}
|
||||||
|
|
||||||
|
|
||||||
|
% https://tex.stackexchange.com/a/146312
|
||||||
|
\newlist{mylist}{enumerate*}{1}
|
||||||
|
\setlist[mylist]{label={\alph*)},font={\color{red!25!black}\bfseries}}
|
||||||
|
|
Loading…
Reference in a new issue