【问题标题】:Why do autocite return the input and not the index of citation the input refers to?为什么 autocite 返回输入而不是输入引用的引用索引?
【发布时间】:2017-11-07 12:52:04
【问题描述】:

当我尝试这段代码时,我(和我的朋友)同意这会导致 \autocite{SML} 返回:[1]。相反,它返回 [SML] 并给出警告。

  1. 第 1 页上的引文“SML”未定义
  2. 存在未定义的引用。
\usepackage{biblatex}

\autocite[SML]

\begin{thebibliography}{9}

\bibitem[1]{SML}
    Sebastian van de Linde, Anna Löschberger, Teresa Klein, Meike Heidbreder, Steve Wolter, Mike Heilemann, Markus Sauer 
    \textit{Direct stochastic optical reconstruction microscopy with standard fluorescent probes}. Nature Protocols. 2011 16. June;VOL.6 NO.7;991-1009

\end{thebibliography}

【问题讨论】:

    标签: latex biblatex


    【解决方案1】:

    我并不完全熟悉您设置参考书目的方式,但\autocite 最多包含三个输入参数。其中前两个是附加参数,例如页面或章节参考。第三个是你bibtexkey,需要输入{}

    这就是为什么键入\autocite{SML} 应该适合您的原因。

    【讨论】:

      猜你喜欢
      • 2021-11-19
      • 2018-02-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-03-11
      • 1970-01-01
      • 2014-04-25
      相关资源
      最近更新 更多