-
How can I change "Appendices" to something else (such as "Apêndices") in the Toc of html and pdf outputs? minimal yml file:
|
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
May 13, 2023
Replies: 1 comment 1 reply
-
See https://quarto.org/docs/authoring/language.html#alternate-language. language:
section-title-appendices: "Apêndices" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vfacta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://quarto.org/docs/authoring/language.html#alternate-language.