How do I remove "Source: Article Notebook" from my Quarto manuscript? #6999
-
DescriptionI was super excited to convert my .Rmd into a quarto manuscript, which was straightforward enough. However, I do have to render to a word doc for my co-authors to comment. When I do, the "Source: Article Notebook" shows up underneath each figure, even though they are static images I created elsewhere in R. How do I turn off this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Thanks for jumping into it! The idea of linking this way (even for a single computation that contained text + computations) was to allow one copy of the article to be presented as the 'output' and allow linking to a version which contains the source code and outputs. You can control how the links are presented using the options described here: https://quarto.org/docs/authoring/notebook-embed.html#linked-source-notebooks For example, to completely disable, you can use:
HTH and thanks for taking this new capability out for a spin! |
Beta Was this translation helpful? Give feedback.
-
Is it possible to specify Thanks! -Jon |
Beta Was this translation helpful? Give feedback.
-
I have a twist on the original question. I'm using a manuscript, and my The problem is that, due to #8681, our We don't want to show the article notebook because it's confusing. Is there a way to disable the creation of the article notebook, but to show other notebooks? The |
Beta Was this translation helpful? Give feedback.
Thanks for jumping into it!
The idea of linking this way (even for a single computation that contained text + computations) was to allow one copy of the article to be presented as the 'output' and allow linking to a version which contains the source code and outputs.
You can control how the links are presented using the options described here:
https://quarto.org/docs/authoring/notebook-embed.html#linked-source-notebooks
For example, to completely disable, you can use:
HTH and thanks for taking this new capability out for a spin!