Skip to content

Commit 71094e0

Browse files
committed
Fix missing comment sign
1 parent 3bbded2 commit 71094e0

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

testfiles/01-title-page/01-title-page-postdoc-1.tlg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ Completed box being shipped out [1]
700700
....\hbox(9.29874+2.04764)x167.87108
701701
.....\kern -0.00005
702702
.....\kern 0.00005
703-
.....\hbox(9.29874+2.04764)x167.87108, glue set 13.17119fil
703+
.....\hbox(9.29874+2.04764)x167.87108, glue set 14.6768fil
704704
......\glue 0.0 plus 1.0fil minus 1.0fil
705705
......\TU/texgyretermes(0)/m/n/12.045 1992
706706
......\glue 3.01125 plus 1.50562 minus 1.00374
@@ -723,9 +723,8 @@ Completed box being shipped out [1]
723723
......\TU/texgyretermes(0)/m/n/12.045 2
724724
......\glue 3.01125 plus 1.50562 minus 1.00374
725725
......\TU/FandolSong(0)/m/n/12.045 月
726-
......\kern -0.00018
727-
......\kern 0.00018
728-
......\glue 3.01125 plus 1.50562 minus 1.00374
726+
......\kern -0.00017
727+
......\kern 0.00017
729728
......\glue 0.0 plus 1.0fil minus 1.0fil
730729
....\penalty 10000
731730
....\glue(\parfillskip) 0.0

thuthesis.dtx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@
30933093
\ifthu@integral@upright
30943094
\PassOptionsToPackage{upint}{newtxmath}%
30953095
\fi
3096-
\RequirePackage{newtxmath}
3096+
\RequirePackage{newtxmath}%
30973097
\let\thu@save@leq\leq
30983098
\let\thu@save@geq\geq
30993099
\ifthu@leq@slanted
@@ -4208,14 +4208,14 @@
42084208
}
42094209
\thu@option@hook{discipline}{%
42104210
\ifthu@degree@type@professional
4211-
\thu@warning{`discipline' for professional degree is deprecated. Use `professional-field' instead.}
4211+
\thu@warning{`discipline' for professional degree is deprecated. Use `professional-field' instead.}%
42124212
\let\thu@professional@field\thu@discipline
42134213
\let\thu@discipline\@empty
42144214
\fi
42154215
}
42164216
\thu@option@hook{discipline*}{%
42174217
\ifthu@degree@type@professional
4218-
\thu@warning{`discipline*' for professional degree is deprecated. Use `professional-field*' instead.}
4218+
\thu@warning{`discipline*' for professional degree is deprecated. Use `professional-field*' instead.}%
42194219
\let\thu@professional@field@en\thu@discipline@en
42204220
\let\thu@discipline@en\@empty
42214221
\fi
@@ -4653,9 +4653,9 @@
46534653
\vskip 3bp%
46544654
in\par
46554655
\vskip 3.5bp%
4656-
{\bfseries\sffamily\thu@discipline@en\par}
4656+
{\bfseries\sffamily\thu@discipline@en\par}%
46574657
\vfill
4658-
{\sffamily by\par}
4658+
{\sffamily by\par}%
46594659
\vskip 0.24cm%
46604660
{\sffamily\bfseries\thu@author@en\par}%
46614661
\vskip 0.18cm%
@@ -4678,7 +4678,7 @@
46784678
\sanhao[1.725]%
46794679
\thu@titlepage@en@degree
46804680
\vfill
4681-
{\sffamily by\par}
4681+
{\sffamily by\par}%
46824682
\vskip 0.24cm%
46834683
{\sffamily\bfseries\thu@author@en\par}%
46844684
\ifx\thu@professional@field@en\empty
@@ -4864,7 +4864,7 @@
48644864
工作完成日期\quad
48654865
\thu@uline[5.9cm]{%
48664866
\thu@format@date{\thu@date@zh@digit@short}{\thu@start@date}—%
4867-
\thu@format@date{\thu@date@zh@digit@short}{\thu@end@date}
4867+
\thu@format@date{\thu@date@zh@digit@short}{\thu@end@date}%
48684868
}\par
48694869
\vskip 0.55cm%
48704870
报告提交日期\quad
@@ -4970,7 +4970,7 @@
49704970
\newcommand\copyrightpage[1][]{%
49714971
\ifthu@degree@postdoc\relax\else
49724972
\cleardoublepage
4973-
\def\thu@@tmp{#1}
4973+
\def\thu@@tmp{#1}%
49744974
\ifx\thu@@tmp\@empty
49754975
\thusetup{language=chinese}%
49764976
\ifthu@degree@bachelor
@@ -5821,7 +5821,7 @@
58215821
\setlength{\itemindent}{\z@}%
58225822
\setlength{\labelsep}{0.1cm}%
58235823
\setlength{\labelwidth}{0.9cm}%
5824-
\setlength{\itemsep}{\bibsep}
5824+
\setlength{\itemsep}{\bibsep}%
58255825
\setlength{\parsep}{\z@}%
58265826
\ifNAT@openbib
58275827
\addtolength{\leftmargin}{\bibindent}%

0 commit comments

Comments
 (0)