pandoc/test/command/biblatex-hyman.md
John MacFarlane 641849b70a Be less aggressive about using quotes for YAML values.
We need quotes if `[` or `{` or `'` is at the beginning of
the line, but not otherwise.
2020-10-08 10:54:53 -07:00

79 lines
2.1 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:
(Hyman 1981)
Hyman, Arthur. 1981. “Aristotles Theory of the Intellect and Its
Interpretation by Averroes.” In *Studies in Aristotle*, edited by
Dominic J. OMeara, 161191. Studies in Philosophy and the History of
Philosophy 9. Washington, D.C.: The Catholic University of America
Press.
Formatted with pandoc and apa.csl, 2013-10-23:
(Hyman, 1981)
Hyman, A. (1981). Aristotles theory of the intellect and its
interpretation by Averroes. In D. J. OMeara (Ed.), *Studies in
Aristotle* (pp. 161191). Washington, D.C.: The Catholic University of
America Press.
}
@InCollection{hyman,
author = {Arthur Hyman},
editor = {O'Meara, Dominic J.},
title = {Aristotle's Theory of the Intellect and its Interpretation by
{Averroes}},
date = 1981,
booktitle = {Studies in {Aristotle}},
series = {Studies in Philosophy and the History of Philosophy},
number = 9,
publisher = {The Catholic University of America Press},
location = {Washington, D.C.},
pages = {161-191},
keywords = {secondary},
hyphenation = {american},
indextitle = {Aristotle's Theory of the Intellect},
shorttitle = {Aristotle's Theory of the Intellect},
annotation = {An incollection entry with a series and
number field},
}
^D
---
nocite: "[@*]"
references:
- annote: An incollection entry with a series and number field
author:
- family: Hyman
given: Arthur
collection-number: 9
collection-title: Studies in philosophy and the history of philosophy
container-title: Studies in Aristotle
editor:
- family: O'Meara
given: Dominic J.
id: hyman
issued: 1981
keyword: secondary
language: en-US
page: 161-191
publisher: The Catholic University of America Press
publisher-place: Washington, D.C.
title: Aristotle's theory of the intellect and its interpretation by
Averroes
title-short: Aristotle's theory of the intellect
type: chapter
---
```