I'm using abntcite . I would like to know how to change the style of just a few quotes from (Autor, Data)
to Autor (Data)
. I tried using \citeauthor{chave}
, but it did not work. Thank you.
I'm using abntcite . I would like to know how to change the style of just a few quotes from (Autor, Data)
to Autor (Data)
. I tried using \citeauthor{chave}
, but it did not work. Thank you.
You can use:
\citeonline{ID_DO_AUTHOR}.
This generates:
Fulano (2014)
And it's useful also for situations like:
Segundo \citeonline{ID_DO_AUTHOR} o sistema ...
If this is the case, you can also inform the citation page like this:
\citeonline[p.~20-22]{ID_DO_AUTHOR}.
I would suggest:
\usepackage{natbib}
(with several options: sectionbib, square, etc). When using quote:
\citep{jon90} for a parenthetical citation (Jones et al., 1990),
\citet{jon90} for a textual one, as Jones et al. (1990).
View details on CTAN: //macros/latex/contrib/natbib/natbib.pdf