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

Reuse bibers data file for Latex to Unicode conversion #1252

Closed
tobiasdiez opened this issue Apr 20, 2016 · 6 comments
Closed

Reuse bibers data file for Latex to Unicode conversion #1252

tobiasdiez opened this issue Apr 20, 2016 · 6 comments
Labels
type: code-quality Issues related to code or architecture decisions type: enhancement

Comments

@tobiasdiez
Copy link
Member

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?

@tobiasdiez tobiasdiez added type: enhancement type: code-quality Issues related to code or architecture decisions labels Apr 20, 2016
@oscargus
Copy link
Contributor

There's also the HTML and the capitalization thing. And the need for ✎. So for me: no.

@oscargus
Copy link
Contributor

And Unicode to LaTeX (which basically includes the capitalization thing).

@koppor
Copy link
Member

koppor commented Sep 15, 2016

We could generate a Java Class using XSLT based on that XML.

@Siedlerchr
Copy link
Member

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
@Siedlerchr
Copy link
Member

The code how biber does the Transformation is there too https://github.com/plk/biber/blob/dev/lib/Biber/LaTeX/Recode.pm

@lenhard
Copy link
Member

lenhard commented Feb 10, 2017

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.

@lenhard lenhard closed this as completed Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: code-quality Issues related to code or architecture decisions type: enhancement
Projects
None yet
Development

No branches or pull requests

5 participants