aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-kullback-reprint.md
blob: e158868f596c140bc4e25f2e1509dae92ecf69a4 (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
```
% pandoc -f biblatex -t markdown -s
@comment{

Adapted from biblatex-example.bib


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

(Kullback 1997)

Kullback, Solomon. 1997. *Information Theory and Statistics*. New York:
Dover Publications.


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

(Kullback, 1997)

Kullback, S. (1997). *Information theory and statistics*. New York:
Dover Publications.


NOTES:

Formatted with chicago-author-date-TEST-20131018.csl 

(Kullback [1959] 1997)

Kullback, Solomon. (1959) 1997. *Information Theory and Statistics*. New
York: Dover Publications.

}

@Book{kullback:reprint,
  author       = {Kullback, Solomon},
  title        = {Information Theory and Statistics},
  year         = 1997,
  publisher    = {Dover Publications},
  location     = {New York},
  origyear     = 1959,
  origpublisher= {John Wiley \& Sons},
  hyphenation  = {american},
  annotation   = {A reprint of the kullback entry. Note the format of
                  origyear and origpublisher. These fields are
                  not used by the standard bibliography styles},
}

^D
---
nocite: '[@*]'
references:
- annote: A reprint of the kullback entry. Note the format of origyear
    and origpublisher. These fields are not used by the standard
    bibliography styles
  author:
  - family: Kullback
    given: Solomon
  id: 'kullback:reprint'
  issued: 1997
  language: 'en-US'
  original-date: 1959
  original-publisher: 'John Wiley & Sons'
  publisher: Dover Publications
  publisher-place: New York
  title: Information theory and statistics
  type: book
---


```