Skip to content

Instantly share code, notes, and snippets.

@supriya-gdptl
Created November 23, 2018 06:43
Show Gist options
  • Save supriya-gdptl/1d7798a0c88311f007909ba12d906a5c to your computer and use it in GitHub Desktop.
Save supriya-gdptl/1d7798a0c88311f007909ba12d906a5c to your computer and use it in GitHub Desktop.
Include package:
\documentclass{article}
\usepackage{natbib}
Options for the \cite command and their outputs:
\citet{key} Jones et al. (1990)
\citet*{key} Jones, Baker, and Smith (1990)
\citep{key} (Jones et al. 1990)
\citep*{key} (Jones, Baker, and Smith 1990)
\citep[p.~99]{key} (Jones et al., 1990, p. 99)
\citep[e.g.][]{key} (e.g. Jones et al., 1990)
\citep[e.g.][p.~99]{key} (e.g. Jones et al., 1990, p. 99)
\citeauthor{key} Jones et al.
\citeauthor*{key} Jones, Baker, and Smith
\citeyear{key} 1990
\citeapos{key}* Jones et al.'s (1990)
[Source: https://www.economics.utoronto.ca/osborne/latex/BIBTEX.HTM]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment