Replies: 3 comments 11 replies
-
Beta Was this translation helpful? Give feedback.
-
@memeplex render leaving the other files out, but as your other question go, you are actually merging your yaml from your chapter file and your yaml profile. |
Beta Was this translation helpful? Give feedback.
-
I am also thinking that |
Beta Was this translation helpful? Give feedback.
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
When I'm working on a pdf project, I would like to quickly preview the current chapter/section. I assume this means that I need to render just a small piece of the entire project, so I split the project in many small files to begin with. Now, I've read about Incremental rendering and Render targets but I'm not sure whether I'm understanding what they bring to the table, specially for a pdf project.
For example, suppose this is my project config:
If I run
quarto render chapter1.qmd --to pdf
both chapters are included in the generated tex file.If I add:
to the config and run
quarto render --to pdf
again both chapters are included.The only way I found to work on a file by file basis is to comment out all other documents in the chapters section.
Is this right or am I missing something?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions