export to Harvard/RTF incorrect when name contains (properly escaped) "and"
See original GitHub issueJabRef 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.
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (12 by maintainers)
Top Results From Across the Web
HSPH-REDCAP-Release-Notes-v6.5.15.docx
This new module allows users to create or edit reports, view reports, export all data in the project, export data for a given...
Read more >AW: st: Table Export of suffix / index - Stata
Thx for the tip, but it is somehow strange. If I was looking for filling in a greek lamdba it would work when...
Read more >1 Introduction - LaTeX2RTF - SourceForge
This file documents LaTeX2RTF, a converter that translates LaTeX to RTF. ... Note that the folder name "Program Files" contains a blank.
Read more >Write it Right - A guide to Harvard referencing style
The Harvard Referencing Style · Include an author-date citation each time you refer to a source in the body of your essay. Note:...
Read more >The Org Manual
The command that is bound to such keys has a generic name, ... commands to deal with them correctly, and by exporting them...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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…
Thanks @Siedlerchr !