Last active
January 8, 2017 15:17
-
-
Save Breta01/3d049d8a22637f62bc6bab75f2541be4 to your computer and use it in GitHub Desktop.
Example LaTeX page
This file contains hidden or 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} | |
\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