Quarto使用docx支持中文

 ---

title: "Test"

format: docx

editor: visual

---


pdf需要指定中文字体,使用fc-list :lang=zh查看已安装的字体。

可以使用

---

title: "test"

format: pdf

editor: visual

documentclass: scrreprt

pdf-engine: xelatex

CJKmainfont: WenQuanYi Micro Hei

---

这种方法因为仅指定一种字体, 效果不太美观。可以更换

其他方式

---

title: "测试"

author: "李东风"

date: "2023-04-26"

lang: zh

format:

  html:

    toc: true

    toc-location: body

    toc-depth: 3

    number-sections: true

    html-math-method: katex

  docx:

    toc: true

    toc-depth: 3

    number-sections: true

  pdf:

    documentclass: article

    toc: true

    toc-depth: 3

    include-in-header: 

      text: |

        \usepackage{ctex}

        \usepackage{amsthm,mathrsfs}

---


评论

此博客中的热门博文

V2ray websocket(ws)+tls+nginx分流

Rstudio 使用代理