GeneralList of figures margin

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

List of figures margin

Post by marbocam »

Is there a way to change the margin in my list of figures so that the numbering is more separated from the text?

e.g.: 2.1.12A 25GHz RoF transmission using developed TOSA with 16-QAM modulation
for dierent ber lengths with an additional 1.5m-long seamless antenna link.

12 and A should be more separated

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

marbocam
Posts: 38
Joined: Thu Dec 19, 2024 11:14 am

Re: List of figures margin

Post by marbocam »

This worked for me:

\usepackage{tocloft}
\setlength{\cftfignumwidth}{3em}
Post Reply