宋体加粗

2019-10-09 00:47发布

根据https://blog.csdn.net/songyuc/article/details/80271607 的最小tex如下: ``` \documentclass{report} \usepa...

根据https://blog.csdn.net/songyuc/article/details/80271607 的最小tex如下: ``` \documentclass{report} \usepackage{ctex} \setCJKfamilyfont{zhsong}[AutoFakesubBold = {2.17}]{SimSun} \renewcommand*{\songti}{\CJKfamily{zhsong}} \begin{document} \textbf{\songti 测试} \end{document} ``` 编译无法通过,报错如下: ``` test.tex|| Package xeCJK Warning: Redefining CJKfamily `zhsong' (SimSun). test.tex|7 error| LaTeX3 Error: The key 'fontspec-opentype/AutoFakesubBold' is unknown and is being ignored. ``` 发现ctex默认将加粗都变成黑体,斜体都变成楷书……难道中文没有真正的加粗和斜体吗?
3条回答
你口中所谓的“宋体”,是中易宋体。这个字体没做多字重,所以 ctex 宏集默认设置是 `\bfseries`中易宋体时调用中易黑体。现在你想的就是用伪粗,这就是 word 干的事。

一周热门 更多>