-
Some academic journals still requires that figures are provided as separate files. For example, Wiley's Guidelines for the Preparation of Figures says
Will be great if Quarto had the option to follow the file naming convention that journals impose. Minimal Working Example
The above file is render using
Observed Output
Desired Output
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Since you are using knitr, you can define a function to pass to |
Beta Was this translation helpful? Give feedback.
Since you are using knitr, you can define a function to pass to
fig.process
option.The function takes a path and return a path.
In your case input would be "figure-mwe_files/figure-docx/fig-mew-1.pdf" and output would be "figure-mwe_files/figure-docx/figure-1.pdf".