【发布时间】:2017-12-13 23:45:26
【问题描述】:
编辑:修复了第一个问题,但现在我有一个不同的问题。
我一直试图将 Mendeley 生成的参考书目附加到 RMarkdown 文档中,但它产生了字体错误。我正在按照here 的说明进行操作。
这是错误:
[WARNING] Missing character: There is no  in font [lmroman12-
regular]:mapping=tex-text;!
[WARNING] Missing character: There is no  in font [lmroman12-
regular]:mapping=tex-text;!
[WARNING] Missing character: There is no  in font [lmroman12-
regular]:mapping=tex-text;!
[WARNING] Missing character: There is no  in font [lmroman12-
regular]:mapping=tex-text;!
这是我的 YAML 的样子:
title: "Title"
author: "Author"
header-includes: \usepackage{setspace}\doublespacing
output:
pdf_document:
latex_engine: xelatex
fontsize: 12pt
bibliography: bib.bib
这是 Mendeley 的围兜输出示例:
@article{Bandelj2012,
abstract = {abstract {\textcopyright} The Author(s) 2012.},
author = {Bandelj, N. and Mahutga, M. C.},
doi = {10.1177/0020715212465097},
file = {:path/Bandelj, Mahutga - 2012 - Structures of globalization Evidence
from the worldwide network of bilateral investment treaties (1959-
2009).pdf:pdf},
isbn = {0020-7152},
issn = {0020-7152},
journal = {International Journal of Comparative Sociology},
number = {2},
pages = {95--123},
title = {{Structures of globalization: Evidence from the worldwide network of
bilateral investment treaties (1959-2009)}},
url = {http://cos.sagepub.com/cgi/doi/10.1177/0020715212465097},
volume = {54},
year = {2012}
}
有人对如何解决这个问题有任何提示吗?非常感谢任何帮助!很高兴提供更多信息。
【问题讨论】:
-
错误出现在第 200 行。您的样本是否来自 .bib 文件中的这个位置?
-
感谢您指导我。现在我有一个不同的错误,所以我修改了问题。
标签: r-markdown pdflatex bibtex bibliography biblatex