On 12/1/05, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > > Andrew Morrison wrote: > > > 1. How do I make "List of Figures" appear as "LIST OF FIGURES"? > > Assuming your document language is "English" then add the following > lines to your document preamble: > > \usepackage[english]{babel} > \addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES} > > For more infos see > > http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam >
Thank you, thank you, thankyouthankyou!!!!! I googled around various incantations of "renewcommand list figures" and that page never turned up in my search!! That's one less thing I have to fix now...back to the other anomalies. Andrew