Skip to content

Commit 1707d1d

Browse files
committed
Fix footnote number error (Fix tuna#742)
1 parent e6c4a70 commit 1707d1d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- 修复本科生“使用授权说明”中“日期”后缺失的冒号([#679](https://github.com/tuna/thuthesis/issues/679))。
2525
- 修复 `TikZ``external` 库与 `pdfpages` 的兼容性问题([#693](https://github.com/tuna/thuthesis/issues/693))。
2626
- 参考文献表中专利文献使用 `address`/`lcoation` 输出专利国别。
27+
- 修正一章内脚注数量超过 10 个时的报错问题,改为警告([#742](https://github.com/tuna/thuthesis/issues/742))。
2728

2829
### Removed
2930

testfiles/09-main.tlg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ Completed box being shipped out [1]
768768
....\hbox(12.72305+0.0)x9.53375
769769
.....\mathon
770770
.....\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
772772
......\kern -0.00017
773773
......\kern 0.00017
774774
.....\mathoff
@@ -2180,7 +2180,7 @@ Completed box being shipped out [1]
21802180
.....\hbox(7.90453+1.52669)x13.55061
21812181
......\hbox(7.90453+1.52669)x13.55061, glue set 4.51688fil
21822182
.......\hbox(7.90453+1.52669)x9.03374
2183-
........\TU/FandolSong(0)/m/n/9.03374
2183+
........\TU/FandolSong(0)/m/n/9.03374
21842184
........\kern -0.00017
21852185
........\kern 0.00017
21862186
.......\glue 0.0 plus 1.0fil minus 1.0fil

thuthesis.dtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3268,7 +3268,7 @@
32683268
% \begin{macrocode}
32693269
\newcommand\thu@circled[1]{%
32703270
\ifnum#1 >10\relax
3271-
\thu@error{%
3271+
\thu@warning{%
32723272
Too many footnotes in this page.
32733273
Keep footnote less than 10%
32743274
}%

0 commit comments

Comments
 (0)