On Thu, Nov 28, 2002 at 08:38:24PM -0600, Kent Kostuk wrote:
> My university's format is to have all major headings in upper case.
> How do I force LyX generated headings (i.e. Table of Contents, List of Figures, etc) 
>to upper case?
> 
> Here is a link to an example Table of Contents?
> 
> http://www.usask.ca/cgsr/thesis/2000thesisguide_printed_copy.pdf

\usepackage{babel}
\addto\captionsenglish{
  \renewcommand{\contentsname}{TABLE OF CONTENTS}
  \renewcommand{\listfigurename}{LIST OF FIGURES}
}

(replace the string english by the language you use in the document)

Reply via email to