\documentclass[a4paper]{article} % generated by Docutils \usepackage{fixltx2e} % LaTeX patches, \textsubscript \usepackage{cmap} % fix search and cut-and-paste in Acrobat \usepackage{ifthen} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \setcounter{secnumdepth}{0} %%% Custom LaTeX preamble % PDF Standard Fonts \usepackage{mathptmx} % Times \usepackage[scaled=.90]{helvet} \usepackage{courier} %%% User specified packages and stylesheets %%% Fallback definitions for Docutils-specific commands % hyperlinks: \ifthenelse{\isundefined{\hypersetup}}{ \usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref} \urlstyle{same} % normal text font (alternatives: tt, rm, sf) }{} \hypersetup{ pdftitle={table of contents}, } %%% Title Data \title{\phantomsection% table of contents% \label{table-of-contents}} \author{} \date{} %%% Body \begin{document} \maketitle % \phantomsection\label{contents} \pdfbookmark[1]{Contents}{contents} \tableofcontents \section{Quick-Start% \label{quick-start}% } Test latex table of contents usage. \subsection{Sub section% \label{sub-section}% } Needs some content \section{A section% \label{a-section}% } \subsection{Subsection again% \label{subsection-again}% } This should do it. \end{document}