Path: blob/main/src/resources/formats/jats/pandoc/template.xml
12923 views
<?xml version="1.0" encoding="utf-8" ?>1$if(xml-stylesheet)$2<?xml-stylesheet type="text/xsl" href="$xml-stylesheet$"?>3$endif$4$if(quarto-internal.jats-dtd)$5<!DOCTYPE article PUBLIC "$quarto-internal.jats-dtd.name$" "$quarto-internal.jats-dtd.location$">6$endif$78$if(citation.jats-type)$9<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="$citation.jats-type$">10$elseif(citation.type)$11<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="$citation.type$">12$else$13<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="1.2" article-type="other">14$endif$1516<front>17$front.xml()$18</front>1920<body>21$body$22</body>2324<back>25$if(back)$26$back$27$endif$28</back>2930$for(include-after)$31$include-after$32$endfor$3334</article>3536