[Bug 38752] New: BibTeX export include 245b
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38752 Bug ID: 38752 Summary: BibTeX export include 245b Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs@lists.koha-community.org Reporter: lari.taskula@hypernova.fi QA Contact: testopia@bugs.koha-community.org C4/Record.pm marc2bibtext now has: title => $record->subfield("245", "a") || "", We would also like to include 245b subtitle here. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38752 Alexander Wagner <alexander.wagner@desy.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.wagner@desy.de --- Comment #1 from Alexander Wagner <alexander.wagner@desy.de> --- Note that for the newer biblatex there are also separate fields for subtitles. (`subtitle` and `titleaddon`). I think 245__b should end up in `subtitle`, `titleaddon` is more for descriptive notices (e.g. `Proceedings of the...`) In any case one is left with some incompatibility between legacy bibtex and biblatex here. It might be the user friendliest way to go for the separate `subtitle`-field of biblatex as it's easy to join it with `title` and the necessary separator char for those who use legacy bibtex and it involves less typing to remove than to add, and it would not "break" biblatex compatiblity as well. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org