GeneralProblem with TOC

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jamh
Posts: 1
Joined: Thu Nov 27, 2008 8:53 am

Problem with TOC

Post by jamh »

Hello everyone,

I am using the excellent memoir class, along with the booklet class. Unfortunately the TOC reports the wrong page numbers (they all seem to be low, that is 5 or 6 or 7 roman numbers).

If I take out the booklet class, everything looks good.

Below is what I'm using.

Thanks for any pointers.
Jam

Code: Select all

\documentclass[letterpaper,11pt]{memoir}



% --- packages

\usepackage[T1]{fontenc}

% \usepackage{bookman}

\usepackage[english]{babel}

\usepackage{color}

\usepackage[pdftex]{graphicx}

\usepackage{amsmath,amssymb,amsfonts,textcomp}

% \usepackage[Lenny]{fncychap}

% \usepackage{indentfirst}

% \usepackage{makeidx}

% first run for toc

\usepackage[print,1to1]{booklet}

% runs after

% \usepackage[print,1to1]{booklet} \nofiles



% --- page setup

% \setcounter{secnumdepth}{0}

\settypeblocksize{5.5in}{4in}{*}

\addtolength{\textheight}{\onelineskip}

\setlrmargins{2.25in}{*}{*}

\setulmargins{2in}{*}{*}

\checkandfixthelayout

\pagespersignature{16} % 16 pages per signature

\setpdftargetpages

\setlength{\parindent}{10pt}

\makeindex



% --- begin document

\begin{document}



% --- title

\begin{center}

\includegraphics[width=4in,height=5.5in]{title.jpg}

\end{center}

\thispagestyle{empty}

\frontmatter

% Want a blank sheet before the title page

\hbox{}\cleardoublepage

% half-title page here

\cleardoublepage

% title page here

\title{TITLE}

\author{Author}

\date{}

\setlength{\droptitle}{150pt}

\begin{titlingpage}

\aliaspagestyle{titlingpage}{empty}

\maketitle

\end{titlingpage}

\thispagestyle{empty}

\cleardoublepage

\clearpage


% --- chapter headings
\makechapterstyle{jam}{%
\renewcommand*{\printchaptername}{\space}
}
\chapterstyle{jam}


% --- table of centent (TOC)

% \setcounter{tocdepth}{0}

\tableofcontents*

\thispagestyle{empty}

\cleardoublepage

\mainmatter



% -------------- Main text -----------------

\include{mainText}



% --- end of the book

\bigskip

\backmatter

% want some blank endpapers to get enough pages into

% the last signature for easy binding

\clearpage

\hbox{}\clearpage\hbox{}\cleardoublepage



% --- end of document

\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply