jabref: Cannot resolve '\textendash', etc. when displaying article title

JabRef version 4.0 on Windows 10

See the following screenshot. \textendash cannot be resolved to the corresponding character.

image

image

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 20 (20 by maintainers)

Most upvoted comments

@psychelzh Oh my, it seems that our preview component does not handle ' correctly…

From https://www.w3.org/TR/xhtml1/#C_16

The named character reference ' (the apostrophe, U+0027) was introduced in XML 1.0 but does not appear in HTML. Authors should therefore use ' instead of ' to work as expected in HTML 4 user agents.

I’ve done this replacement in the current dev version and now the apostrophe is displayed correctly in the preview. One day, we’ll have a preview panel with better HTML capabilities.

No problem, I am very glad to do this! 😄