aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-65.md
blob: 7b07f7ecf0e77a1eeef69937945553de9dcbca6b (plain)
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
```
% pandoc --citeproc -t markdown-citations
---
references:
- ISBN: 3406493556
  author:
  - family: Stotz
    given: Peter
  call-number: 'PA25 PA2616 .H24 Abt. 2, T. 5, Bd. 2, etc'
  collection-number: 2.5
  collection-title: Handbuch der Altertumswissenschaft
  event-place: Munich
  first-reference-note-number: 1
  id: 'stotz:1996handbuch'
  issued:
    literal: 1996_2004
  language: German
  number-of-volumes: 5
  publisher: Beck
  publisher-place: Munich
  source: Library of Congress ISBN
  title: Handbuch zur lateinischen Sprache des Mittelalters
  title-short: Handbuch
  type: book
---

[@stotz:1996handbuch]
^D
(Stotz 1996--2004)

::: {#refs .references .csl-bib-body .hanging-indent}
::: {#ref-stotz:1996handbuch .csl-entry}
Stotz, Peter. 1996--2004. *Handbuch zur lateinischen Sprache des
Mittelalters*. 5 vols. Handbuch der Altertumswissenschaft 2.5. Munich:
Beck.
:::
:::
```