Abstract title option #4095
Replies: 2 comments 5 replies
-
Thanks for the suggestion! Those kinds of format specifications change a lot from journal to journal. We currently lean towards encouraging people to use a custom format (like the ones you can see on https://github.com/quarto-journals) rather than attempting to have our baseline format fit all needs. |
Beta Was this translation helpful? Give feedback.
-
Looking around a bit more, I found this group of templates that was linked to the Quarto site along with some others on a page about custom formats. There is an working paper template there that supports |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For scientific publishing, would it be possible to have an YAML header argument to add a simple abstract title that reads "Abstract" like you would see in a typical journal article? Something like
abstract-title: true
and then options for aligning it likeabs-title-align: center
. I realize that you can do this by including LaTeX code for a .pdf document, but it might be more convenient as a YAML argument.Beta Was this translation helpful? Give feedback.
All reactions