编辑:修复了第一个问题,但现在我有一个不同的问题。
我一直在尝试将 Mendeley 生成的参考书目附加到 RMarkdown 文档中,但它会产生字体错误。我正在按照此处找到的说明进行操作。
这是错误:
[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}
}
有人对如何解决此问题有任何提示吗?非常感谢任何帮助!很高兴提供更多信息。