jabref: export to Harvard/RTF incorrect when name contains (properly escaped) "and"
JabRef version 3.2
- I have tested the latest development version from http://builds.jabref.org/master/ and the problem persists (JabRef-5.0-dev–snapshot–2018-11-23–master–742cfce7e.jar)
The export filter interprets all "and"s in name fields as breaking multiple names even when the author is properly escaped with curly braces.
Steps to reproduce the behavior:
- consider the bibtex
@article{test,
author = {{Organization for Economic Cooperation and Development}}
}
- verify that latex+biber properly output “Organization for Economic Cooperation and Development” as author
- export with Harvard filter and find “Organization for Economic Cooperation & Development”.
- change name to {{Organization for Economic Cooperation and Development and other stuff}} and rejoice at “for Economic Cooperation, O.; Development & other stuff”
Clearly, the export plugin does not honor the double curly braces that should prohibit breaking names.
I haven’t found any other way of quoting the “and” to avoid breaking the name into multiple names that are then recombined, either.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (12 by maintainers)
Commits related to this issue
- Squashed 'src/main/resources/csl-styles/' changes from 19c89f56b2..9c0f5c6eeb 9c0f5c6eeb Update associacao-brasileira-de-normas-tecnicas-ufrgs.csl (#4460) 22ef83d274 Update Universitatsmedizin Gottin... — committed to abepolk/jabref by deleted user 4 years ago
- Squashed 'src/main/resources/csl-styles/' changes from 19c89f56b2..9c0f5c6eeb 9c0f5c6eeb Update associacao-brasileira-de-normas-tecnicas-ufrgs.csl (#4460) 22ef83d274 Update Universitatsmedizin Gottin... — committed to JabRef/jabref by deleted user 4 years ago
- Squashed 'src/main/resources/csl-styles/' changes from bfffaedc1d..11e9ac955a 11e9ac955a Update instituto-brasileiro-de-informacao-em-ciencia-e-tecnologia-abn… (#4511) 101b81c3ef Update agriculturae-... — committed to calixtus/jabref by deleted user 4 years ago
- Squashed 'src/main/resources/csl-styles/' changes from 49a18418b1..e2416fa5ad e2416fa5ad Update clinical-and-experimental-optometry.csl (#4538) e71363ec0a Create geriatrie-et-psychologie-neuropsychia... — committed to NikodemKch/jabref-1 by deleted user 4 years ago
- Squashed 'src/main/resources/csl-styles/' changes from 49a18418b1..e106215a08 e106215a08 Create annales-de-demographie-historique.csl (#4512) 4dd974e09f Create lauterbornia.csl (#4525) e5277aef8f Upd... — committed to ddunig2/jabref by deleted user 4 years ago
Ah okay thanks for the insight. So I will try with only one author formatter and the rtfchars I think the layout file hasn’t been touched for years…