thomas10011 / WHU-Beamer

武汉大学 Beamer 幻灯片模板。武大师生可用于各种报告、展示、答辩等场景。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何将引用的数字式上标改为author-year式

nirvanaxiao6 opened this issue · comments

我在整个文档中没有找到有关参考文献格式的.bst文件,请问在哪里可以更改参考文献生成的格式呢?

commented

项目中使用了biblatex包自动生成参考文献及其引用,上标的代码位于样式文件中,

% 重写上标引用命令。请勿随意改动括号缩进。
\DeclareCiteCommand{\supercite}[\mkbibsuperscript]
  {\bibopenbracket
    \usebibmacro{cite:init}%
    \let\multicitedelim=\supercitedelim
    \iffieldundef{prenote}{}
      {\BibliographyWarning{Ignoring prenote argument}}%
    \iffieldundef{postnote}{}
      {\BibliographyWarning{Ignoring postnote argument}}}
  {\usebibmacro{citeindex}\usebibmacro{cite:comp}}
  {}
  {\usebibmacro{cite:dump}\bibclosebracket}

而根据stackexchange上的相关讨论,目前在beamer文档中使用biblatex可能无法像article文档那样兼容上标author-year形式的引用格式。所以很抱歉,目前无法提供上标author-year形式的引用支持。如果你找到了解决方法,欢迎提交PR👏🏻