根据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默认将加粗都变成黑体,斜体都变成楷书……难道中文没有真正的加粗和斜体吗?
一周热门 更多>