简体   繁体   English

在ciblatex中,\ cite的行为类似于\ textcite

[英]Making \cite behave like \textcite in biblatex

I use biblatex and I basically use \\textcite all the time. 我使用biblatex,我基本上一直使用\\textcite It would be quicker (and allow me to use some emacs reftex macros) if I could make \\cite display like \\textcite does. 它会更快(并允许我使用一些emacs reftex宏)如果我可以像\\textcite那样进行\\cite显示。 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". 我使用style=apa选项,所以这相当于我想要\\cite这样做:“作者(1999)”,而它目前这样做:“作者,1999”。

How do I redfine \\cite to do what I want? 我如何redfine \\cite来做我想要的?

这可能就像\\let\\cite\\textcite一样简单 - 它定义\\cite在定义时具有与\\textcite相同的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何引用 '&' 而不是 'and' 例如。 (Lada & Lada 2003) 在 biblatex - How to cite with '&' not 'and' eg. (Lada & Lada 2003) in biblatex 如何在 biblatex 下引用“作者(年份)”类型的文档? - How can I cite document in the type of "author(year)" under biblatex? 当使用biblatex的多个引用宏时,组织模式无法导出 - Org-mode fails to export when the plural cite macros of biblatex are used 在编译为 PDF 和 HTML 的 R 降价文件中使用高级引用命令(例如,citetitle、citeauthor、footcite from biblatex/natbib) - Use advanced cite commands (e.g., citetitle, citeauthor, footcite from biblatex/natbib) in R markdown file compiled as both PDF & HTML 如何减少乳胶中\\ cite {1}标签生成的引文大小(如[1]) - How to reduce the size of the citation(like [1]) generated by \cite{1} tag in latex biblatex:自定义参考书目条目 - biblatex: customizing bibliography entry 引用专着的作者和标题 - Cite author and title for monographs Biblatex 的数字引用不起作用? - Numeric Citation with Biblatex does not work? 乳胶与 bibtex 和 biblatex 的问题(参考书目) - Problems in Latex with bibtex and biblatex (bibliography) 是否可以使定理数字表现为乳胶中的子分段数字? - Can one make Theorem numbers behave like subsubsection numbers in latex?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM