开发者

Making \cite behave like \textcite in biblatex

开发者 https://www.devze.com 2023-01-08 14:30 出处:网络
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 us开发者_运维技巧e

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 us开发者_运维技巧e 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消