{tocstyle} is a package providing control over the typography of the Table of Contents and List of Floats.
2
votes
0answers
82 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 ...
6
votes
1answer
421 views
Having a default \tableofcontents with tocstyle package
I am using roman numerals for everything. In my list of tables, my XVIII'th table was encroaching on the name of the table, so I did \usepackage{tocstyle} which completely fixed this problem.
Before ...
2
votes
1answer
468 views
How to add leaders to Table of Contents without tocloft?
I'm using a third-party non-standard document class which is based on book. Class be damned, I want to add dot leaders for chapters, sections and subsections in the Table of Contents. If I include ...
5
votes
2answers
523 views
use Times new roman font in TOC when using \usepackage{tocstyle} \usetocstyle{allwithdot}
I need my TOC all in Times New Roman but my section titles are changed when using
\usepackage{tocstyle} and \usetocstyle{allwithdot}
I had to try to use tocstyle because my section titles are long ...
4
votes
1answer
385 views
Align numbered and unnumbered entries in ToC (Koma-Script)
In Koma-Script I use \addsec{.} to add section without numbers. However, with respect to my ToC this gives undesirable results, as the unnumbered section-title is aligned with the beginning of the ...
2
votes
2answers
464 views
How to no-indent section headings in scrrprt table of contents?
Using the scrrprt class of Koma-Script with xelatex, I'd like to have my section entries in the table of contents appear without indenting. My current code is:
...