sjtug / SJTUThesis

上海交通大学 LaTeX 论文模板 | Shanghai Jiao Tong University LaTeX Thesis Template
Apache License 2.0
3.29k stars 787 forks source link

Fix uline hspace conflict #615

Closed MXWXZ closed 3 years ago

MXWXZ commented 3 years ago

Arch下新版本\uline和\hspace共存会编译错误

... Extra }, or forgotten \endgroup...

导致授权书无法生成

Ref: https://tex.stackexchange.com/questions/568732/uline-does-not-work-with-hspace

AlexaraWu commented 3 years ago

这里 \uline 改成原生的 \underline 就行了。#570 已经移除了 xeCJKfntef 包,也就是以后的版本不会自动载入 ulem 了。

MXWXZ commented 3 years ago

确实,rebase了一下