Last active
August 29, 2015 14:00
-
-
Save rschuetzler/11290131 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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