Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable \citeauthor to be used for citations #7

Merged
merged 2 commits into from
Mar 28, 2018

Conversation

TimvdLippe
Copy link
Contributor

Per https://tex.stackexchange.com/a/69381/155506 using plainnat of the natbib package makes \citeauthor{citation} work. By specifying [numbers] on the package statement, there is no visual difference in the actual bibliography and we remain using numbered citations.

CC @Keraito You probably want this as well

@Inventitech
Copy link
Contributor

Why do you prefer to use \citeauthor over \cite?

@TimvdLippe
Copy link
Contributor Author

It is not a substitution, but an addition. With this change you can use BOTH \cite and \citeauthor. For example I use it in:

The implementation in WatchDog Eclipse is inspired by the $O(ND)$ algorithm introduced by \citeauthor{myers1986ano} \cite{myers1986ano}.

@Inventitech
Copy link
Contributor

Yeah, that's clear. \citeauthor does "the right thing when citing a paper via their authors" (in terms of et al., and, etc.), so I see the point now.

@Inventitech Inventitech merged commit edd7c1f into master Mar 28, 2018
@TimvdLippe TimvdLippe deleted the TimvdLippe-patch-2 branch March 28, 2018 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants