I'm attempting to capitalize certain titles or headings in my LaTeX file. Specifically, if I want to use \printindex, \listoffigures, or \listoftables the title heading on each of these will be "Index", "List of Figures", or "List of Tables" respectively. Is there anyway to capitalize these to produce "INDEX", "LIST OF FIGURES", or "LIST OF TABLES"? Any input would be most appreciated.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
Just put this in the preamble:
|
|||
|
|
|
Use, e.g., the titlesec package and its
|
||||
|
|