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
regards uwe
