Skip to content

Instantly share code, notes, and snippets.

@Breta01
Last active January 8, 2017 15:17
Show Gist options
  • Save Breta01/3d049d8a22637f62bc6bab75f2541be4 to your computer and use it in GitHub Desktop.
Save Breta01/3d049d8a22637f62bc6bab75f2541be4 to your computer and use it in GitHub Desktop.
Example LaTeX page
\documentclass{article}
\begin{document}
\title{Example Page}
\author{Breta}
\maketitle
\begin{abstract}
This is the example page.
\end{abstract}
\section{Introduction}
Lorem ipsum dolor sit amet...
\begin{equation}
\label{simple_equation}
c = \sqrt{ a^{2} + b^{2} }
\end{equation}
\subsection{Subsection}
Lorem ipsum dolor sit amet...
\section{Conclusion}
Lorem ipsum dolor sit amet...
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment