Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 407 Bytes

latex.MD

File metadata and controls

19 lines (14 loc) · 407 Bytes

LaTeX

Get the changes between versions highlighted

latexdiff-git SupplementaryMaterial_old.tex SupplementaryMaterial_new.tex > changes_SupplementaryMaterial.tex

Get an item list with (1) (2) etc in parentheses

\newlist{CustomItemList}{enumerate}{10}
\setlist[CustomItemList]{label*=(\arabic*)}

\begin{CustomItemList}
    \item something
    \item something
\end{CustomItemList}