Questions tagged [table-of-contents]
{table-of-contents} is about the creation or modification of the Table of Contents or similar listings like List of Figures and List of Tables as well as custom lists. Popular packages are {tocloft}, {titletoc}, {tocbasic}, {minitoc} and {etoc}.
7,447 questions
3
votes
2
answers
53
views
Change figure caption from 1 to Abb. 1 (Fig. 1) with correct indentation in ToF?
Im trying to change the figure enumeration in the list of figures as many people have tried before me. The answer I most commonly read is by using
\renewcommand{\thefigure}{Abb. \arabic{figure}}
or
\...
3
votes
1
answer
40
views
List of tcolorboxes per chapter, with `tcblistof`
Setup: In a big document with several chapters, i generate several tcolorbox instances per chapter of the same tcbtheorem called "method", with an option list inside={methods}.
Needed: At ...
0
votes
1
answer
54
views
memoir: Chapter TOCs (Part 3)
This issue is related to memoir: Chapter TOCs (Part 1) and memoir: Chapter TOCs (Part 2).
After implementing a partial TOC (Chapter TOCs), I need to format it differently from the main Table of ...
0
votes
0
answers
30
views
Table of contents / AMS BOOK
I am writing a document in amsbook and I am having trouble customizing the table of contents.
I would like the table of contents to look like this:
Chapter titles should be in bold, including their ...
5
votes
1
answer
180
views
Newest pdfmanagement conflicts with tocloft package also for pdflatex
I have been using DocumentMetadata with tocloft in pdflatex without setbacks for more than two years. However, something changed with the most recent updates.
Currently the code gives warning tocloft....
0
votes
0
answers
15
views
Glossary terms in section heading: don't consider toc as first use, don't link to toc from glossary
If I use \gls{} in section headings, the table of contents will be considered first use. This isn't pretty, because it means that toc entries will differ from the section headings. It also links to ...
2
votes
0
answers
42
views
Conditional formatting of `\thepage`
I'm trying to format \thepage depending on whether a conditional is true (and have it carry over to the table of contents). The simple strategy below isn't doing the trick...
Preferably the solution ...
1
vote
0
answers
40
views
How to change the order of items in List of Tables (or Figures etc.)
Is it possible to specify/change the order of items in a list of tables?
For various reasons, I have two tables with fixed numbers.
The code below produces a list in the order they appear in the ...
1
vote
1
answer
44
views
Is it possible to control the indent of chapterprecis separately from chapter headings in a table of contents
\documentclass[article]{memoir}
\chapterstyle{article}
\setlength\cftchapternumwidth{4em} %Position of numbers and titles in TOC
\setlength\cftsectionindent{3em}
\setlength\cftsectionnumwidth{...
5
votes
1
answer
153
views
List of symbols with page number by symbol location
List of symbols with page numbers based on symbol position
I'm using the code below to create a list of symbols consisting of the symbol, description, and page number. The problem is that the page ...
0
votes
2
answers
83
views
automatic checking for input in a .tex file
I need to get a automatic checking if a .tex file has input or not.
Now there is always the page with "Anhang" and the page "Anhangsverzeichnis" after compiling the project, also ...
0
votes
2
answers
46
views
Vertical spacing front matter in table of contents [closed]
I'd like to group my front matter entries together in the table of contents so that there is no vertical space between them. Here's my current code:
\frontmatter
\chapter*{Abstract}
% Abstract ...
2
votes
1
answer
52
views
Remove chapter title from toc
How can I remove the chapter title from toc?
I tried to change my chapter formatting to accept \chapter* but it doesn't work
I also tried some shenanigans options with tocloft or tocdepth with no ...
3
votes
1
answer
69
views
Adjusting line spacing in table of content for amsbooks (plus having two tables of contents)
I'm writing a book with using amsbooks. I would like to have two tables of contents:
One that just lists the parts and chapters, but does not include sections.
A second more detailed one that lists ...
3
votes
1
answer
136
views
amsart: error arises when $\tilde \cV$ in section title
I have a tex file
\documentclass{amsart}
\newcommand{\cV}{\mathcal{V}}
\begin{document}
\tableofcontents
\section{Regularity of $\tilde{\mathcal{V}}$}
\section{Regularity of $\tilde{\cV}$}
$\...