Tagged Questions
3
votes
1answer
155 views
Creating a new list of appendices with tocloft
I just implemented Mike Renfro's solution from here, but the content in the list of appendices also gets listed in the toc, which should not be the case. How would one ensure this is avoided? Below is ...
4
votes
3answers
1k views
Table of Contents with Chapter and Appendix
I'm using this code to get word Chapter in TOC before each chapter.
\documentclass[a4paper]{book}
\usepackage{tocloft,calc}
\renewcommand{\cftchappresnum}{Chapter }
...
6
votes
1answer
361 views
\chaptername is used even for appendix chapters in ToC
I have searched for something to resolve a problem that has shown up here:
How do I get \chaptername to appear in the table of contents?
I have tried the code from that thread. But I got an issue, ...
5
votes
2answers
747 views
List of appendices with tocloft and memoir
I found a very nice example showing how to create a list of appendices here: How to get a list of appendices? but it doesn't seem to work with the memoir document class. I get the error message ...
2
votes
1answer
564 views
Spacing in list of figures / tables for entries from appendices
Having made the changes Werner very helpfully suggested in the Separate table of appendices - pdf bookmarks & avoid previous chapter's format, my list is up and running but I have some spacing ...
4
votes
1answer
456 views
Separate table of appendices - pdf bookmarks & avoid previous chapter's format
I'm trying to format my thesis which requires a seperate list of appendices. Thanks to a really useful post - Creating a separate list of appendices with tocloft - I have the list up and running. I'm ...
6
votes
1answer
557 views
Keep “Appendix #” in the appendix title, but remove the appendix from the table of contents
I'm writing a PhD thesis, and my university requires that I list the appendices in a "List of Appendices" (LOA) that is separate from the main table of contents (TOC). I've successfully created a LOA ...
1
vote
0answers
970 views
Create appendix in LyX? [closed]
I use report class, I create appendix in LyX :
The definition of the appendix has been defined from the LyX menu Document->Start Appendix Here
The contents of Appendices are listed in a separate ...
5
votes
1answer
549 views
Appendix Chapters typeset as Sections in ToC
I am very new to LaTeX and still more in a trial and error phase than on a real understanding level.
My goal is to have all appendices - which are chapters and I would like to keep it that way - to ...
3
votes
3answers
2k views
Creating a separate list of appendices with tocloft
I'm very sorry but I have to ask for urgent help as I could not make sense of the individual questions I asked previously.
I'm required a separate list of appendices, i.e. the appendix is not to show ...