File: 9017.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (53 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
```
% pandoc -t jats --citeproc -s
---
references:
- author: DeGroot
  id: degroot_probability
  title: Probability
  issued: 2002
title: Doc example with single reference
---

# 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></title>
  <ref id="ref-degroot_probability">
    <mixed-citation>DeGroot. 2002. “Probability.”</mixed-citation>
  </ref>
</ref-list>
</back>
</article>
```