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

Rework superscript: latex-to-unicode and unicode-to-latex roundtrip not working #3644

Open
koppor opened this issue Jan 18, 2018 · 2 comments
Labels
hacktoberfest Hacktoberfest tag. See https://hacktoberfest.digitalocean.com/faq/ for details. unicode unicode related issues

Comments

@koppor
Copy link
Member

koppor commented Jan 18, 2018

Bib entry:

@InProceedings{NvLKL2007,
  author    = {J{\"o}rg Nitzsche and Tammo van Lessen and Dimka Karastoyanova and Frank Leymann},
  title     = {{BPEL}\textsuperscript{light}},
  booktitle = {Proceedings 5\textsuperscript{th} International Conference on Business Process Management (BPM)},
}

latex to unicode:

@InProceedings{NvLKL2007,
  author    = {Jörg Nitzsche and Tammo van Lessen and Dimka Karastoyanova and Frank Leymann},
  title     = {BPELˡⁱᵍʰᵗ},
  booktitle = {Proceedings 5ᵗʰ International Conference on Business Process Management (BPM)},
}

We once had the discussion somewhere (I don't remember where), that Unicode superscripts should be used for math only. This is also stated there: https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts

The issue with the current conversion is that unicode-to-latex does not revert that conversion:

@InProceedings{NvLKL2007,
  author    = {J{\"{o}}rg Nitzsche and Tammo van Lessen and Dimka Karastoyanova and Frank Leymann},
  title     = {BPELˡⁱᵍʰᵗ},
  booktitle = {Proceedings 5ᵗʰ International Conference on Business Process Management (BPM)},
}

I propose to NOT convert superscript to unicode at all in the latex-to-unicode converter. For the entry table, this conversion is fine with me as it improves the readability. Maybe, we have to parameterize our latex-to-unicode converter?

With this issue, I cannot recommend to use biblatex and our default conversion settings anymore as it is not possible to go back to bibtex for papers (Springer's LNCS, ...) anymore.

Refs #2601

@koppor koppor added good first issue An issue intended for project-newcomers. Varies in difficulty. hacktoberfest Hacktoberfest tag. See https://hacktoberfest.digitalocean.com/faq/ for details. labels Oct 9, 2019
@koppor koppor mentioned this issue Mar 4, 2020
3 tasks
@koppor koppor reopened this Feb 1, 2021
@koppor koppor removed status: stale good first issue An issue intended for project-newcomers. Varies in difficulty. labels Feb 1, 2021
@ThiloteE ThiloteE added the unicode unicode related issues label Apr 18, 2022
@ThiloteE
Copy link
Member

@koppor Is this still relevant?
What IF Unicode2LaTeX were able to convert this back to LaTeX, is this something that should be done or will this create problems? Should we ask plurimath to include this in their conversion or should this also be included in the LaTeX2UnicodeawareLaTeX converter?

@Siedlerchr
Copy link
Member

Siedlerchr commented Apr 30, 2022

Refs #8639
Unicode2Latex is NOT handled by the latex2unicode library

@JabRef JabRef deleted a comment from github-actions bot Mar 19, 2024
@JabRef JabRef deleted a comment from github-actions bot Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest tag. See https://hacktoberfest.digitalocean.com/faq/ for details. unicode unicode related issues
Projects
None yet
Development

No branches or pull requests

3 participants