Allow rendering of manuscript notebook files in other formats #8896
bethanyhgardner
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
I am not sure to follow. Below is the default Manuscript project YAML file project:
type: manuscript
manuscript:
article: index.qmd
format:
html:
comments:
hypothesis: true
docx: default
jats: default
# (other formats)
# pdf: default
execute:
freeze: true You can also use Quarto CLI directly: Could you share some minimal example we can use to play around and check what you tried and did not work? It's possible, there is a bug, but without code we can't know. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm testing out manuscripts for a new paper, and overall I'm a fan! Ideally I would like to be able to render notebook files in PDF/docx, not just HTML. I think my ideal use case would be to have one or more of the notebook files be the manuscript supplement (generally includes more tables/figures etc), so it would be great to have the option of rendering in the same format(s) as the manuscript, since I'm going to have collaborators/journal submission portals that want a PDF, not an HTML file or link to site hosted on GitHub. Currently, adding additional formats to the YAML header of a notebook file or specifying an output format when rendering from command line don't have any effect.
Beta Was this translation helpful? Give feedback.
All reactions