aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-strings.md
blob: 79edec4f47fb939a06b48120b3deb55140cf8312 (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
39
40
41
42
43
44
45
46
```
% pandoc -f biblatex -t markdown -s
@comment{excerpt from http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib}

@string{anch-ie = {Angew.~Chem. Int.~Ed.}}

@article{herrmann,
	Author = {Herrmann, Wolfgang A. and Öfele, Karl and Schneider, Sabine K. and Herdtweck, Eberhardt and Hoffmann, Stephan D.},
	Date = 2006,
	Hyphenation = {english},
	Indextitle = {Carbocyclic carbene as an efficient catalyst, A},
	Journaltitle = anch-ie,
	Number = 23,
	Pages = {3859-3862},
	Title = {A Carbocyclic Carbene as an Efficient Catalyst Ligand for {C--C} Coupling Reactions},
	Volume = 45}

^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
  language: en-US
  page: 3859-3862
  title: A carbocyclic carbene as an efficient catalyst ligand for C--C
    coupling reactions
  type: article-journal
  volume: 45
---


```