Make TOC bookmarks work in one run of pdflatex.

This is necessary for the Travis CI job, at the very least.
This commit is contained in:
zgrep 2017-03-08 19:24:27 -05:00 committed by GitHub
parent 5851c0ba72
commit f66528e9b4
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{bookmark}
\renewcommand{\thesection}{}
\renewcommand{\thesubsection}{\arabic{subsection}}
\makeatletter