Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making \cite behave like \textcite in biblatex

Tags:

latex

biblatex

I use biblatex and I basically use \textcite all the time. It would be quicker (and allow me to use some emacs reftex macros) if I could make \cite display like \textcite does. I use the style=apa option, so what this amounts to is I want \cite to do this: "Author (1999)" whereas it currently does this: "Author, 1999".

How do I redfine \cite to do what I want?

like image 399
Seamus Avatar asked Oct 30 '25 08:10

Seamus


1 Answers

This might be as simple as just \let\cite\textcite -- that defines \cite to have the same value as \textcite has at the point of definition.

like image 183
Norman Gray Avatar answered Oct 31 '25 22:10

Norman Gray



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!