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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to