Skip to content

Exporting the reference of a journal's double issues #925

@laspic

Description

@laspic

Exporting references

I noticed something strange when exporting the reference of a journal's double issue.

Here is two slightly different references:

  • Bob Bob, « A Very Nice Title », Annual Review of Nothing 10, nᵒ 2 (1996)
  • John John, « A Nice Title », Annual Review of Something 10, nᵒ 2‑3 (1996).

Here is what ZBB gives when exporting them in .bib file, using Better BibLaTeX format:

@article{Bob1996,
  title = {A {{Very Nice Title}}},
  volume = {10},
  number = {2},
  journaltitle = {Annual Review of Nothing},
  date = {1996},
  author = {Bob, Bob}
}

@article{John1996,
  title = {A {{Nice Title}}},
  volume = {10},
  issue = {2-3},
  journaltitle = {Annual Review of Something},
  date = {1996},
  author = {John, John}
}

Why does the field name 'number' turns into 'issue' when its content is not a specifically numerical value? Is it a bug or a feature ?
When you customize a biblatex style, dealing with that causes some headaches ! :-)

Report ID : 4DCD7RZU

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions