Thanks Peter.
Your solution works well. Is there a way to print a table of contents
of just the appendix before the first appendix begins? (Preferably
without using the \begin{appendices} environment since that doesn't
work well with the UCLAthes documentclass.
On Apr 21, 1:12 am, Peter Flynn <
anglebrac...@gmail.com> wrote:
> On Wed, Apr 20, 2011 at 8:50 AM, Dyaus <
adityabin...@gmail.com> wrote:
> > Hello:
>
> > This is my first post here and I hope to learn from and contribute to
> > this group.
>
> > I am using the shorttoc package to produce a Short Table of Contents
> > and a regular Table of Contents. My short table of contents only
> > displays Chapters, while the Full Table of Contents displays Chapters,
> > Sections, and Subsections. Since Appendices are treated as chapters, I
> > want them to appear only in the full table of contents.
>
> shorttoc was not designed to do that. It works with *depth levels*, not
> names (see the table athttp://
latex.silmaril.ie/formattinginformation/basics.html#sections)
>
> An appendix is at the same level as a chapter, as you have seen, so it will
> get included.
>
> > Using
> > \chapter* after declaring \appendix doesn't help since the entries
> > disappear from both toc and shorttoc.
>
> That's because the starred version of sectional commands does not record
> information in the ToC.
>
> What you could do is use \chapter* but add the command
> \addcontentsline{toc}{section}{*the title of the appendix*}