File: book-title-maintitle-series.biblatex

package info (click to toggle)
haskell-pandoc-citeproc 0.14.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,588 kB
  • sloc: xml: 14,814; haskell: 7,752; makefile: 13
file content (33 lines) | stat: -rw-r--r-- 685 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
@book{item1,
	Author = {Author, Al},
	Date = {2013},
	Hyphenation = {french},
	Location = {Location},
	Mainsubtitle = {Mainsubtitle},
	Maintitle = {Maintitle},
	Maintitleaddon = {Maintitleaddon},
	Number = {3},
	Publisher = {Publisher},
	Series = {Series},
	Subtitle = {Subtitle},
	Title = {Title of the Book},
	Titleaddon = {Titleaddon},
}

---
references:
- id: item1
  type: book
  author:
  - family: Author
    given: Al
  issued:
  - year: 2013
  title: 'Maintitle: Mainsubtitle. Maintitleaddon'
  volume-title: 'Title of the Book: Subtitle. Titleaddon'
  collection-title: Series
  collection-number: '3'
  publisher: Publisher
  publisher-place: Location
  language: fr-FR
...