Skip to content

Instantly share code, notes, and snippets.

@fliiiix
Created August 21, 2014 13:01
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 fliiiix/08dcfa273cc8b321dd29 to your computer and use it in GitHub Desktop.
Save fliiiix/08dcfa273cc8b321dd29 to your computer and use it in GitHub Desktop.
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[top=7em, bottom=4em, left=5em, right=5em]{geometry}
\usepackage{xcolor,colortbl}
\usepackage{tabularx}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\setcounter{section}{-1}
\title{Test}
\author{test author}
\begin{document}
\maketitle
\tableofcontents
%content
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment