我已经完成了我的文档,现在我正在编写一份完美的参考书目...到目前为止我一直使用 bibtex,但它给我带来了一些麻烦,因为我需要将一些内容从英文改成德文。
我认为解决这个问题的方法是使用 biber 后端。这在示例文档中有效,但在我的真实文档中无效... 参考书目不会打印出来....
这里的一些帮助会很棒,因为到目前为止,谷歌搜索还没有帮助我……以下示例显示了这个问题。我认为这个问题是由 IPCC 引用引起的……
\documentclass[a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[a4paper, left=3.6cm, right=2cm, top=3cm, bottom = 2cm]{geometry}
\usepackage{hyperref}
\usepackage[ngerman]{babel}
%\usepackage{bibgerm}
%\usepackage[babel,german=quotes]{csquotes}
\usepackage[backend=biber]{biblatex}
\addbibresource{literatur.bib}
\begin{document}
test something here \cite{IPCC-climareport}
\printbibliography
%\bibliographystyle{plaindin}
%\bibliographystyle{plain}
%\bibliographystyle{plaindin.bst}
%\bibliography{literatur.bib}
\end{document}
这是literatur.bib
文件
@article{IPCC-climareport,
title = " Summary for Policymakers. ",
journal = "In: Global Warming of 1.5°C. An IPCC Special Report on the impacts of global warming of 1.5°C above pre-industrial levels and related global greenhouse gas emission pathways, in the context of strengthening the global response to the threat of climate change, sustainable development, and efforts to eradicate poverty",
url = "\url{https://www.ipcc.ch/site/assets/uploads/sites/2/2019/05/SR15_SPM_version_report_LR.pdf}",
pages = "4",
author = "Masson-Delmotte, V., P. Zhai, H.-O. Pörtner, D. Roberts, J. Skea, P.R. Shukla, A. Pirani, W. Moufouma-Okia, C. Péan, R. Pidcock, S. Connors, J.B.R. Matthews, Y. Chen, X. Zhou, M.I. Gomis, E. Lonnoy, T. Maycock, M. Tignor, and T. Waterfield (eds.)",
keywords = "special climate report"
}
答案1
如果你运行 pdflatex 然后运行 biber,biber 会报告
ERROR - Name "Masson-Delmotte, V., P. Zhai, H.-O. Pörtner, D. Roberts, J. Skea, P.R. Shukla, A. Pirani, W. Moufouma-Okia, C. Péan, R. Pidcock, S. Connors, J.B.R. Matthews, Y. Chen, X. Zhou, M.I. Gomis, E. Lonnoy, T. Maycock, M. Tignor,"
has too many commas, skipping entry 'IPCC-climareport'
(您会在 overleaf 日志菜单中找到 biber 日志)
逗号用于分隔姓名各部分,例如Carlisle, David
用于and
分隔作者。