-
-
Notifications
You must be signed in to change notification settings - Fork 133
babel renaming
João M. Lourenço edited this page Mar 15, 2021
·
1 revision
The general format for renaming the titles automatically generated by LaTeX is:
\addto\captions<LANG>{
\renewcommand*{<SOMETHING>}{<NEW_VALUE>}
...
}
Where:
-
<LANG>
can be one of the languages supported by the template, such as portuguese, english, french, etc -
<SOMETHING>
is what you want to rename (see below) -
<NEW_VALUE>
is what you want it to be renamed to
Some examples for <SOMETHING>
(see the file NOVAthesisFiles/fix-babel.tex
for some examples):
-
\abstractname
— the title for the abstract -
\listfigurename
— the title for the list of figures -
\listtablename
— the title for the list of tables -
\contentsname
— the title for the table of contents
\addto\captionsitalian{%
\renewcommand*\lstlistlistingname{Listatos}
\renewcommand*\annexname{Annesso}
}
Thanks for using this template and for contributing with your suggestions. We really appreciate it. If you may, please don't send us emails directly. Post your question in the GitHub Discussions page or the Facebook Group and you will get your answer there — perhaps even faster.