I want to use a citation form like
(author, year)
(Robin, 2005), for example.
I tried to use natbib, but it did not work.
Code: Select all
\usepackage[authoryear]{natbib}
\citep{Robin2005}
(25) round parenthesis and the number.
Code: Select all
\usepackage[authoryear]{natbib}
\citep{Robin2005}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
The natbib package will automatically switch to numerical mode if any
one of the \bibitem entries fails to conform to the possible author–year
formats. There is no way to override this, since such an entry would cause
trouble in the author–year mode.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis