File: pandoc-citeproc-65.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 911 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
```
% 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: de
  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 entry-spacing="0"}
::: {#ref-stotz:1996handbuch .csl-entry}
Stotz, Peter. 1996--2004. *Handbuch zur lateinischen Sprache des
Mittelalters*. 5 vols. Handbuch der Altertumswissenschaft 2.5. Munich:
Beck.
:::
:::
```