Skip to content

Instantly share code, notes, and snippets.

@rschuetzler
Last active August 29, 2015 14:00
Show Gist options
  • Save rschuetzler/11290131 to your computer and use it in GitHub Desktop.
Save rschuetzler/11290131 to your computer and use it in GitHub Desktop.
\documentclass{article}
\title{This Is My First Document}
\author{Ryan Schuetzler}
\begin{document}
\maketitle
\section{Introduction (Header 1)}
This is some sample text for an introduction. This is a second sentence
that wraps to a new line. LaTeX will treat this all as one paragraph.
This is a new paragraph. It is separated from the previous paragraph by one empty line.
\subsection{This is a subsection (Header 2)}
Here we go!
\subsubsection{This is a subsubsection (Header 3)}
And that's as far as anyone should need to go.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment