rstudio / tufte

Tufte Styles for R Markdown Documents
https://rstudio.github.io/tufte/
401 stars 110 forks source link

In Chinese, html is work,but PDF output not work #19

Closed LinzhangJohn closed 8 years ago

LinzhangJohn commented 8 years ago

Thanks for this package. It's interesting! The output of html and pdf in English is OK,but not pdf in chinese.

When I run code: title: "Tufte样式" subtitle: "一个R Markdown实现" author: "JJ Allaire,谢益辉" date: "r Sys.Date()" output: tufte::tufte_handout: citation_package: natbib latex_engine: xelatex ctex: yes biblio-title: 参考文献 bibliography: skeleton.bib link-citations: yes


I can't get the pdf output,instead: 'Sorry, but D:\MikTEX\miktex\bin\xelatex.exe did not succeed. The log file hopefully contains the information to get MiKTeX going again: C:/Users/Jim/AppData/Local/MiKTeX/2.9/miktex/log/xelatex.log You may want to visit the MiKTeX project page, if you need help.'

How can I get the pdf in Chinese?Thanks!

LinzhangJohn commented 8 years ago

After I reset Ctex,the problems are gone!

github-actions[bot] commented 4 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.