jmclawson / biblatex-mla

MLA-style citations and bibliographies using Biblatex
23 stars 9 forks source link

Fix issue with series duplicated in biblography #13

Closed wjordan closed 8 years ago

wjordan commented 9 years ago

series+number macro was being called twice for many entry types, causing duplication in the works cited when a "series" property was defined. It looks like the command needs to be removed from the publimedium macro.

jmclawson commented 8 years ago

Thanks for pointing this out. Unfortunately, the proposed code breaks entries that don't have duplicates by keeping the series from being printed where it belongs. For 1.6, I've added some lines that should fix what's broken and preserve what isn't.