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 LaTeX special characters are not converted properly #71

Open
hooklee opened this issue Jan 21, 2024 · 1 comment
Open

Some LaTeX special characters are not converted properly #71

hooklee opened this issue Jan 21, 2024 · 1 comment

Comments

@hooklee
Copy link

hooklee commented Jan 21, 2024

I found two LaTeX special characters that cannot be properly converted:

"\c{c}" in BibTeX shows as "\cc" in HTML (not the correct character ç)
"{\c{C}}" in BibTeX shows as "\cC" in HTML (not the correct character Ç)
"'{\i}" in BibTeX shows as "\i" in HTML (not the correct character í)

For both cases, the latex_to_unicode variable has already included the correct Unicode conversion rules, so I am not sure what is going wrong.

"\\c{c}":"\u00E7" (ç)
"\\c{C}": "\u00C7" (Ç)
"\\'{\\i}":"\u00ED" (í)

@hooklee
Copy link
Author

hooklee commented Jan 21, 2024

The above errors can be found at https://www.hooklee.com/Research/SoK/SoK.html by searching "\cc", "\cC" and "\i". The .bib file is here: http://www.hooklee.com/Research/SoK/SoK.bib

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