Explorer
Explorer
> `\showbox` 看看额外的缩进有多大 > 是指(把输出不符合预期的内容)装进盒子、然后 `\showbox` 它、查看盒子内容。(可在 texdoc texbytopic 了解更多)和 https://github.com/CTeX-org/ctex-kit/issues/671#issuecomment-1658223176 里的类似,只是 `\showbox` 只 show 特定盒子,更方便定位;`\showlists` show 所有输出。 ### 使用`showlists`: 使用在 https://github.com/CTeX-org/ctex-kit/issues/671#issuecomment-1658223176 提到的方式,使用`pdflatex`编译使用了`\showlists`的`.log`文件如下. log文件 ```bash This is pdfTeX, Version 3.141592653-2.6-1.40.28...
@mengchaoheng 您在 [这里](https://github.com/CTeX-org/lshort-zh-cn/issues/94#issuecomment-2551666320) 提到: > 我简单描述一下我的工作,我在维护[华南理工大学硕/博士学位论文LaTeX模板](https://github.com/mengchaoheng/SCUT_thesis)模板时,需要将数学公式的字体改为使用`Times New Roman` AFAIK, `Times New Roman`不是一个数学字体(所以严格来讲他不应该被用作数学字体),换句话说他没有对数学字体应该有的字形做很好的匹配,这个字体也只在windows上自带的一款商业字体,在跨平台使用上似乎不是非常友好。 类似的Times风格的数学字体有`XITS Math`,`STIX Math Two`,`TeX Gyre Termes math`等,使用`newtxmath`或者`mathptmx`等包也只是提供了`times`风格的数学字体,认为他是`times news roman`其实是不太严谨的。 https://github.com/mengchaoheng/SCUT_thesis/blob/master/scutthesis.cls#L80-L85 这个open的issues可能还需要讨论和考量。