Skip to content

Instantly share code, notes, and snippets.

@shawnhermans
Created December 16, 2015 21:17
Show Gist options
  • Save shawnhermans/af7951231632097617e0 to your computer and use it in GitHub Desktop.
Save shawnhermans/af7951231632097617e0 to your computer and use it in GitHub Desktop.
\begin{itemize}
\item This is the first item of an itemized list.
Each item in the list is marked with a ``tick''.
You don't have to worry about what kind of tick
mark is used.
\item This is the second item of the list. It
contains another list nested inside it. The inner
list is an \emph{enumerated} list.
\begin{enumerate}
\item This is the first item of an enumerated
list that is nested within the itemized list.
\item This is the second item of the inner list.
\LaTeX\ allows you to nest lists deeper than
you really should.
\end{enumerate}
This is the rest of the second item of the outer
list. It is no more interesting than any other
part of the item.
\item This is the third item of the list.
\end{itemize}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment