aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-baez-article.md
blob: bd7561dba4f7369bf9c53ad7b21fc1200feaff3e (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
```
% pandoc -f biblatex -t markdown -s
@comment{

Adapted from biblatex-example.bib

Formatted with pandoc and chicago-author-date.csl, 2013-10-23:

(Baez and Lauda 2004)

Baez, John C., and Aaron D. Lauda. 2004. “Higher-dimensional Algebra V:
2-groups” (version 3). *Theory and Applications of Categories* 12:
423–491.


Formatted with pandoc and apa.csl, 2013-10-23:

(Baez & Lauda, 2004)

Baez, J. C., & Lauda, A. D. (2004). Higher-dimensional algebra V:
2-groups. *Theory and Applications of Categories*, *12*, 423–491.


NOTES:

- biblio2yaml
	- eprint: see baez-online

}

@Article{baez-article,
  author       = {Baez, John C. and Lauda, Aaron D.},
  title        = {Higher-Dimensional Algebra {V}: 2-Groups},
  journaltitle = {Theory and Applications of Categories},
  date         = 2004,
  volume       = 12,
  pages        = {423-491},
  version      = 3,
  eprint       = {math/0307200v3},
  eprinttype   = {arxiv},
  hyphenation  = {american},
  annotation   = {An article with eprint and
                  eprinttype fields. Note that the arXiv reference is
                  transformed into a clickable link if hyperref support
                  has been enabled.  Compare baez\slash online, which
                  is the same item given as an online entry},
}

^D
---
nocite: '[@*]'
references:
- annote: 'An article with eprint and eprinttype fields. Note that the
    arXiv reference is transformed into a clickable link if hyperref
    support has been enabled. Compare baez/online, which is the same
    item given as an online entry'
  author:
  - family: Baez
    given: John C.
  - family: Lauda
    given: Aaron D.
  container-title: Theory and Applications of Categories
  id: 'baez-article'
  issued: 2004
  language: 'en-US'
  page: '423-491'
  title: 'Higher-dimensional algebra V: 2-groups'
  title-short: 'Higher-dimensional algebra V'
  type: 'article-journal'
  url: 'http://arxiv.org/abs/math/0307200v3'
  version: 3
  volume: 12
---


```