From 1c13e8c5f78bc1e052f7a6bc6a813ffd2193636d Mon Sep 17 00:00:00 2001 From: chhan11 Date: Sat, 24 Jun 2017 13:03:04 +0200 Subject: [PATCH] CMD: New list for inline use --- structure.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/structure.tex b/structure.tex index 2d3e50a..483c755 100644 --- a/structure.tex +++ b/structure.tex @@ -272,3 +272,8 @@ \renewcommand{\footnote}[1]{% \renewcommand\footnotesize\scriptsize % here there is scriptsize in footnotes (example) \origfootnote{#1}} + + +% https://tex.stackexchange.com/a/146312 +\newlist{mylist}{enumerate*}{1} +\setlist[mylist]{label={\alph*)},font={\color{red!25!black}\bfseries}}