I am using memoir and the \listoftheorems of the thmtools package. And while it seems to beautifully work and integrate in the table of contents, it does not appear in the index listing of the pdf reader (I used okular).
Is there a setting to make it appear there?
Here is an MWE creating a list of theorems and a table of contenst. The former appears in the latter, but not in the index of the pdf reader.
\documentclass{memoir}
\usepackage{amsthm}
\usepackage{thmtools}
\RequirePackage[
hidelinks,
breaklinks=true,
bookmarksnumbered=true,
pdfpagemode=UseOutlines,
bookmarksopen=true
]{hyperref} % not working?
\newtheorem{theorem}{Theorem}[section]
\begin{document}
\tableofcontents
\listoftheorems
\chapter{My}
\begin{theorem}
My first theorem.
\end{theorem}
\begin{theorem}
My second theorem.
\end{theorem}
\section{Awesome}
\section{Table}
\begin{theorem}
My third theorem.
\end{theorem}
\chapter{Of}
\section{Contents}
\section{Is}
\section{Here}
\end{document}
thm-listof.stythat you mentioned. But I do not understand what your\typeoutcommand does. Could you add this shortly to the answer? The help I found here just said it prints a message to the terminal and the log file. – Tim Oct 30 '17 at 12:59thm-listof.sty– daleif Oct 30 '17 at 13:08