File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed
Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v1.4 - 2026-01-02
4+ - Fix list of symbols/abbreviations formatting by removing nested ` tabular ` in ` chapters/los.tex ` and ` chapters/loa.tex ` and letting the class-managed layout handle headings and spacing.
5+ - Refresh anonymized front-matter placeholders (author, advisor, major) for the sample template.
Original file line number Diff line number Diff line change 1313- 支持:博士学位论文、学术型硕士、专业型硕士(含工程硕士等);本科版未验证,如需使用请自行对照学校规范校对。
1414- 完整撰写规范与样例:请参阅根目录 ` xduts.pdf ` ,内含章节结构、格式要求和排版示例。
1515
16+ ## ⚠️ 版本更新提示(v1.4)
17+
18+ - 修复符号对照表/缩略语对照表格式问题:删除 ` chapters/los.tex ` 与 ` chapters/loa.tex ` 中的 ` tabular ` 包裹,直接保留每行 ` 符号 & 含义 \\ ` 的条目,由模板统一排版。
19+
1620
1721## 🙏 致谢
1822
@@ -178,18 +182,18 @@ info = {
178182
179183### 方式 2:使用 TeXstudio
180184
181- 如果你习惯使用图形界面编辑器,可以配置 TeXstudio:
185+ 如果你习惯使用图形界面编辑器,可以配置 TeXstudio,让“编译”按钮直接调用 latexmk :
182186
183187#### 配置步骤
184188
185189打开 ` Options → Configure TeXstudio → Build ` ,设置:
186190
187191| 选项 | 配置值 |
188192| ------| --------|
189- | Default Compiler | ` XeLaTeX ` |
190- | Default Bibliography Tool | ` BibTeX ` |
191- | PDF Viewer | ` Internal PDF Viewer (Embedded) ` |
192- | Quick Build | ` txs:///latexmk ` |
193+ | 默认编译器 | ` txs:///latexmk ` |
194+ | 默认文献工具 | ` BibTeX ` |
195+ | PDF 查看器 | ` Internal PDF Viewer (Embedded) ` |
196+ | 构建并查看 | `txs:///latexmk | txs:///view ` |
193197
194198在 ` Commands → Latexmk ` 中填入:
195199```
@@ -208,7 +212,7 @@ latexmk -C %.tex # Clean Full
208212
209213确保 TeXstudio 顶部已锁定 ` main.tex ` 为 Root 文档。
210214
211- ** 配置完成后** ,点击 " Build & View" 即可编译并预览论文 。
215+ ** 配置完成后** ,点击工具栏的“编译”或 “构建并查看( Build & View)”,都会调用 latexmk 编译并预览论文 。
212216
213217---
214218
Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ Open `Options → Configure TeXstudio → Build` and set:
176176
177177| Option | Value |
178178| --------| -------|
179- | Default Compiler | ` XeLaTeX ` |
179+ | Default Compiler | ` txs:///latexmk ` |
180180| Default Bibliography Tool | ` BibTeX ` |
181181| PDF Viewer | ` Internal PDF Viewer (Embedded) ` |
182- | Quick Build | ` txs:///latexmk ` |
182+ | Build & View | `txs:///latexmk | txs:///view ` |
183183
184184In ` Commands → Latexmk ` , enter:
185185```
@@ -198,7 +198,7 @@ latexmk -C %.tex # Clean Full
198198
199199Ensure ` main.tex ` is locked as the Root document in TeXstudio toolbar.
200200
201- ** After configuration** , click "Build & View" to compile and preview your thesis.
201+ ** After configuration** , click "Compile" or " Build & View" to run latexmk and preview your thesis.
202202
203203---
204204
You can’t perform that action at this time.
0 commit comments