tinoryj / UESTC-Thesis-Latex-Template

UESTC Thesis Latex Template 2023. It fully supports the latest format specification in 2023, supports independent symbol table, abbreviation table, and complete and fully customizable Academic/Professional-Master/PhD covers.
MIT License
356 stars 77 forks source link

缩略词表页面列表宽度如何修改? #21

Closed lemywong closed 2 years ago

lemywong commented 2 years ago

在clc文件里查看\newcommand{\thesisglossarylist} 好像除了能修改字号 就不能改变每列表格的宽度? 请教如何自己调整宽度?谢谢

tinoryj commented 2 years ago

image 在cls文件中此处进行修改

tinoryj commented 2 years ago

longtable中三项分别为缩略词表三项的表格宽度

lemywong commented 2 years ago

好了 谢谢!