Tagged Questions
1
vote
0answers
54 views
How to add the word Chapter in the table of content, Figure to the list of figures, table to the list of tables
I would like to add the words Chapter, Figure, Table in the Table of Contents, List of Figures, List of Tables. How do I go about doing that?
The following is the code I used in my .tex file.
...
3
votes
2answers
35 views
Change caption name of an appendix
I want to change the caption name of a figure for an appendix. For example I have
\caption{This is a supplemental figure.}
and by default the caption appears as
Figure 1: This is a supplemental ...
4
votes
1answer
50 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
108 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
321 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
375 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
981 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
1k 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 ...
