I found the solution, in case anyone else needs it:

Add the following to the LaTex Preamble:

\usepackage{tocloft}

## adds the word Figure
\renewcommand{\cftfigpresnum}{Figure }

## adds white space
\renewcommand{\cftfignumwidth}{5em}


##same for tables
\renewcommand{\cfttabpresnum}{Table }
\renewcommand{\cfttabnumwidth}{5em} 
-- 
View this message in context: 
http://lyx.475766.n2.nabble.com/list-of-figures-tp475878p5770300.html
Sent from the LyX - Users mailing list archive at Nabble.com.

Reply via email to