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

subfigure的caption一行只能显示这么长吗 #58

Closed fatandfat closed 1 year ago

fatandfat commented 1 year ago

image image

note286 commented 1 year ago

.cls中下面这行写死了宽度,手动移除限制就好了。

\captionsetup[subfigure]{font=small, belowskip=6pt, width=40pt, justification=centering}
fatandfat commented 1 year ago

栓q!

Nativu5 commented 7 months ago

为了提醒后面看到这个 issue 的同学, 根据《电子科技大学学士学位论文撰写格式规范》2.6 部分对插图格式的第 (4) 条规定:

有分图时,各分图题按序置于主图题后方,分图题之前用分号”;“隔开

所以本科的同学这里不应该修改模板,而是留空分图题的 /caption,统一在总图题的 /caption 部分填入所有分图的标题。

wenli7363 commented 6 months ago

为了提醒后面看到这个 issue 的同学, 根据《电子科技大学学士学位论文撰写格式规范》2.6 部分对插图格式的第 (4) 条规定:

有分图时,各分图题按序置于主图题后方,分图题之前用分号”;“隔开

所以本科的同学这里不应该修改模板,而是留空分图题的 /caption,统一在总图题的 /caption 部分填入所有分图的标题。

请问这里具体怎么写,\caption{总图题:(a)分图题1;(b)分图题2}这样吗?看起来怪怪的

Nativu5 commented 6 months ago

为了提醒后面看到这个 issue 的同学, 根据《电子科技大学学士学位论文撰写格式规范》2.6 部分对插图格式的第 (4) 条规定:

有分图时,各分图题按序置于主图题后方,分图题之前用分号”;“隔开

所以本科的同学这里不应该修改模板,而是留空分图题的 /caption,统一在总图题的 /caption 部分填入所有分图的标题。

请问这里具体怎么写,\caption{总图题:(a)分图题1;(b)分图题2}这样吗?看起来怪怪的

确实有点怪,但规定如此。格式检查可以通过。