Tagged Questions
4
votes
1answer
45 views
How to Change the Title for a Second List of Figures
For my document, I have a List of Figures for the figures contained in the body of the text. This has worked basically according to plan. However, I also need to have a separate List of Figures for ...
3
votes
2answers
100 views
What variable contains the word “Appendix” when a chapter is an appendix?
I've designed a whole new fancy chapter header layout, and have hard coded the word "Chapter" in there before the chapter number. I just realized now that this won't work because I have an appendix ...
1
vote
0answers
35 views
Appendix not renaming [duplicate]
Possible Duplicate:
How to change the name of document elements like “Figure”, “Contents”, “Bibliography” etc.?
I would like to rename my appendix so that it would be all caps, like other ...
1
vote
1answer
306 views
Chapter style using chaptername and chapter number inside TikZ
I am trying to define my own chapter style for my thesis. I am using memoir, and want to put the part that says e.g. "Chapter 3" or "Appendix C" inside a single TikZ figure. My code so far is the ...
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
362 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, ...
3
votes
2answers
785 views
change name of appendices
I am trying to change the name of the Appendices. This is what I've done:
\begin{appendices}
\input{muonSF}
\input{Wmass}
\input{BDTCrossCheck}
\end{appendices}
using the package appendices. My ...
9
votes
2answers
990 views
\autoref should call sections within the appendix “appendix” not “section”
I make use of autoref thoughout my now rather long document. I have an appendix with sections, though currently a small number, so changes could be made here.
I want references in my document to ...