I'm trying to modify the SIAM class to allow PDF bookmarks. Please use the following version of the class file: https://siam.org/journals/tex/siamltex.cls. Here is a sample code that fails to produce PDF bookmarks:
\documentclass{siamltex}
\usepackage{hyperref}
\usepackage{lipsum}
\begin{document}
\title{A Test of PDF Bookmarks}
\author{Jane Doe}
\maketitle
\begin{abstract}
\lipsum[99]
\end{abstract}
\section{Introduction}
\lipsum[1]
\section{Main Ideas}
\lipsum[2]
\section{Conclusions}
\lipsum[3]
\end{document}
hyperref. – cfr May 08 '15 at 00:45hyperref? – cfr May 08 '15 at 01:57pdflatexin the current standard (http://tex.stackexchange.com/questions/183134/how-to-use-latex-template-for-siam-papers/183150#183150)? – Christian Clason May 08 '15 at 07:26tocdepthcounter -- try adding the linesetcounter{tocdepth}{3}somewhere in the class file. – Christian Clason May 08 '15 at 16:40\setcounter{tocdepth}{3}, of course. – Christian Clason May 08 '15 at 16:59pgfplots)! – Christian Clason Feb 08 '16 at 14:35