question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

export to Harvard/RTF incorrect when name contains (properly escaped) "and"

See original GitHub issue

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:

  1. consider the bibtex
@article{test,
  author = {{Organization for Economic Cooperation and Development}}
}
  1. verify that latex+biber properly output “Organization for Economic Cooperation and Development” as author
  2. export with Harvard filter and find “Organization for Economic Cooperation & Development”.
  3. 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:closed
  • Created 5 years ago
  • Comments:16 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Siedlerchrcommented, Jan 16, 2021

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…

0reactions
timobaumanncommented, Jan 18, 2021

Thanks @Siedlerchr !

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found