当我使用此代码在我的pdf文档中创建一个平方根(由rmarkdown呈现)时:
---
title: "Test"
author: "test test"
geometry: margin=1in
output:
pdf_document:
keep_tex: yes
latex_engine: xelatex
number_sections: yes
toc: yes
toc_depth: 3
html_document:
css: tables.css
number_sections: yes
theme: cerulean
toc: yes
toc_depth: 3
header-includes:
- \usepackage[dutch]{babel}
- \usepackage{fancyhdr}
- \pagestyle{fancy}
- \fancyfoot[LE,RO]{this is a fancy foot}
- \usepackage{dcolumn}
- \usepackage{here}
- \usepackage{longtable}
- \usepackage{caption}
- \captionsetup{skip=2pt,labelsep=space,justification=justified,singlelinecheck=off}
subtitle: test test test
fontsize: 12pt
---
$$ S_E\text{=}S_x\sqrt{\text{(}\text{1}\text{-}r_{xx}\text{)}} $$
这是结果:
注意看起来很奇怪的方根。有谁知道我的代码中出现了什么问题?
答案 0 :(得分:0)
我在这里找到了解决这个问题的方法:
https://tex.stackexchange.com/questions/210153/pdftex-font-expansion-error-during-compilation
在目录C:\Program Files\MiKTeX 2.9\miktex\bin\x64
中,我运行了updmap.exe。之后问题就解决了。