Is there a way to add a local table of contents of sections/subsections appearing within a chapter to appear at the beginning of each chapter immediately after the chapter title on the title page (think: chapter contents)?
I'm using the amsbook package. Neither titletoc nor chaptertoc load properly without errors. minitoc loads but produces no output, even after including the \do... command before the \tableofcontents.
Edit I've discovered that there is an issue with \listoftables. If present, then \minitoc doesn't output a table. If removed, \minitoc works fine.
\documentclass[letterpaper]{amsbook}
\usepackage{minitoc}
\usepackage[Lenny]{fncychap}
\ChRuleWidth{1.618pt}
\ChTitleVar{\raggedright \huge }
\ChNameVar{\raggedleft \Huge }
\usepackage[bookmarksdepth=subsection,plainpages=false]{hyperref}
\begin{document}
\dominitoc
\frontmatter
\tableofcontents
\mainmatter
%\listoftables
\chapter{Title}
\minitoc
\section{Section Title}
\end{document}
chaptertocorminitoc– Jul 15 '11 at 06:19