2018-05-25 9:34 GMT+02:00 Wolfgang Engelmann <[email protected]>:
> 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). > 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 > >
