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

Convert TeX umlauts and accents also in `@ref` commands, not just the bibliography #50

Closed fingolfin closed 3 years ago

fingolfin commented 3 years ago

On https://oscar-system.github.io/Oscar.jl/dev/references/ the umlaut character like ö and ü appear just fine. E.g. the final entry is

Günter M. Ziegler, Lectures on polytopes, Springer-Verlag, New York, 1995.

But when they are cited, this is not the case, see e.g. https://oscar-system.github.io/Oscar.jl/dev/PolyhedralGeometry/pg/ where [Zie95](@cite) is rendered as:

G\"{u}nter M. Ziegler (1995)

But ideally it would appear as

Günter M. Ziegler (1995)

LazyScholar commented 3 years ago

~~@fingolfin can you check if #51 fixes you issue? Branch devCitation.~~

Nvm. tested it with another project.