【发布时间】:2020-05-26 18:03:45
【问题描述】:
在 bibtex 中很容易删除参考书目中的所有标签;例如,这里描述的 https://stackoverflow.com/a/3003759/6936361.
我找不到对应的
\makeatletter
\def\@biblabel#1{}
\makeatother
为 biblatex。
如果我有,例如,这个代码:
\documentclass{scrartcl}
\usepackage[style=alphabetic]{biblatex}
\addbibresource{foo.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
【问题讨论】:
-
请创建一个可编译的minimal reproducible example,它将向我们展示您使用的文档类和围兜样式。
-
我添加了一个例子。谢谢,你的评论。我不想更改样式,我只想将标签定义为空,因为没有 biblatex 是可能的。而且我不想更改围兜文件。