Different ways to cite an author in Beamer Latex
Solved/Closed4 responses
Hi,
The \citep{} command is used to display the author's name as well as the year in parentheses. To display only the year in parentheses for your citation, use the \citet{} command instead.
The \citep{} command is used to display the author's name as well as the year in parentheses. To display only the year in parentheses for your citation, use the \citet{} command instead.
Hi HelpiOS
Thank you for your reply. As I mentioned, \citep{} doesn't work. My editor Texstudio doesn't recognise that keyword. I also tried \citet{} that you propose but this is not recognised too.
Is it specific to Beamer ? Because even using Texmaker nothing changes.
Thank you for your reply. As I mentioned, \citep{} doesn't work. My editor Texstudio doesn't recognise that keyword. I also tried \citet{} that you propose but this is not recognised too.
Is it specific to Beamer ? Because even using Texmaker nothing changes.
You need the Natbib package which is a reimplementation of the Latex \cite command. Here's the link to download it. Then add \usepackage{natbib} in Textmaker to use the package.