We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开个贴记录一下
WSL下ctex默认使用fandol字体编译,得到的PDF为fandol字体,和Windows平台的编译结果有肉眼可见的差异 上:Windows平台下得到的PDF文件,下:WSL默认情况下得到的PDF文件 (WSL下的字体更粗,正文的逗号看起来很奇怪)
具体操作步骤为:
fontset=none
latex cquthesis.ins
\ctexset{fontset=windows}
而后即可正常编译得到以Windows字体输出的PDF文件;如需继续使用fandol字体,修改上述fontset=后的参数即可
fontset=
使用WSL+Windows字体的编译时间:
使用WSL+默认字体的编译时间:
使用Windows平台的编译时间:
也就是说,在Windows平台下使用WSL虚拟机的编译时间仅为直接使用Windows的编译时间的一半
The text was updated successfully, but these errors were encountered:
厉害了。
感谢你的贡献。
Sorry, something went wrong.
No branches or pull requests
开个贴记录一下
WSL下ctex默认使用fandol字体编译,得到的PDF为fandol字体,和Windows平台的编译结果有肉眼可见的差异
上:Windows平台下得到的PDF文件,下:WSL默认情况下得到的PDF文件 (WSL下的字体更粗,正文的逗号看起来很奇怪)
具体操作步骤为:
fontset=none
,屏蔽掉ctex自动的系统平台检测latex cquthesis.ins
刷新模板\ctexset{fontset=windows}
而后即可正常编译得到以Windows字体输出的PDF文件;如需继续使用fandol字体,修改上述
fontset=
后的参数即可使用WSL+Windows字体的编译时间:
使用WSL+默认字体的编译时间:
使用Windows平台的编译时间:
也就是说,在Windows平台下使用WSL虚拟机的编译时间仅为直接使用Windows的编译时间的一半
The text was updated successfully, but these errors were encountered: