texstudio设置中文标题格式

2020-11-12 09:03发布

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive ...

## 编译环境 操作系统 * [x ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x ] TexLive `2020` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 如何让将章标题设置为“1. 中文标题”,节标题设置为“1.1 节标题”,并将节表标题左对齐
1条回答
Chennanzhang - 一介方粉,何德何能
2020-11-12 10:01 .采纳回答
这个看看`ctex`宏包手册不都有了么? ``` tex \documentclass{ctexbook} \ctexset{ chapter={name={,.},number=\arabic{chapter}}, section={format+={\raggedright}} } \begin{document} \chapter{xx} \section{xxx} \end{document} ```

一周热门 更多>

相关问答