Scientific Publishing: Feedback from Using Quarto to Publish a Paper #609
Replies: 4 comments 2 replies
-
Thanks for all of this feedback! Wanted to let you know that we aren't leaving this unattended -- hope to reply w/ thoughts/feedback/workaround later on this week. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback! I'll try to address each of these points below. Enhancements:
Issues:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for the thorough reply! I guess I should have read the documentation more carefully, sorry about that.
I'm not too knowledgeable about CSS for printing, but if I get the time to look into it I'll see what I can do. Again, thank you for your work on this! |
Beta Was this translation helpful? Give feedback.
-
I believe this to be almost if not all completed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I do medical/epidemiological research and I've been using markdown and Pandoc for a long time to write my manuscripts. I've been keeping an eye on RMarkdown, Sweave, Knitr, Pweave and similar projects, and was very excited to recently discover Quarto. It's a fantastic project and I'm happy to see that it's being actively developed (thank you!). I'm trying out Quarto for writing my current manuscript and want to contribute some feedback that I hope can make Quarto even better.
I've put together a sample project which demonstrates most of the things I discuss here:
Enhancements
@Fig-main
> Figure 1.1 and@fig-main
> figure 1.1. Or@fig-main
would give the default,@^fig-main
> Figure 1.1, and@_fig-main
> figure 1.1, or something similar.crossref: chapters: true
(see sample repo), so that we can getSupplementary Figure 1
(with it's own counter separate from the main figures/tables). (This is used a lot in my field).We identified {pop_size} patients...
> "We identified 3026 patients...". To avoid manually having to change these every time the numbers change. Variables could be read from a YAML or JSON file.Issues
Again, fantastic project and thank you for your work.
- Peter
Beta Was this translation helpful? Give feedback.
All reactions