Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some diacritics e.g., É not rendering in HTML properly #11

Open
fuhrmanator opened this issue Jun 16, 2017 · 1 comment
Open

Some diacritics e.g., É not rendering in HTML properly #11

fuhrmanator opened this issue Jun 16, 2017 · 1 comment

Comments

@fuhrmanator
Copy link

fuhrmanator commented Jun 16, 2017

My BibTeX file has

@TechReport{SoumareFuhrman2011,
  author      = {Soumar{\'{e}}, Hadamon and Fuhrman, Christopher P.},
  title       = {Framework for assessing understandability impact of design patterns},
  institution = {{{\'{E}}}cole de technologie sup{\'{e}}rieure},
  year        = {2011},
  number      = {ETS-RT-2011-001},
  date        = {2011},
  location    = {Montr{\'{e}}al, Canada},
  owner       = {Cris},
  pages       = {38},
  timestamp   = {2014.02.08},
  url         = {http://espace2.etsmtl.ca/3766/},
}

The lowercase é is fine, but the uppercase​ É renders as 'E.

The braces are generated by Jabref when I apply a utf8-to-latex filtering script, so I'm pretty sure it's correct. There's another similar but simpler case with

  author       = {Champagne, Roger and Fuhrman, Christopher and Lefebvre, {\'E}ric},

Have a look at http://bl.ocks.org/fuhrmanator/raw/7fc2424e983433aad69c5b69f8ff988a/

@fuhrmanator
Copy link
Author

fuhrmanator commented Jun 16, 2017

Actually, I see it's an Έ (greek capital epsilon). I did a PR #12 that fixes the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant