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

Don't print year twice in bibliography #44

Closed fingolfin closed 3 years ago

fingolfin commented 3 years ago

Fixes #43 for me

fingolfin commented 3 years ago

CC @ThomasBreuer

LazyScholar commented 3 years ago

Bibliography.jl introduces a annoying space before the comma.

LazyScholar commented 3 years ago

Not sure if doing it wrong. I think i merge it as the 'space coma space' was there before and a fix in Bibliography.jl will fix that automatically.

fingolfin commented 3 years ago

I have a fix for the space, it just spiraled out of control as I kept finding more and more bugs 🤣 I'll submit more PRs here and in related repos soon

fingolfin commented 3 years ago

See https://github.com/Humans-of-Julia/Bibliography.jl/pull/23

LazyScholar commented 3 years ago

Yeah i noticed. Thank you for going on a issue hunt.