Replies: 1 comment
-
Just noticed that running pandoc directly renders
output.xml
but does not render the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Still on the saga to build a Scielo xml format template (#12251, #12300) that is validated by its xml checker[^1][ˆ2]
I used jats publishing format template as an example to create my scielo.template.
The problem is that I don't know how to access what is inside
$back$
.I just use it like
and it renders references and footnotes.
The references in
ref-list
are being generated likewhile Scielo format mandates the use of the
<mixed-citation>
tag as in :The text inside the
<mixed-citation>
tag is the format the reference is rendered in a html or typst format.[ˆ1]: I have built a mwe repo with the most minimal example I could think. It will also be used to another problem I found while trying to create this custom format (#12300).
[ˆ2]: I know it is not ideal the proliferation of questions, but my first question (#12251) was a little bit confusing and nobody commented. Also, I thought that each of the 2 problems to which I reduced my problem (this question and #12300) might be useful for someone searching later. I don't know.
Beta Was this translation helpful? Give feedback.
All reactions