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

Interpret bibtex special characters and curly braces #3

Closed
MenxLi opened this issue Jul 13, 2023 · 1 comment
Closed

Interpret bibtex special characters and curly braces #3

MenxLi opened this issue Jul 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@MenxLi
Copy link
Owner

MenxLi commented Jul 13, 2023

The bibtex special characters and curly braces are not handled correctly,
for example, a bibtex author entry of:

@article{sochorova2021practical,
    author = "Sochorov{\'a}, {\v{S}}{\'a}rka and Jamri{\v{s}}ka, Ond{\v{r}}ej",
    title = "Practical pigment mixing for digital painting",
    journal = "ACM Transactions on Graphics (TOG)",
    volume = "40",
    number = "6",
    pages = "1--11",
    year = "2021",
    publisher = "ACM New York, NY, USA"
}

will not be rendered correctly.
Need to find a solution.

@MenxLi
Copy link
Owner Author

MenxLi commented Jul 13, 2023

Possibly use: pylatexenc

@MenxLi MenxLi added the enhancement New feature or request label Jul 13, 2023
@MenxLi MenxLi closed this as completed Jul 13, 2023
@MenxLi MenxLi reopened this Jul 13, 2023
@MenxLi MenxLi closed this as completed in 9fffe4d Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant