Skip to content

Commit

Permalink
Support additional natbib citation styles
Browse files Browse the repository at this point in the history
As was discussed in tmalsburg#431, add support for some additional typical citation commands in `natbib`
  • Loading branch information
dankessler committed Feb 20, 2024
1 parent bf184cc commit d08b960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bibtex-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ browser in `helm-browse-url-default-browser-alist'"
"Autocite" "autocite*" "Autocite*" "citeauthor" "Citeauthor"
"citeauthor*" "Citeauthor*" "citetitle" "citetitle*" "citeyear"
"citeyear*" "citedate" "citedate*" "citeurl" "nocite" "fullcite"
"citet" "citep" "citet*" "citep*"
"footfullcite" "notecite" "Notecite" "pnotecite" "Pnotecite"
"fnotecite")
"The list of LaTeX cite commands.
Expand Down

0 comments on commit d08b960

Please sign in to comment.