Skip to content

Instantly share code, notes, and snippets.

@Tarrasch
Created October 13, 2013 10:13
Show Gist options
  • Save Tarrasch/6960536 to your computer and use it in GitHub Desktop.
Save Tarrasch/6960536 to your computer and use it in GitHub Desktop.
justwannadiff
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[pdfpagelabels]{hyperref}
\title{[Title]}
\author{N.N.}
\begin{document}
\pagenumbering{Alph}
\begin{titlepage}
\maketitle
\thispagestyle{empty}
\end{titlepage}
\pagenumbering{arabic}
\tableofcontents
\thispagestyle{empty}
\newpage
\section{[Section]}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment