mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
62 lines
1.4 KiB
Markdown
62 lines
1.4 KiB
Markdown
```
|
|
% pandoc -t jats+element_citations --citeproc -s
|
|
---
|
|
references:
|
|
- author: DeGroot
|
|
id: degroot_probability
|
|
title: Probability
|
|
issued: 2002
|
|
title: Doc example with single reference
|
|
reference-section-title: Ref Title
|
|
---
|
|
|
|
# I like
|
|
|
|
[@degroot_probability].
|
|
^D
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.2 20190208//EN"
|
|
"JATS-archivearticle1.dtd">
|
|
<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">
|
|
<front>
|
|
<journal-meta>
|
|
<journal-id></journal-id>
|
|
<journal-title-group>
|
|
</journal-title-group>
|
|
<issn></issn>
|
|
<publisher>
|
|
<publisher-name></publisher-name>
|
|
</publisher>
|
|
</journal-meta>
|
|
<article-meta>
|
|
<title-group>
|
|
<article-title>Doc example with single reference</article-title>
|
|
</title-group>
|
|
<permissions>
|
|
</permissions>
|
|
</article-meta>
|
|
</front>
|
|
<body>
|
|
<sec id="i-like">
|
|
<title>I like</title>
|
|
<p>(DeGroot 2002).</p>
|
|
</sec>
|
|
</body>
|
|
<back>
|
|
<ref-list>
|
|
<title>Ref Title</title>
|
|
<ref id="ref-degroot_probability">
|
|
<element-citation>
|
|
<person-group person-group-type="author">
|
|
<string-name>DeGroot</string-name>
|
|
</person-group>
|
|
<article-title>Probability</article-title>
|
|
<year iso-8601-date="2002">2002</year>
|
|
</element-citation>
|
|
</ref>
|
|
</ref-list>
|
|
</back>
|
|
</article>
|
|
|
|
```
|