Skip to content

Instantly share code, notes, and snippets.

@sorrell
Created February 19, 2012 03:09
Show Gist options
  • Save sorrell/1861765 to your computer and use it in GitHub Desktop.
Save sorrell/1861765 to your computer and use it in GitHub Desktop.
Latex intro (1)
\documentclass{article}
\title{My First Document}
\author{Nick}
\date{today}
\begin{document}
Hello World! \\
This is my first \LaTeX document!
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment