Created
October 16, 2015 20:24
-
-
Save matti/f4dc1a624f90c5de481a 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[11pt]{report} | |
\begin{document} | |
\title{Title of this document} | |
\maketitle | |
\tableofcontents | |
\abstract{This is the abstract} | |
\chapter{Introduction} | |
\chapter{After Introduction} | |
\section{First} | |
\section{Second} | |
\subsection{Second first} | |
\subsection{Second second} | |
\section{Third} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment