Created
April 20, 2020 15:59
-
-
Save Liam0205/138750a36884dce019c6e24e72894985 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{enumitem} | |
\setlist[enumerate,2]{label=\arabic*)} | |
\begin{document} | |
\begin{enumerate} | |
\item one | |
\begin{enumerate} | |
\item one | |
\item two | |
\end{enumerate} | |
\item two | |
\end{enumerate} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment