ali-ramadhan / DocumenterCitations.jl

DocumenterCitations.jl uses Bibliography.jl to add support for BibTeX citations and references in documentation pages generated by Documenter.jl.
https://ali-ramadhan.github.io/DocumenterCitations.jl/dev
MIT License
65 stars 10 forks source link

add conversions for TeX diacritical marks #21

Closed simonbyrne closed 4 years ago

simonbyrne commented 4 years ago

Based on

simonbyrne commented 4 years ago

Added an example.

simonbyrne commented 4 years ago

Unfortunately it doesn't quite work due to https://github.com/Azzaare/BibParser.jl/issues/5

charleskawczynski commented 4 years ago

☹️ hopefully, we don't run into this too much initially 🤞🏻

Azzaare commented 4 years ago

This is a problem of BibParser.jl I was planning to tackle eventually.

The current bibtex parser is not satisfying, and I will need some time to improve it. I hope I can take care of it next month (I have my hands full at the moment). I know some database for conversion of LaTeX special characters and diacritical marks are available online, I hope to write a script to generate the Julia code to handle both.