Tagged Questions

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)

1
vote
0answers
20 views

How to get non-numbered sections to show in ToC

I'm writing a book and I want the sections within the main text to carry no numeration, while I want the section number to appear in the ToC. To suppress internal numeration, I write \section*{Title}, ...
4
votes
1answer
21 views

suppress pagebreaks in titletoc's titlecontents* blocks

How do I suppress pagebreaks in the toc "paragraphs" produced by titlesec's \titlecontents* command without stopping linebreaks between subsections? The follwoing suppresses linebreaks within ...
2
votes
0answers
30 views

pdfpages, addtolist and list of tables

These may be separate questions, but the following MWE: \usepackage{pdfpages} ... \addcontentsline{lot}{subsection}{\ref{tab:UserRoles} \textbf{User Roles}} \includepdf[pages={-}, ...
1
vote
2answers
36 views

titlesec messin' up my hyperref'd table of contents

Please consider the following multipage MWE, which contains page number restarting; made to compile with pdflatex test.tex: \documentclass[12pt]{article} \usepackage{geometry} ...
0
votes
0answers
30 views

beamer's tableofcontents links to the wrong slide

I compiled the following code 3 times to get the table of contents. The problem is that section names links to wrong slides. A links to B1 and B links to B2. So, it's wrong by one slide. How can I fix ...
5
votes
1answer
44 views

Name a section in Latex TOC (add subtitle to contentsline)

I have my Latex document (documentclass is article) which consists of several \sections and \subsections. The \tableofcontents command generates my TOC as I want (in this case: hyperreffed, with page ...
2
votes
1answer
46 views

Computing a simple maths calculation and use the result as page numbers in the Table of Contents

Following up this question here, I am looking for a way to compute a simple maths calculation inside the document and let the result of this calculation be the value that appears as page number in the ...
5
votes
2answers
111 views

Modifying the Page Numbers in the Table of Contents

Is there a way how I could make a section/chapter/any-heading which occurs on page x in my document to appear in the table of contents with the page x-1? (I am using scrbook) I'd like this result not ...
4
votes
1answer
68 views

Page number before Chapter title in the Table of Contents with memoir

I've seen in some novel that, in the table of contents, the page number is before the chapter title, for example: 3 Down the Rabbit Hole 7 The Pool of Tears 15 The Caucus Race and a Long Tale ...
5
votes
1answer
44 views

TOC alignment in memoir

I'm trying to get chapters and sections to line up in a memoir ToC as: Chapter one Chapter title Section title Another section A third ...
1
vote
0answers
27 views

RTL orienting TOC and typesetting Estern Arabic Numberals in Arabxetex

I am using arabxetex package and need my TOC oriented from right-to-left as well as to have page numbers be in Eastern Arabic Numberals i.e (٠‎ ١‎ ٢‎ ٣‎ ٤‎ ٥‎ ٦‎ ٧‎ ٨‎ ٩‎)? Table of Contents should ...
5
votes
2answers
57 views

Second table of contents only for annexes

I'd like to have in my report a table of contents from introduction to conclusion and another between the conclusion and the first annexe. This latter only for annexes : - Table of contents - 1. ...
4
votes
2answers
76 views

How to use Arabic text inside addcontentsline

I am using arabxetex package. I need my TOP be all in Arabic script including page numbers. \addcontentsline works with Latin [English] text, but not with Arabic. \phantomsection ...
3
votes
1answer
66 views

Remove dots & Page numbers from TOC

I am using example given here by @stephan TOC Section & Subsection coloring. Works great however I want to get rid of dots and page numbers. I added this to the preamble ...
1
vote
1answer
42 views

How to center align entries in the table of contents in ConTeXt?

In my table of contents, part is defined like this: \setuplist[part][pagenumber=no] I would like to center align the title of the part, so it appears like this in the table of contents: ...
6
votes
3answers
58 views

Invisible listing captions

Short version: how can I make a listing's caption show up in the List of Listings but not in the body of the document where the listing is? I'm writing a university report, and many of my subsections ...
3
votes
1answer
59 views

Customizing TOC to my needs (right-adjusting section numbers)

This is the code I'm currently using the customize the section headers in my table of contents: \usepackage[dotinlabels]{titletoc} \titlecontents{section}[1pc] {\addvspace{0pc}} ...
1
vote
1answer
75 views

How to modify the Table of Contents to add the words Chapter, Appendix, Figure, Table

I am trying to get the words Chapter, Appendix, Figure and Table into the table of contents. The thesis requirements can be found here ...
16
votes
2answers
102 views

Avoid hyperlinked TOC if hyperref is used

I'm using the hyperref package because I have a link in my document, but do not want to have the TOC as links. How can this be done?
5
votes
2answers
58 views

How to hide the toc's heading?

Is there any chance to hide the "Table of contents" heading that \tableofcontents generates? If figured that \renewcommand\contentsname{} works (it sets the title to ""), but it does not remove the ...
1
vote
1answer
43 views

tocbibind does not add an numbered entry to the toc

I have a document in report class with \documentclass[12pt,a4paper]{report} \linespread{1.5} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[ngerman]{babel} ...
2
votes
0answers
119 views

Beamer Bug: subsubsections are missing in ToC

For a large lecture (600+ slides) I need ToC slides that show the ToC only for the current section, including all subsections and subsubsections. However, apparently this does not work. When I pass ...
2
votes
0answers
46 views

Front page and author in list of contents

In my list of contents, the first row is the front page. And in the second line, there is the name of the author Is there a way to delete that from my list of contents? Example: And i have the ...
3
votes
2answers
74 views

Turn off Section Numbering without Affecting TOC Indentation

I am new to LaTex and I am writing a document where I do not want my sections to be numbered. I did a quick google search and found this line of code to turn them off: \setcounter{secnumdepth}{0} % ...
3
votes
1answer
98 views

Remove the bullets in Beamer's table of contents

I use the Madrid theme How can I remove the bullets in page of table-of-contents. I have tried \setbeamertemplate{items}[circle] It can remove the bullets in enumeration environment. But can do ...
3
votes
2answers
58 views

How to get correct page number of index in ToC [closed]

Possible Duplicate: Problem with the numeration appearing in the table of contents Index is incorrectly listed in the table of contents I am using \usepackage{madeidx} \makeindex I ...
2
votes
1answer
130 views

Omitting only the page number of chapter's heading in ToC

How can I remove the page number of the chapter's header in ToC, without removing the page numbers of the preface pages? For example, in my Table of Contents, I have, Acknowledgments ...
3
votes
1answer
86 views

How to add spaces between items in TOC

The mini-document \documentclass[12pt,openany,oneside]{book} \usepackage{titletoc} \usepackage{lipsum} \titlecontents{part}[3pc]{\addvspace{3pc}\filcenter} {\sffamily\bfseries PART ...
2
votes
1answer
45 views

Single entry in list of tables using datatool + longtable

I'm using the \DTLdisplaylongdb from datatool in order to create a multi-page table with longtable. How do I provide a caption that only shows up once in the list of tables? (Right now it's showing an ...
3
votes
1answer
84 views

table of contents title removed

I wanted to change my paragraph style in my report so that there was no indentation. I used in my preamble: \usepackage[parfill]{parskip} Whilst this has dealt with the indentation, it appears to ...
1
vote
1answer
43 views

How to display different text for a section's entry in the table of contents in ConTeXt?

In LaTeX, one can display different text in the table of contents, than what appears in the document, for part, chapter, and section titles using this: \part[This text will appear in the table of ...
6
votes
1answer
57 views

Displaying “Appendix” in a section inside subappendices environment

I am using scrreprt from KOMA packages, the appendix package, and the arsclassica package. I'd like to add "Appendix" before the number of an appendix to a chapter. If I use scrreprt and the ...
0
votes
0answers
56 views

AMSBook reformat Contents Page

I am trying to format my thesis file properly. I am using the amsbook style file. I need to reformat the Table of Contents, List of Figures,List of Tables, and Bibliography pages to make the title ...
3
votes
2answers
108 views

How to let all the pagestyle of pages from \frontmatter to \mainmatter empty

\frontmatter may include Table of Contents List of Figures List of Tables Preference and other parts Now, I want to set up the pagestyle of pages range from the tag \frontmatter to the tag ...
2
votes
1answer
113 views

References not getting the correct page number

I am a beginner in using LaTeX. The problem I am getting is that I am unable to get the correct reference page number in the content, but get the previous chapter last page number. Also in the ...
2
votes
2answers
147 views

How to get lines with dots in the table of contents for sections? [closed]

Possible Duplicate: Changing the TOC style of an Article document-class When I use \tableofcontents, It uses ... as a filler between title and page number for subsections, How I can force ...
2
votes
1answer
52 views

How can I prevent the \listof command from the float package scrambling my headers?

I'm using the minted package, which uses the float package. When I add the 'List of Listings' in my thesis, the \listoflistings command calls the \listofcommand from the float package. My problem is ...
2
votes
2answers
72 views

Capitalise table of contents title with tocloft

Simple question, but I can't put the answer together through googleing. I want to capitalize the table of contents TITLE in my LaTeX document. Nothing else. I'm using the tocloft package and various ...
4
votes
1answer
89 views

Horizontal spacing issue in \listoftheorems using amsthm + thmtools

I am using the command \listoftheorems with packages amsthm and thmtools. The problem is that the theorem's head and its optional title overlap. How can I make this space bigger to avoid overlapping? ...
3
votes
2answers
124 views

How to place a small table of contents in the footer in ConTeXt?

I would like to place a small table of contents in the footer in ConTeXt, which only shows the sections within the current chapter, but it does not appear. This is what I tried: ...
1
vote
1answer
103 views

How to adjust the position of entries in the table of contents in ConTeXt?

I have a table of contents defined like this: \setuphead[part][number=no] \setuphead[chapter][number=no] \setuphead[section][number=no] \setuplist[part][alternative=a, margin=0em] ...
1
vote
0answers
45 views

Spacing between number and title in List of Tables [closed]

Possible Duplicate: How to modify the indentation before sectioning titles in the table of contents? I need to add some space between the number of the table and the title of the table ...
7
votes
2answers
59 views

In table of contents, long page numbers intrude on right margin despite plenty of available space

Some of the page numbers listed in my table of contents are long roman numerals. For some reason, these long page numbers get pushed into the right margin. Here is a screenshot of the table of ...
4
votes
2answers
52 views

Spacing for \listtheorems in ntheorem

Q: How do I get my theorem number and name to not overlap each other in my list of theorems? This is basically the same question as "Spacing control for listtheorems". But the solutions mentioned ...
4
votes
3answers
85 views

English minitoc entry within a Greek utf8 document

In a document set up as shown in the question Greek pdf bookmarks, the interesting bits are: \documentclass[greek,english]{scrbook} \usepackage[LGRx,T1]{fontenc} % define LGR and T1 encodings ...
2
votes
0answers
61 views

Modifying Table of Contents

I want to modify the Table of Contents by adding the words "CHAPTER NO", "CHAPTER NAME" and "PAGE NO" above the respective columns. Presently my ToC looks like this... Acknowledgement ...
5
votes
1answer
115 views

Titles too wide and not hyphenated correctly

In my master thesis, I have several complicated titles that are longer than one line and that are not hyphenated but go further than the textwidth (see MWE below). Additionally, while the ...
0
votes
1answer
40 views

How to change Table of Contents title from “Contents” to X using memoir? [closed]

Possible Duplicate: How to change the title of ToC? The default Table of Contents title is "Contents". How would I change "Contents" to something else, e.g., "Chapters"? I'm using the ...
7
votes
1answer
114 views

Strange blank page between abstract and ToC

I am puzzled by a blank page appearing between my abstract and ToC. Since I'm using the report document class, I am not expecting LaTeX to insert any blank pages. Here is a MWE showing the problem: % ...
3
votes
1answer
74 views

How to change vertical spacing in TOC between section entry and only the first subsection entry in each section?

I am using article class and tocloft package. Does anyone know how to put a space (for example of size "22pt") between a ToC section entry and only the first subsection entry in every section. ...

1 2 3 4 5 13