pandoc/test/command/biblatex-jaffe.md
2020-10-07 23:05:51 -07:00

82 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
% pandoc -f biblatex -t markdown -s
@comment{
Adapted from biblatex-example.bib
Formatted with pandoc and chicago-author-date.csl, 2013-10-23:
(Jaffé 18851888)
Jaffé, Philipp, ed. 18851888. *Regesta Pontificum Romanorum ab condita
ecclesia ad annum post Christum natum \<span
Style="font-variant:small-caps;"\>mcxcviii\</span\>*. 2nd ed. 2.
Leipzig.
Formatted with pandoc and apa.csl, 2013-10-23:
(Jaffé, 18851888)
Jaffé, P. (Ed.). (18851888). *Regesta Pontificum Romanorum ab condita
ecclesia ad annum post Christum natum \<span
style="font-variant:small-caps;"\>mcxcviii\</span\>* (2nd ed., 1-2).
Leipzig.
NOTES:
- biblatex conversion:
- hyphenation = {latin}
- citeproc:
- "vols." is missing
- works in Zotero
- This does not show up in the tests from the citeproc test suite that currently fail.
- "\<span ...\> needs to be fixed.
- maybe add markdown syntax ^^small caps^^ ?
- in pandoc "plain" output, small caps could be converted to uppercase chars: "MCXCVIII" would definitely look better here.
}
@Collection{jaffe,
editor = {Jaff{\'e}, Philipp},
title = {Regesta Pontificum Romanorum ab condita ecclesia ad annum post
Christum natum \textsc{mcxcviii}},
date = {1885/1888},
editora = {Loewenfeld, Samuel and Kaltenbrunner, Ferdinand and Ewald,
Paul},
edition = 2,
volumes = 2,
location = {Leipzig},
editoratype = {redactor},
indextitle = {Regesta Pontificum Romanorum},
shorttitle = {Regesta Pontificum Romanorum},
annotation = {A collection entry with edition and
volumes fields. Note the editora and
editoratype fields},
hyphenation = {latin},
}
^D
---
nocite: "[@*]"
references:
- annote: A collection entry with edition and volumes fields. Note the
editora and editoratype fields
edition: 2
editor:
- family: Jaffé
given: Philipp
id: jaffe
issued: 1885/1888
language: la
number-of-volumes: 2
publisher-place: Leipzig
title: "Regesta Pontificum Romanorum ab condita ecclesia ad annum post
Christum natum [mcxcviii]{.smallcaps}"
title-short: Regesta Pontificum Romanorum
type: book
---
```