[OS X TeX] Modification of the TOC
Alan Munn
amunn at msu.edu
Tue Jan 23 11:31:51 CET 2007
At 9:08 AM +0100 1/23/07, Christian Burk wrote:
>Am 22.01.2007 um 22:27 schrieb Alan Munn:
>
>>At 7:36 PM +0100 1/22/07, Christian Burk wrote:
>>>
>>>Chapter 1 BlaBla...............1 (This is a real chapter)
>>>Chapter A DuDa.................2 (This is an appendix and should
>>>have "Appendix" instead of "Chapter")
>>>
>>>How could I modify the TOC to get "Appendix" in front of appendics?
>>
>>Add the following after your \apppendix command:
>>
>>\addtocontents{toc}{\protect\renewcommand{\protect\chaptername}{\appendixname}}
>
>Chapter is still used for the appendix in the TOC...
Did you run latex a couple of times and delete the aux file? The
following small document works fine for me:
-Alan
\documentclass[12pt]{book}
\usepackage [dotinlabels]{titletoc}
\titlecontents {chapter} [6pc] %
{\addvspace{1pc}\scshape}
{\contentslabel[\textsc{\chaptername}\ \thecontentslabel]{6pc}}
{\hspace{-4pc}}{\hfill\contentspage}
[\addvspace{2pt}]
\begin{document}
\tableofcontents
\chapter{Foo} This is a chapter
\chapter{}
\appendix
\addtocontents{toc}{\protect\renewcommand{\protect\chaptername}{\appendixname}}
\chapter{Appendix}
\end{document}
--
Alan Munn
amunn at msu.edu
Department of Linguistics
and Germanic, Slavic, Asian and African Languages Fax. +1-517-432-2736
Michigan State University, East Lansing MI 48824 Tel. +1-517-355-7491
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the macostex-archives
mailing list