无论我做什么都无法打印参考书目。
在 Texworks 首选项工具配置中,我添加了 Biber
我使用 TexWorks 单独运行 pdfLaTex - Biber - pdfLaTex
我更新了 Miktex 感谢帮助
biblio.tex \documentclass{report} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{comment} \usepackage[ backend=biber, style=ieee ]{biblatex} \addbibresource{biblio.bib} \begin{document} \printbibliography \end{document}
我的 bib 文件如下所示:
@online{knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and
Typesetting",
url = "http://www-csfaculty.
stanford.edu/~uno/abcde.html",
keywords = "latex,knuth"
}
@Book{latexCompanion,
author = {Frank Mittelbach, Michael Goossens},
title = {The \LaTeX Companion},
publisher = {Addison Wesley},
year = {2004},
Annote = {Ceci est le manuel officiel de \LaTeX. Il contient tout plein de choses, en particulier:
\begin{itemize}
\item La structure des fichiers \LaTeX
\item Instruments de formatage basiques
\item Tableaux
\item Formules math\'ematiques
\item \ldots
\end{itemize}}
}
答案1
我发现只对style=ieee
带评论的内容有效。
% !TeX TS-program = pdflatex
\documentclass[12pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{comment}
\usepackage[%
backend=biber,
natbib=true,
%style=ieee,
]{biblatex}
\begin{filecontents*}{\jobname48.bib}
@online{knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and
Typesetting",
url = "http://www-csfaculty.
stanford.edu/~uno/abcde.html",
keywords = "latex,knuth"
}
@Book{latexCompanion,
author = {Frank Mittelbach, Michael Goossens},
title = {The \LaTeX Companion},
publisher = {Addison Wesley},
year = {2004},
Annote = {Ceci est le manuel officiel de \LaTeX. Il contient tout plein de choses, en particulier:
\begin{itemize}
\item La structure des fichiers \LaTeX
\item Instruments de formatage basiques
\item Tableaux
\item Formules math\'ematiques
\item \ldots
\end{itemize}}
}
\end{filecontents*}
\addbibresource{\jobname48.bib}
\begin{document}
See \cite{latexCompanion} and \cite{knuthwebsite}.
\printbibliography
\end{document}
我style=ieee
得到了
! Package biblatex-ieee Error: Failed to update citation style.
l.62 \docsvlist{cite:comp:inset,cite:dump:inset}
我甚至不能跑https://tex.stackexchange.com/a/573695/161015
跑步
这是 LuaHBTeX,版本 1.12.0(MiKTeX 20.7)系统命令已启用。(./q.tex
LaTeX2e <2020-02-02> 补丁级别 5
L3编程层 <2020-08-07>