-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
I believe this could easily be supported like in HTML and some other formats by tweaking the template here
pandoc/data/templates/template.typst
Lines 62 to 66 in 0f29d81
| if abstract != none { | |
| block(inset: 2em)[ | |
| #text(weight: "semibold")[Abstract] #h(1em) #abstract | |
| ] | |
| } |
so that Abstract is not hard coded.
Though it probably needs a Writer update to match behavior with Docx or HTML that supports this field
Reactions are currently unavailable