Search found 2 matches

by Pete Sleeman
Fri Jun 01, 2018 6:39 pm
Forum: Graphics, Figures & Tables
Topic: Numbering Figures by section.subsection.etc
Replies: 7
Views: 33339

Numbering Figures by section.subsection.etc

No problem !
The solution to the list-of-tables "number over-running the caption" was to do this:

Code: Select all

\renewcommand{\numberline}[1]{#1 \,}
It simply outputs the table's number, a small gap and then the table's caption.......pagenum
All sorted!
by Pete Sleeman
Thu May 31, 2018 11:01 pm
Forum: Graphics, Figures & Tables
Topic: Numbering Figures by section.subsection.etc
Replies: 7
Views: 33339

Numbering Figures by section.subsection.etc

I know this thread is 8 years old but i've been struggling with this exact same issue.
Finally found a solution.
I'm using LyX so I put this into the preamble, but whatever...
The only minor issue I see is that the list of tables gets the spacing a bit wrong for the longest sub-sub section tables ...