File: biblatex-wilde.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (65 lines) | stat: -rw-r--r-- 1,629 bytes parent folder | download | duplicates (2)
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
```
% pandoc -f biblatex -t markdown -s
@comment{

Adapted from biblatex-example.bib


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

(Wilde 1899)

Wilde, Oscar. 1899. *The Importance of Being Earnest: A Trivial Comedy
for Serious People*. English and American Drama of the Nineteenth
Century. Leonard Smithers and Company.


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

(Wilde, 1899)

Wilde, O. (1899). *The importance of being earnest: A trivial comedy for
serious people*. Leonard Smithers and Company.


NOTES:

- biblio2yaml
	- From "eprint = {4HIWAAAAYAAJ}, eprinttype = {googlebooks}", a url could be reconstructed, shortest form: http://books.google.com?id=4HIWAAAAYAAJ

}

@Book{wilde,
  author       = {Wilde, Oscar},
  title        = {The Importance of Being Earnest: {A} Trivial Comedy for Serious
                  People},
  year         = 1899,
  series       = {English and American drama of the Nineteenth Century},
  publisher    = {Leonard Smithers {and} Company},
  eprint       = {4HIWAAAAYAAJ},
  eprinttype   = {googlebooks},
  annotation   = {A book with eprint and eprinttype
                  fields.},
}

^D
---
nocite: "[@*]"
references:
- annote: A book with eprint and eprinttype fields.
  author:
  - family: Wilde
    given: Oscar
  collection-title: English and american drama of the nineteenth century
  id: wilde
  issued: 1899
  publisher: Leonard Smithers and Company
  title: "The importance of being earnest: A trivial comedy for serious
    people"
  title-short: The importance of being earnest
  type: book
  url: "https://books.google.com?id=4HIWAAAAYAAJ"
---


```