Questions tagged [tocloft]

{tocloft} is a package providing control over the typography of the Table of Contents, List of Figures and List of Tables, and the ability to create new "List of ...".

is a package providing control over the typography of the Table of Contents, List of Figures and List of Tables, and the ability to create new "List of ...".

706 questions
17
votes
1 answer

"Command \c@lofdepth already defined" when using packages subfigure and tocloft

I know there are many questions like the title; however, I tried many ways and still cannot fix it. …
5
votes
1 answer

\RequirePackage{tocloft} doesn't work before \documentclass

\RequirePackage is supposed to work before \documentclass and, indeed, the following MCE works like a charm: \RequirePackage{url} \documentclass{article} \begin{document} \url{foo} \end{document} But, in the case of the tocloft package, this…
Denis Bitouzé
  • 9,652
  • 4
  • 27
  • 85
5
votes
2 answers

TOCLOFT and leader dots... disabling single or no dot

Styling my Thesis, the publisher requires at least two dots in the ToC - or the line needs to be broken (which, manually done, causes other problems). Are there any ideas two create a more elegant solution than the tocloft…
dom
  • 169
3
votes
1 answer

Dot font for tocloft

I desire dots from the chapter to the page number in my table of contents. I also want the chapters not be bold type for title and page number. I can make the dots well enough, and have even been able to change their spacing. But despite what I…
3
votes
1 answer

How to left aligne the page numbers with the tocloft package

Using the tocloft package I would like to have the (Roman) page numbers in the table of contents to be aligned left (in the MWE chapter 1-3) instead of right (in the MWE chapter 4-5). (And later right aligned for the arabic page numbers.) Is there…
Stephen
  • 14,890
2
votes
1 answer

In-chapter ToC formatting

This code generates the following output: \documentclass{memoir} \usepackage{lipsum} \usepackage{titletoc} \usepackage{tikz} \titlecontents{psection}[2.3em] {\large} {\contentslabel{2.5em}} {} …
mmr
  • 2,249
  • 5
  • 22
2
votes
1 answer

Formatting List of Figures: Spacing, Colon, Too Long Captions

These issues have been discussed extensively on this forum, unfortunately i have failed to fix them. I have the following issues: I would like to separate figure label and caption by a semicolon. Example: Figure 1: This is the first figure. Remove…
2
votes
1 answer

Add a colorbox to the section number in TOC

I have searched for a whole day now and really could not find anything about it. I want to change the style of the TOC in my document. Specifically, I want to have a background color to the section numbers in it, much like this: I want this only on…
2
votes
0 answers

Latex custom list with tocloft is causing line breaks

I have used the tocloft package to create a custom list of abbreviations. The layout in the list if fine. The problem that I have it that the command to create this entry creates a linebreak and I was after inline inclusion of the abbreviation. The…
1
vote
2 answers

modify existing entry of "listof"

I'm working on macros to format time estimates to execute project tasks. I have a custom environment to format subtask estimates and now I want to add a table summarizing everything. I'm using tocloft to create a custom list and it works as expected…
ryan0270
  • 235
1
vote
0 answers

Adding a list of equations to thesis

I am trying to finish my final thesis manuscript. I am having problems with adding the List of Equations using \usepackage{tocloft}. The title "List of Equations" does not appear in all uppercase, instead only the first letter of "List" and…
1
vote
1 answer

How do I add a note after the List of Figures heading?

I'm looking to add a note after my List of Figures heading, but before the actual list. The desired output would be: List of Figures A short note about image credits. 2.1 Figure 3.4 Figure 3.5…
1
vote
1 answer

cftXpresnum overlapping with heading

As per the tocloft package documentation, we should be able to use \renewcommand{\cftsecpresnum}{something} to insert some text before the section number in the table of contents (for example, should work for list of tables, list of figures, and a…
Prevost
  • 345
1
vote
1 answer

missing spaces with tocloft's \listofrequirement

Testing tocloft with this example, \listofrequirement makes . Why ? (I use lualatex)
Merak
  • 23
1
vote
0 answers

"Figure Page" Headers in LOF not showing up in all pages

My List of Figures has 3 pages. I need the Figure and Page headers to appear in all pages, but for some reason they only appear in the first and second pages, not in the third one. I'm using ASU Dissertation Template. The relevant code I believe…
1
2 3