these are commands from the natbib package that are commonly used in some sciences.
Logged In: YES user_id=328016
are these commands basically the same as the \cite command, ie loaded from an associated bib file through the \bibliography{} command?
Logged In: YES user_id=764753
yes, their syntax is identical.
It's just that the braces are handled differently.
\cite[p.1]{aaa:2004} -> (Aaa 2004, p.1) \citep{aaa:2004} -> Aaa (2004) \citen{aaa:2004} -> Aaa 2004
and there is also \citet
Log in to post a comment.
Logged In: YES
user_id=328016
are these commands basically the same as the \cite command,
ie loaded from an associated bib file through the
\bibliography{} command?
Logged In: YES
user_id=764753
yes, their syntax is identical.
It's just that the braces are handled differently.
\cite[p.1]{aaa:2004} -> (Aaa 2004, p.1)
\citep{aaa:2004} -> Aaa (2004)
\citen{aaa:2004} -> Aaa 2004
Logged In: YES
user_id=764753
and there is also \citet