平方根乳胶方程的一部分在RStudio的rmarkdown的pdf渲染中消失了

时间:2015-12-01 15:36:35

标签: r pdf latex r-markdown equation

当我使用此代码在我的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{)}} $$

这是结果:

enter image description here

注意看起来很奇怪的方根。有谁知道我的代码中出现了什么问题?

1 个答案:

答案 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。之后问题就解决了。