Latex Citation (natbib styles)
You can use the command
\citet
(cite in text) to get author (year)' citations, like this citation to a paper. You can use the command \citep
(cite in parentheses) to get (author, year)' citations. You can use the command \citealp
(alternative cite without parenthepses) to get ``author, year'' citations, which is useful for using citations within parentheses.cleverref
\usepackage[capitalize,noabbrev]{cleveref} \cref{fig:} \cref{table:} \cref{app:}