标签: r pdf markdown knitr
我正在准备一份Rmd文档,用于翻译成PDF。以下是示例文本的样子:
# Introduction This document shows some plots of caliper data and its relation to the 2σ value.
在生成的PDF中,σ呈现为s。对于数学方程,可以理解渲染问题。但是,这是一个简单的Unicode字符;就像英文文本一样。有趣的是,μ渲染正确。如何确保正确渲染?