如何使用宋体的罗马数字作为计数形式

2020-08-06 18:01发布

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

## 编译环境 操作系统 * [ ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [ ] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 在latex中,大写罗马数字计数器和小写罗马数字计数器都是英文字体下的,如何把宋体的罗马数字用到计数器中去?
3条回答
sikouhjw
2020-08-06 20:18
你觉得宋体的罗马数字丑不丑呢? ```tex \documentclass{ctexart} \newfontfamily\ywsongti{宋体} \renewcommand\theenumi{\ywsongti\roman{enumi}} \begin{document} \begin{enumerate} \item test \item test \item test \end{enumerate} \end{document} ```

一周热门 更多>