2018-05-26 8:33 GMT+02:00 Wolfgang Engelmann <[email protected]>:
> > > Am 25.05.2018 um 22:28 schrieb Ricardo Berlasso: > > 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 >> >> > Thanks, Ricardo. > What does the first [xx em} stand for? > It changes the number positioning: by increasing that parameter, the number and with it the whole text will move to the right. > Wolfgang >
