Tagged Questions
4
votes
3answers
527 views
Upper and lowercase of a word in the \section heading
I'm using the \section command and wanted to change just two letters of a word to be in lowercase. How can I accomplish this? I have tried using \small command but it will not change it.
...
3
votes
3answers
2k views
Using \MakeUppercase in \@startsection
I was toying a bit with the \@startsection command to change the layout of chapter / section headings. More specifically, I wanted my headers to be converted to uppercase.
I was following an example ...
3
votes
1answer
401 views
Personalizing Table of contents
I want to make my table of contents to have the words "Chapter", "Title" and "Page" written in uppercase, like "CHAPTER", "TITLE" and "PAGE". My document class is Book. How can I do it?
5
votes
2answers
1k views
Disable/toggle smallcaps in the title
I am using the amsart document class. I want to to change the text in the titles (such as in \author) to be written normally and not in small caps.
How can I change this globally? That is, so that ...