Hi,

how can I configure LyX to get a table of figures which has "Figure" before the number, something like

Figure 1.1 ...
Figure 1.2 ...
Figure 2.1 ...

just if somebody might be interested: I found the LaTeX settings which can be set in the LaTeX preamble

   \usepackage[titles,subfigure]{tocloft} %[titles,subfigure] if
   subfigures exist
   \setlength{\cfttabnumwidth}{2.5cm}
   \renewcommand{\cfttabpresnum}{Table{ }}
   \setlength{\cftfignumwidth}{2.5cm}
   \renewcommand{\cftfigpresnum}{Figure{ }}

Regards, Toby

Reply via email to