packages feed

pandoc-citeproc-0.3: tests/biblio2yaml/crossref-inbook-mvbook.biblatex

@comment{

crossref, directly from inbook to mvbook

}

@inbook{inbook-1,
    Crossref = {mvbook-1},
    Title = {Macbeth [title field of inbook-1]},
    Date = {1975},
    Volume = {3},
    Chapter = {7},
    Pages = {100-200},
}

@mvbook{mvbook-1,
    Author = {Shakespeare},
    Date = {1970/1980},
    Title = {Collected Works [title field of mvbook-1]},
    Location = {Location},
    Publisher = {Publisher},
    Volumes = {4},
}

---
references:

- type: chapter
  id: inbook-1
  title: Macbeth [title field of inbook-1]
  container-title: Collected works [title field of mvbook-1]
  author:
  - family: Shakespeare
  container-author:
  - family: Shakespeare
  issued:
    date-parts:
    - - 1975
  volume: 3
  chapter-number: 7
  page: 100-200
  number-of-volumes: 4
  publisher: Publisher
  publisher-place: Location

- type: book
  id: mvbook-1
  title: Collected works [title field of mvbook-1]
  author:
  - family: Shakespeare
  issued:
    date-parts:
    - - 1970
    - - 1980
  number-of-volumes: 4
  publisher: Publisher
  publisher-place: Location
...