Renaming author, title and table of contents in Quarto book format #2634
-
Hi, I'm trying to write a book with Quarto. The author, title and table of contents are English by default. The language option doesn't support Danish text. In the past I did use these two commands; title-block-author-single: and title-block-published:, but these options do not solve the problem. Suppose I didn't place the options correctly in the Quarto.yml. I guess since im writing a book, the code still has to be written within the Quarto.yml document. The standard book template I use are: __ book: bibliography: references.bib format: editor: visual / Kenneth |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You could make a PR to support Danish by adding the proper file with the proper translation in https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/language. Could you also format properly your message using code blocks using regular markdown syntax? Following documentation (https://quarto.org/docs/authoring/language.html#alternate-language), in
|
Beta Was this translation helpful? Give feedback.
You could make a PR to support Danish by adding the proper file with the proper translation in https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/language.
Could you also format properly your message using code blocks using regular markdown syntax?
Following documentation (https://quarto.org/docs/authoring/language.html#alternate-language), in
_quarto.yml
: