pandoc/test/command/biblatex-herrmann.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

70 lines
1.7 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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:
(Herrmann et al. 2006)
Herrmann, Wolfgang A., Karl Öfele, Sabine K. Schneider, Eberhardt
Herdtweck, and Stephan D. Hoffmann. 2006. “A Carbocyclic Carbene as an
Efficient Catalyst Ligand for CC Coupling Reactions.” *Angew. Chem.
Int. Ed.* 45 (23): 38593862.
Formatted with pandoc and apa.csl, 2013-10-23:
(Herrmann, Öfele, Schneider, Herdtweck, & Hoffmann, 2006)
Herrmann, W. A., Öfele, K., Schneider, S. K., Herdtweck, E., & Hoffmann,
S. D. (2006). A carbocyclic carbene as an efficient catalyst ligand for
CC coupling reactions. *Angew. Chem. Int. Ed.*, *45*(23), 38593862.
}
@string{ anch-ie = {Angew.~Chem. Int.~Ed.} }
@Article{herrmann,
author = {Herrmann, Wolfgang A. and {\"O}fele, Karl and Schneider,
Sabine K. and Herdtweck, Eberhardt and Hoffmann, Stephan D.},
title = {A carbocyclic carbene as an efficient catalyst ligand for {C--C}
coupling reactions},
journaltitle = anch-ie,
date = 2006,
volume = 45,
number = 23,
pages = {3859-3862},
indextitle = {Carbocyclic carbene as an efficient catalyst, A},
}
^D
---
nocite: "[@*]"
references:
- author:
- family: Herrmann
given: Wolfgang A.
- family: Öfele
given: Karl
- family: Schneider
given: Sabine K.
- family: Herdtweck
given: Eberhardt
- family: Hoffmann
given: Stephan D.
container-title: Angew. Chem. Int. Ed.
id: herrmann
issue: 23
issued: 2006
page: 3859-3862
title: A carbocyclic carbene as an efficient catalyst ligand for C--C
coupling reactions
type: article-journal
volume: 45
---
```