You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scielo is a publishing platform that requires a JATS 1.1 based xml format.
I need to be able to generate typst-pdf and a scielo xml from my article markdown (template.qmd in the example repo).
I tried to create a Minimum Working Example using the ams-typst as inspiration.
You can find it here: https://github.com/fredguth/quarto_mwe
Using pandoc I got a xml that is very similar to scielo:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Scielo is a publishing platform that requires a JATS 1.1 based xml format.
I need to be able to generate typst-pdf and a scielo xml from my article markdown (
template.qmd
in the example repo).I tried to create a Minimum Working Example using the ams-typst as inspiration.
You can find it here: https://github.com/fredguth/quarto_mwe
Using pandoc I got a xml that is very similar to scielo:
But I really would like to be able to generate the xml file from a template like the one I created as
_extensions/mwe/article.scielo
based on https://github.com/jgm/pandoc/blob/main/data/templates/article.jats_publishingI have no idea how you just add something like....
...to your markdown frontmatter and pandoc is run with the
article.jats_publishing
tempalte. Seems magic to me 🪄I wanted to be able to just add to frontmatter something like:
Beta Was this translation helpful? Give feedback.
All reactions