File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - 新增“插图和附表清单” ` \listoffiguresandtables ` (研究生院 2024-12-05 Word 模板修改)。
13+
1014### Changed
1115
1216- 英文封面的“Finished time”改为“Completion date”(研究生院 2024-12-05 Word 模板修改,[ #390 ] ( https://github.com/ustctug/ustcthesis/issues/390#issuecomment-2532580113 ) )。
Original file line number Diff line number Diff line change 2222\tableofcontents
2323% \listoffigures
2424% \listoftables
25+ % \listoffiguresandtables
2526\input {chapters/notation.tex }
2627
2728\mainmatter
Original file line number Diff line number Diff line change 1+ \input {regression-test.tex }
2+ \documentclass [degree=doctor,fontset=fandol ]{ustcthesis }
3+
4+ \begin {document }
5+ \START
6+ \showoutput
7+
8+ \listoffiguresandtables
9+
10+ \mainmatter
11+ \chapter {Foo }
12+
13+ \begin {figure }
14+ \caption {Figure foo}
15+ \end {figure }
16+
17+ \begin {figure }
18+ \caption {Figure A long long long long long long long long long caption}
19+ \end {figure }
20+
21+ \begin {figure }
22+ \caption {Figure foo}
23+ \end {figure }
24+
25+ \begin {table }
26+ \caption {Table foo}
27+ \end {table }
28+
29+ \begin {table }
30+ \caption {Table bar}
31+ \end {table }
32+
33+ \begin {table }
34+ \caption {Table foo}
35+ \end {table }
36+
37+
38+
39+ \chapter {Bar }
40+
41+ \begin {figure }
42+ \caption {Figure foo}
43+ \end {figure }
44+
45+ \begin {figure }
46+ \caption {Figure bar}
47+ \end {figure }
48+
49+ \begin {figure }
50+ \caption {Figure foo}
51+ \end {figure }
52+
53+ \begin {table }
54+ \caption {Table foo}
55+ \end {table }
56+
57+ \begin {table }
58+ \caption {Table bar}
59+ \end {table }
60+
61+ \begin {table }
62+ \caption {Table foo}
63+ \end {table }
64+
65+ \clearpage
66+ \end {document }
67+ \END
You can’t perform that action at this time.
0 commit comments