CTeX-org / ctex-kit

Macro Packages and Scripts for Chinese TeX users
972 stars 124 forks source link

xeCJK: 使用 \fontsize 后,即使不使用 \selectfont,对中文字体大小的改变仍会生效 #558

Closed tanukihee closed 2 years ago

tanukihee commented 3 years ago

MWE

\documentclass{book}
\usepackage{xeCJK}
\begin{document}
\fontsize{48pt}{72pt}foo
\fontsize{36pt}{72pt}bar

\fontsize{48pt}{72pt}中文
\fontsize{36pt}{72pt}测试

\end{document}

image

muzimuzhi commented 3 years ago

切换到中文字体时,会隐性调用 \selectfont

tanukihee commented 3 years ago

切换到中文字体时,会隐性调用 \selectfont

但是只有字体大小改变了,行距并未改变

muzimuzhi commented 3 years ago

可能是这里的事 https://github.com/CTeX-org/ctex-kit/blob/43ad4fd950e1e6da2c90e3112e321f897661b609/xeCJK/xeCJK.dtx#L6754-L6766

避免例子里的那种用法吧。