Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created April 20, 2020 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liam0205/138750a36884dce019c6e24e72894985 to your computer and use it in GitHub Desktop.
Save Liam0205/138750a36884dce019c6e24e72894985 to your computer and use it in GitHub Desktop.
\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