Skip to content

Instantly share code, notes, and snippets.

@sorrell
Created February 19, 2012 04:16
Show Gist options
  • Save sorrell/1861947 to your computer and use it in GitHub Desktop.
Save sorrell/1861947 to your computer and use it in GitHub Desktop.
Latex intro (4)
\documentclass{article}
\title{My First Document}
\author{Nick}
\date{today}
\begin{document}
\begin{enumerate}
\item My First item!
\item My Second item!
\end{enumerate}
\begin{itemize}
\item My first item!
\item My second item!
\end{itemize}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment