Am 25.05.2018 um 22:28 schrieb Ricardo Berlasso:
2018-05-25 9:34 GMT+02:00 Wolfgang Engelmann <engelm...@uni-tuebingen.de <mailto:engelm...@uni-tuebingen.de>>:

    How to increase the space for Figure number (see attachment)? The
    text class is sr-vorl (a Springer Publisher Vorlage -layout >
    https://ctan.org/pkg/sr-vorl?lang=de
    <https://ctan.org/pkg/sr-vorl?lang=de>).


You need to "patch" your index to add space between numbering and content. To change the space on the list of figures, add this to the preamble:

\makeatletter
\renewcommand*\l@figure{\@dottedtocline{1}{1.5em}{3em}}
\makeatother
Change the 3em value according to your needs. For the list of tables use l@table instead of l@figure .

Regards,
Ricardo


    Wolfgang


Thanks, Ricardo.
What does the first [xx em} stand for?
Wolfgang

Reply via email to