rmarkdown中选择的Template是 CTex Documemts,生成的pdf中文显示没有问题。但是,pdf中的ggplot坐标轴的中文字符无法正确显示,显示为.... 。以及阅读了Encoding of multibyte characters,还是无法解决,求问
....
chenx 用 showtext 包 https://github.com/yixuan/showtext
chenx 请看 <https://yihui.name/knitr/options/#plots> 之 fig.showtext
fig.showtext
Cloud2016 使用了 library(showtext) showtext.auto() 中文还是显示....
library(showtext)
showtext.auto()
Cloud2016 解决了
chenx 请问怎么解决的啊