Patrick Hartling wrote:
>
> Herbert Voss <[EMAIL PROTECTED]> wrote:
>
> } Patrick Hartling wrote:
> } >
> } > I have set up a small LyX layout based on a LaTeX .sty file, and I am
> } > trying to figure out how to modify the behavior of the List of Figures
> } > and the Bibliography style. For the List of Figures, I need to prepend
> } > the word "Figure" to each entry in the list. For the bibliography, I
> }
> } \renewcommand\figurename{Figure}
>
> Hmm, this doesn't do quite what I wanted. In \listoffigures, I need
> the name for each figure to be "Figure x.y" rather than just "x.y".
> The above changes the label for the actual figures.
sorry, i misunderstood your question:
in preamble:
\usepackage{tocloft}
\let\myNumberline\numberline
just before you insert the listoffigures:
\addtolength{\cftfignumwidth}{2em}
\renewcommand\numberline[1]{\myNumberline{Figure #1}}
if this is not at the end of your document, than do a
\let\numberline\myNumberline
behind the insert command of lof
Herbert
--
http://perce.de/lyx/