Presentations/Notebooks etc in a book project #3194
Unanswered
kdschneider
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I don't understand what's the structure of your "project", I would prefixed the files not to be rendered as part of the book with "_" which will avoid Quarto to render them within the book. project:
pre-render:
- render-some-quarto-docs-first-before-book.sh You could probably also use "project profiles" to handle the different type of documents in your thesis, see https://quarto.org/docs/projects/profiles.html. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hello,
I am trying to write my masters thesis using quarto.
Part of my thesis are presentations and notebooks that are not part of the books chapters, but still those have to be rendered when rendering the book.
Putting them in their own projects is not possible, as book, presentations and notebooks share data, plots and citations.
Ideally quarto should first render the notebooks, then the book and presentations. Is this somehow possible?
Beta Was this translation helpful? Give feedback.
All reactions