Changing the headings
Like in our diagram example, if you don't like the heading Contents, you could easily change it. The text of the heading is stored in the text macro \contentsname
. So, just redefine it as follows:
\renewcommand{\contentsname}{Table of Contents}
Here's a list of all those headings:
List |
Heading command |
Default heading |
---|---|---|
Table of contents |
|
Contents |
List of figures |
|
List of figures |
List of tables |
|
List of tables |
Bibliography |
|
Bibliography in References in |
Index |
|
Index |
Furthermore, as promised, here's a list of further macros for names used by LaTeX:
Name |
Command |
Default value |
---|---|---|
figure |
|
Figure |
table |
|
Table |
part |
|
Part |
chapter |
|
Chapter |
abstract |
|
Abstract |
appendix |
|
Appendix |
Not really surprising! Using name macros is especially useful when another language...