-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Reuse bibers data file for Latex to Unicode conversion #1252
Comments
There's also the HTML and the capitalization thing. And the need for ✎. So for me: no. |
And Unicode to LaTeX (which basically includes the capitalization thing). |
We could generate a Java Class using XSLT based on that XML. |
The code how biber does the Transformation is there too https://github.com/plk/biber/blob/dev/lib/Biber/LaTeX/Recode.pm |
1 similar comment
The code how biber does the Transformation is there too https://github.com/plk/biber/blob/dev/lib/Biber/LaTeX/Recode.pm |
We decided to go for a conversion with latex2unicode instead, which is integrated into JabRef with #2532. So, there is no more need for reusing biber and this issue can be closed. |
Biber has a nice list mapping latex commands to their unicode equivalent: https://github.com/plk/biber/blob/dev/lib/Biber/LaTeX/recode_data.xml.
After a quick look, this list seems to be more extensive than our map. Moreover, I like the xml format.
Thus I propose to switch to XML and reuse Biber's file (maybe with some additions which we can hand back to the biber team). The XML format has also the advantage that a help file listing all the conversations can be easily created .
@oscargus you worked a lot on this stuff. Are you willing to work on this issue too?
The text was updated successfully, but these errors were encountered: