Alternate language when writing in Quarto book format #2453
Replies: 4 comments 18 replies
-
Where did you put the language field in the Also you could have a look at new feature for our current pre-release, about project profile: https://quarto.org/docs/projects/profiles.html#language-content |
Beta Was this translation helpful? Give feedback.
-
|
Hi again cderv, I forgot to mention one more request. How do I adjust the code chunks to include install.package('tidyverse') or pload::packman, to include the "copy to clipboard" option? When I type the function in an R code chunk I get an error. I need to do an assignment, and I want to show that I'm installing packages loading from the library. I want my readers to just be able to copy and paste my chunks directly. Is it because of my format is html? / Kenneth |
Beta Was this translation helpful? Give feedback.
-
|
I found this question because I am also trying to change language of a book. I followed instructions from documentation, but it didn't work: project:
type: book
book:
title: "My book title"
language: "pt-BR"
chapters:
- index.qmd
format:
html:
theme: cosmo |
Beta Was this translation helpful? Give feedback.
-
|
For any one trying to solve this, create a As the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to code in the Quarto book format.
How do I override the values for the “Author” and “Published” captions when writing a book project?
--- title: "Min bog" author: "Kenneth Gottfredsen" date: 5/22/2022 language: title-block-author-single: "Forfatter" title-block-published: "Opdateret" ---Above works when I'm typing in the document format, but it doesn't work when I copy and paste it into the yaml of a book project.
Beta Was this translation helpful? Give feedback.
All reactions