Search found 1 match

by tsx
Thu Nov 11, 2010 2:59 pm
Forum: Document Classes
Topic: amsbook and listoftheorems (thmtools)
Replies: 2
Views: 5774

amsbook and listoftheorems (thmtools)

Hello,

I'm having difficulties creating a list of theorems via thmtools when using amsbook as documentclass. The code looks as follows:

\documentclass{amsbook}

\usepackage{amsthm}
\usepackage{thmtools}

\declaretheorem{theorem}

\begin{document}
\begin{theorem}[Theorem A]This is a theorem.\end ...