File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
- 修复本科生“使用授权说明”中“日期”后缺失的冒号([ #679 ] ( https://github.com/tuna/thuthesis/issues/679 ) )。
25
25
- 修复 ` TikZ ` 的 ` external ` 库与 ` pdfpages ` 的兼容性问题([ #693 ] ( https://github.com/tuna/thuthesis/issues/693 ) )。
26
26
- 参考文献表中专利文献使用 ` address ` /` lcoation ` 输出专利国别。
27
+ - 修正一章内脚注数量超过 10 个时的报错问题,改为警告([ #742 ] ( https://github.com/tuna/thuthesis/issues/742 ) )。
27
28
28
29
### Removed
29
30
Original file line number Diff line number Diff line change @@ -768,7 +768,7 @@ Completed box being shipped out [1]
768
768
....\hbox(12.72305+0.0)x9.53375
769
769
.....\mathon
770
770
.....\hbox(7.90454+1.52669)x9.53375, shifted -4.81851
771
- ......\TU/FandolSong(0)/m/n/9.03375 ②
771
+ ......\TU/FandolSong(0)/m/n/9.03375 ①
772
772
......\kern -0.00017
773
773
......\kern 0.00017
774
774
.....\mathoff
@@ -2180,7 +2180,7 @@ Completed box being shipped out [1]
2180
2180
.....\hbox(7.90453+1.52669)x13.55061
2181
2181
......\hbox(7.90453+1.52669)x13.55061, glue set 4.51688fil
2182
2182
.......\hbox(7.90453+1.52669)x9.03374
2183
- ........\TU/FandolSong(0)/m/n/9.03374 ②
2183
+ ........\TU/FandolSong(0)/m/n/9.03374 ①
2184
2184
........\kern -0.00017
2185
2185
........\kern 0.00017
2186
2186
.......\glue 0.0 plus 1.0fil minus 1.0fil
Original file line number Diff line number Diff line change 3268
3268
% \begin{macrocode}
3269
3269
\newcommand \thu@circled [1]{%
3270
3270
\ifnum #1 >10\relax
3271
- \thu@error {%
3271
+ \thu@warning {%
3272
3272
Too many footnotes in this page.
3273
3273
Keep footnote less than 10%
3274
3274
}%
You can’t perform that action at this time.
0 commit comments