DocumenterCitations.jl uses Bibliography.jl to add support for BibTeX citations and references in documentation pages generated by Documenter.jl.
65
stars
10
forks
source link
Define both `@citet` and `@citep`? #14
Open
ali-ramadhan opened 4 years ago
I'm a big fan of Natbib's
citet
andcitep
commands, i.e. the difference between citingSomeone (2020)
and(Someone, 2020)
.Shouldn't be hard to implement both. And
@cite
should probably default tocitep
(?) even though natbib defaults it tocitet
I think.