Latex: Difference between revisions

87 bytes added ,  22 January 2020
Line 136: Line 136:
# For numerical citations
# For numerical citations
\usepackage[numbers]{natbib}
\usepackage[numbers]{natbib}
#...


# If using author-year citations
# If using author-year citations
Line 145: Line 143:


# If using numerical citations
# If using numerical citations
\citet{jon90} ⇒ Jones et al. [21]
\citep{jon90} ⇒ [21]
\citep[see][]{jon90} ⇒ [see 21]
</pre>
</pre>