{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}, and {minitoc}.

learn more… | top users | synonyms (4)

4
votes
1answer
115 views

algorithm2e: Exclude functions from \listofalgorithms

I'm using the package algorithm2e and create a list of algorithms with \listofalgorithms. My problem is that not only the algorithms (algorithm), but also the functions (function) are displayed in the ...
1
vote
1answer
49 views

Dedicated ToC page

Currently I'm using: \documentclass[twocolumn,notitlepage]{article} \usepackage{verbatim} \usepackage{amsfonts} \usepackage{amsmath} \usepackage{subfigure} \usepackage{amssymb} ...
4
votes
1answer
237 views

How to create a fancy table of contents for Beamer

How can I create a fancy-looking table of contents for a Beamer presentation? \documentclass{beamer} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \begin{document} \frame{ \tableofcontents ...
1
vote
0answers
56 views

Clickable tableofcontents [duplicate]

How to obtain clickable items in a table of contents? I mean, they should also appear in blue. I have the preamble: \documentclass[12pt]{iopart} \usepackage{graphicx,color} \usepackage{iopams} ...
2
votes
1answer
76 views

Correct indented sections in Beamer's TOC

Following Indent subsections in Beamer's TOC and The LaTeX Beamer Class / Bugtracker / indentation in table of contents - ID: 2882539 I want to correct the behavior that if a section-title exceeds the ...
3
votes
1answer
63 views

New titleclass not counted in the table of contents

The following defines a new titleclass which I would prefer not counted in the table of contents defined. How can this be achieved? \documentclass{book} \usepackage{titlesec} \usepackage{titletoc} ...
2
votes
0answers
42 views

How to control spacing in ToC?

This refers to my previous question How to put image in table of contents? \documentclass{article} \usepackage{etoolbox,graphicx}% http://ctan.org/pkg/{etoolbox,graphicx} \usepackage{xcolor} ...
1
vote
1answer
53 views

How to add mdframed in toc?

This refers to my previous question. How to put image in table of contents? How can i add mdframed after toc on the same page? Regards
1
vote
1answer
30 views

How to add a page to the contents list without it being a section?

I want to add a section to my contents pages so that it includes the cover sheet on the contents page (personally I don't like it but it has to be done). It is easy if I have \section{Cover Sheet} ...
3
votes
1answer
100 views

Why use \listoffigures \listoftables [closed]

Why do people include "Lists of Figures" and "Lists of Tables" in their theses/books? (as generated by \listoffigures, \listoftables, etc.) Besides the obvious reason that they take up space and ...
5
votes
1answer
71 views

List of [newfloat] – change font

Using the tocloft package, I can change the appearance of the "List of Tables/Figures" by redefining \cfttoctitlefont etc. However, I created a new float type, called "Example", with the newfloat ...
2
votes
1answer
102 views

\tableofcontents does not appear

A table of contents does not appear in my beamer document. How do I make it appear? I have the following code (for linebreak I wanted to add 2 spaces at end of \part[square]{round} but that didn't ...
2
votes
1answer
104 views

Remove individual entries from List of Tables?

This is my first post here, so the TeX code may not appear as desired, but I'll do what I can to provide a MWE. I want to be able to suppress the appearance of individual figures/tables in the list ...
2
votes
3answers
63 views

Problems with sectioning / toc

I've got a problem with my ToC / sectioning. First of it all: my code: \documentclass[a4paper, oneside, 12pt, listof=totoc, bibliography=totoc, titlepage]{scrreprt} \usepackage[ngerman]{babel} ...
5
votes
1answer
102 views

Beamer \tableofcontents does not display the correct section number after \setcounter{section}{…}

I use beamer to make presentations for my lectures (I despise PowerPoint). Each presentation represents one chapter of the textbook. Therefore, I need the section numbers in the beamer presentation ...
3
votes
1answer
72 views

TOC for book and preview

I am writing a book, which has a shorter version called "preview". How could I arrange (in LaTeX, xelatex) that the preview PDF remains as it is (shorter) but that it presents the TOC of the ...
4
votes
1answer
54 views

How to force a Table of Contents to start new page

My table of contents is around 1 and 2/3 pages long, but the first page ends with 6.8 The Forecast . . . . . . . . . . . . . 54 7 Quality Control 57 7.1 Process Control . . . . . . . . . . . . . ...
4
votes
2answers
97 views

Part title in list of figures and tables?

I'm using KOMAScript. I have a \listoffigures and a \listoftables. My document has several \part{}'s. In the two lists the figures and tables are already grouped (small vertical space) by the ...
5
votes
1answer
98 views

Different style on chapter than table contents

I tried to style a chapter page using the titlesec and the tikz package like this one : http://www.texample.net/tikz/examples/fancy-chapter-headings/ But I saw that the table of contents and the ...
0
votes
0answers
91 views

How to create automatically table of contents of external PDF file?

I have merged three external pdf files. Now I want to create table of contents of this resultant pdf file. Here \tablesofcontentsis not working. \documentclass{article} \usepackage{pdfpages} ...
0
votes
1answer
156 views

Bibliography appears as an appendix in ToC in LyX

I want to place the Bibliography after the appendices. So in LyX I mark "Start Appendix Here", insert the appendices, and after that the Bibliography. Now, all appendices appear in the Table of ...
3
votes
0answers
50 views

includepdf and tableofcontents without numbering

I try to include an entire pdf file with pdfpages but I will not use numbering in the table of contents. Here is a MWE, which illustrates the problem. \documentclass[a4paper]{scrreprt} ...
0
votes
0answers
41 views

How to ignore contents from table of contents in standard report class? [duplicate]

I have a table of contents starting on page 3. I use \tableofcontents to generate it. My actual generated pdfs contents page looks like this contents..............3 chapter1...........6 ...
2
votes
1answer
103 views

Appendices at section level in TOC

I would like my appendices to appear in TOC at section level instead of at chapter level. Like this: Appendices A My appendix 1 . . . . . . . B My appendix 2 . . . . . . . ...
0
votes
1answer
111 views

How to exclude an appendix table from list of table? [closed]

I have a table in Appendix. It also shows in list of tables. How can I remove it? I tried the following but it didn't do anything. \usepackage{caption} \begin{document} . . . \appendix ...
3
votes
1answer
134 views

Show ToC of only a section in beamer (completely hide other subsections)

I'm using beamer for a presentation. What I want is that whenever a section o subsection starts, it completely hides other subsections that are outside the section in the ToC. I mean, for example if ...
4
votes
3answers
126 views

Links do not lead to right pages

The problem is that the links (as well as the PDF bookmarks) of abstract, explanation, CV and appendix do not lead to the right pages. abstract leads to the titlepage and appendix to introduction etc. ...
3
votes
3answers
102 views

Double Names being included in Table of Contents

I have a final report that I am writing in LaTeX. I have a code to make the section headings appear in the center of the page (thanks to Jubobs): \titleformat{\section} ...
6
votes
2answers
83 views

Section symbol in table of contents

I'd like sections in the table of contents to have not only the number, but also the symbol § before them. How can I make it?
0
votes
0answers
105 views

TocLoft and subcaption conflicts [closed]

I use subcaption package to make subfigures. Code sample: \begin{figure}[h] \centering \begin{subfigure}[t]{0.5\textwidth} \centering \includegraphics[width=\textwidth]{v643.png} \caption{V-643} ...
2
votes
1answer
268 views

Problems with \addtocontent and \addcontentsline

I am trying to add a heading in the list of figures and list of tables. I found a solution here: Include chapters in List of Figures with titletoc? However, this looks pretty complicated and I after ...
3
votes
1answer
50 views

Initial and final chapters appearing in the table of contents without numbering

I'm editing a document whose preamble starts with \documentclass [12pt, a4paper]{extbook} I wish the chapter 'Introduction and its sections' appear in table contents at the beginning of the text ...
0
votes
0answers
130 views

Including bibliography in toc (memoir class) [closed]

I'm using memoir class and biblatex and having consulted the documentation for both, I still cannot figure out how to include my bibliography in the TOC. The bibliography is included in the backmatter ...
7
votes
2answers
106 views

Table of contents not dotfilling?

Is this wrong? It seems the ToC does dotfilling only for sections and not subsections. Why is this happening and how can I fix it? I'm using \tableofcontents and nothing else to generate this ToC, ...
0
votes
1answer
173 views

\addcontentsline: lines added to TOC not numbered, and lines added to TOT not shown

Two problems arise when I add lines to the table of contents (TOC), and to the table of tables (TOT): The TOC lines are not properly numbered. The TOT lines don't show on the TOT. Any idea how to ...
2
votes
1answer
77 views

Transfering Style of Sectioning-Titles to TOC-, LOF-, LOT-Titles

This is a continuation of my last (answered) question: I want to style the Title of TOC, LOF and LOT exactly the same as the Sectioning-Titles. Problem is that they (a) start "higher" than normal ...
0
votes
0answers
81 views

\listoffigures \listoftables [closed]

After giving these commands in the file, the list of figures is actually not visible. I have compiled it several times now. Whereas my files .lof and .lot are correctly generated. Here is the code ...
2
votes
2answers
96 views

Problems Customizing TOC in amsbook style

I am attempting to create a table of contents (in the amsbook document class) with a specific format; however, after several attempts I can't seem to get it to work out. The document will include ...
2
votes
2answers
106 views

Glossary and list of figures have the same page number in the table of contents

In my table of contents the glossary and the list of figures have the same page number. However, these two areas are not on the same page. Can anyone help me to get the correct number of pages set? ...
2
votes
0answers
156 views

Table of Contents page numeration in a Latex document

I have a document with Chapters and endnotes, and a table of contents (TOC). In order not to generate a number for the last chapter (Epilogue), I use \chapter*{Epilogue} in the code and then I put an ...
0
votes
0answers
76 views

Change font of subsection in the Table of Contents [closed]

I changed my entire document to sffamily font, and the only thing that still appears in the default font are the subsections in the Table of Contents. In the text, subsections are the correct font. ...
5
votes
1answer
127 views

Beamer Mini-TOC

How can I make a TOC and section mini TOCs such that TOC at the beginning of the whole document shows sections and subsections, mini TOCs at the beginning of each subsection show only the very section ...
1
vote
1answer
126 views

Why do hyperref's \hyperlink and \hyperref and TOC link behaviors differ for first chapter vs. others

Why do neither \hyperlink nor \hyperref (either explicitly or from the TOC) not go to the page top for Chapter 1, but they both do for Chapter 2 in the below code? \documentclass{book} ...
0
votes
0answers
34 views

Inconsistent spacing in the List of Tables, generated by the template [closed]

The thesis template by my school generates the list of tables. However, the line spacing is not consistent in the table. Any ideas how to fix it?
5
votes
1answer
93 views

Show chapter in Table of Contents but do not print its header in text

I would like to list some pages of my report under a chapter. This chapter should be printed in the text without the header but with an entry in the Table of Contents. It should look like this: TOC: ...
1
vote
2answers
98 views

Get next section to put bibliography in TOC

I'd like to show the bibliography in the TOC. This is how far I got: \clearpage \def \nextsection{\thesection + 1} \addcontentsline{toc}{section}{\nextsection Bibliography} \printbibliography ...
2
votes
0answers
74 views

Inconsistent OSF in Table of Contents using Microtype, LuaLaTeX and Tocstyle [closed]

My table of contents should have the following properties: oldstyle figures for page numbers and labels chapter entries in spaced, lowercase smallcaps numbers close (en-space) to the entries, no ...
0
votes
1answer
44 views

Why are some tables missing in the list of tables? [closed]

In the thesis I am writing, I have a few tables that I would like to see listed at the beginning. To do so, I use the command \listoftables However, only one table is listed and all the others are ...
1
vote
1answer
122 views

Titletoc and Titlesec in just some chapters

I have a twocolumn document and I should insert the minitoc in the first chapters with titlesec and titletoc. I read the answer to Customize minitoc; however, if I change the \titleformat before ...
3
votes
2answers
76 views

Omit specific subsection from table of contents?

Is it possible to omit a single specific subsection from the table of contents, while keeping it numbered as usual within the main body, and keeping other subsections listed? (I am using the amsart ...

1 2 3 4 5 27