Is there a way to render a single document within a project? #11091
Unanswered
roaldarbol
asked this question in
Q&A
Replies: 1 comment 6 replies
-
That's the designed/expected behaviour. Make a temporary copy or move inside the directory where the document is. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I've got a book project which has many parts. I'd like to send a single part/document to a colleague, rendered in
docx
. Even if Iquarto render my-single-file.qmd
it only renders the entire project according to_quarto.yml
.The file has its own rendering YAML settings:
Is this in any way possible in Quarto? (I'm used to this kind of workflow from MyST so just checking)
Beta Was this translation helpful? Give feedback.
All reactions