Is there a way to set table-title? #1727
-
Hi! I would like to change the table title Unfortanely I couldn't make it using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You should be able to use If you don't like the translations then you can override them individually (the table title is controlled by https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml |
Beta Was this translation helpful? Give feedback.
-
Late for the party. Hi @Gabrielforest. Did you try to use The follow minimal working example works for me!
Quarto uses LaTeX to generate the PDF and from my experience, changing the language will get what you want. You probably will not have to use |
Beta Was this translation helpful? Give feedback.
You should be able to use
lang: pt
to get Portuguese for all UI text: https://quarto.org/docs/authoring/language.htmlIf you don't like the translations then you can override them individually (the table title is controlled by
crossref-tbl-title
):https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml