[Bug 37390] New: BibTeX exports hold Marc21 punctuation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37390 Bug ID: 37390 Summary: BibTeX exports hold Marc21 punctuation Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: alexander.wagner@desy.de QA Contact: testopia@bugs.koha-community.org The exports to BibTeX should strip Marc punctuation as they are not correct in BibTeX and it would require the user to strip them by hand to get proper displays in the final LaTeX documents. Examples from within ktd: **Bibrecord 55** ``` @book{55, author = {MacGill-Eain, Somhairle, and Whyte, C.}, title = {Dàin do Eimhir =}, publisher = {Polygon,}, year = {2007.}, address = {Edinburgh :}, note = {Originally published: Glasgow : Association for Scottish Literary Studies, 2002.} } ``` should be ``` @book{55, author = {MacGill-Eain, Somhairle and Whyte, C.}, title = {Dàin do Eimhir}, publisher = {Polygon}, year = {2007}, address = {Edinburgh}, note = {Originally published: Glasgow : Association for Scottish Literary Studies, 2002.} } ``` **BibRecord 57** exports as: ``` @book{57, author = {MacGill-Eain, Somhairle, and Whyte, C. and Association for Scottish Literary Studies.}, title = {Dàin do Eimhir /}, publisher = {Association for Scottish Literary Studies,}, year = {2002.}, series = {Association for Scottish Literary Studies ;}, address = {Glasgow :} } ``` and should read ``` @book{57, author = {MacGill-Eain, Somhairle and Whyte, C. and Association for Scottish Literary Studies}, title = {Dàin do Eimhir}, publisher = {Association for Scottish Literary Studies}, year = {2002}, series = {Association for Scottish Literary Studies}, address = {Glasgow} } ``` -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37390 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |koha-bugs@lists.koha-commun | |ity.org Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org