Graphics, Figures & TablesToC, only of mainmatter

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
matjizzle
Posts: 1
Joined: Fri May 20, 2011 4:45 pm

ToC, only of mainmatter

Post by matjizzle »

Hi,

I have in my frontmatter

Code: Select all

\input{chapterA} (permission rules)
\input{ChaterB} (foreword)

\tableofcontents
\markboth{\nomname}{\nomname}
\renewcommand{\nomname}{Gebruikte afkortingen}
\printnomenclature[3cm]
\listoffigures
and then my mainmatter starts.

This is the fixed structure for my thesis, but the ToC won't include my nomenclature, and does include chapter A, B and list of figures.

I have 2 possibilities, but I don't know how to fix them:
include nomenclature in ToC
start ToC from chapter 1 in my mainmatter (exclude chapter A, B, and list of figures).

I prefer the first one, but how?
thx a lot
Last edited by Stefan Kottwitz on Sat May 21, 2011 8:46 pm, edited 1 time in total.

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

ToC, only of mainmatter

Post by Stefan Kottwitz »

Hi,

welcome to the board!

nomencl provides an option for that purpose:

Code: Select all

\usepackage[intoc]{nomencl}
By the way, the forum provides a code environment to make code more readable. You can click the Code button above the edit field, when writing or editing, to insert code markup tags, I just did it for you.

Stefan
LaTeX.org admin
Post Reply