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

More compact citing, with verbose option #30

Closed charleskawczynski closed 3 years ago

charleskawczynski commented 3 years ago

Sometimes it's a bit too verbose to include all of the authors when citing a paper. For example:

Screen Shot 2020-11-30 at 1 01 55 PM

I would prefer Harrington (1995) or Harrington et. al. (1995). I think it would be nice if the printed citation were compact, but maybe we can offer users an option to print them verbosely?

simonbyrne commented 3 years ago

Duplicate of #22?

charleskawczynski commented 3 years ago

Ah, yes. Sorry about that.