GeneralList of figures margin

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
marbocam
Posts: 43
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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

marbocam
Posts: 43
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