Skip to content

Instantly share code, notes, and snippets.

@matti
Created October 16, 2015 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matti/f4dc1a624f90c5de481a to your computer and use it in GitHub Desktop.
Save matti/f4dc1a624f90c5de481a to your computer and use it in GitHub Desktop.
\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