Skip to content

Commit ea1a689

Browse files
committed
hotfix(bithesis): \clearpage after remove \cleardoublepage.
1 parent d742de2 commit ea1a689

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

Diff for: bithesis.dtx

+8
Original file line numberDiff line numberDiff line change
@@ -3609,6 +3609,8 @@
36093609
{4} {\@@_graduate_originality:}
36103610
{5} {\@@_graduate_originality:}
36113611
}
3612+
% 单独成页
3613+
\clearpage
36123614
\end{blindPeerReview}
36133615
\group_end:
36143616
}
@@ -3674,6 +3676,9 @@
36743676
\@@_if_thesis_int_type:nT {3} {
36753677
\addcontentsline{toc}{chapter}{\c_@@_label_toc_en_tl}
36763678
}
3679+
3680+
% 单独成页
3681+
\clearpage
36773682
}
36783683
}
36793684
% \end{macrocode}
@@ -4211,6 +4216,9 @@
42114216
}
42124217
{
42134218
\end{itemize}
4219+
4220+
% 单独一页
4221+
\clearpage
42144222
}
42154223
% \end{macrocode}
42164224
% \end{environment}

Diff for: templates/graduate-thesis/bithesis.cls

+8
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,8 @@
14701470
{4} {\__bithesis_graduate_originality:}
14711471
{5} {\__bithesis_graduate_originality:}
14721472
}
1473+
% 单独成页
1474+
\clearpage
14731475
\end{blindPeerReview}
14741476
\group_end:
14751477
}
@@ -1517,6 +1519,9 @@
15171519
\__bithesis_if_thesis_int_type:nT {3} {
15181520
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
15191521
}
1522+
1523+
% 单独成页
1524+
\clearpage
15201525
}
15211526
}
15221527
\NewDocumentEnvironment {abstract} {}
@@ -1981,6 +1986,9 @@
19811986
}
19821987
{
19831988
\end{itemize}
1989+
1990+
% 单独一页
1991+
\clearpage
19841992
}
19851993
\endinput
19861994
%%

Diff for: templates/paper-translation/bithesis.cls

+8
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,8 @@
14701470
{4} {\__bithesis_graduate_originality:}
14711471
{5} {\__bithesis_graduate_originality:}
14721472
}
1473+
% 单独成页
1474+
\clearpage
14731475
\end{blindPeerReview}
14741476
\group_end:
14751477
}
@@ -1517,6 +1519,9 @@
15171519
\__bithesis_if_thesis_int_type:nT {3} {
15181520
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
15191521
}
1522+
1523+
% 单独成页
1524+
\clearpage
15201525
}
15211526
}
15221527
\NewDocumentEnvironment {abstract} {}
@@ -1981,6 +1986,9 @@
19811986
}
19821987
{
19831988
\end{itemize}
1989+
1990+
% 单独一页
1991+
\clearpage
19841992
}
19851993
\endinput
19861994
%%

Diff for: templates/undergraduate-thesis-en/bithesis.cls

+8
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,8 @@
14701470
{4} {\__bithesis_graduate_originality:}
14711471
{5} {\__bithesis_graduate_originality:}
14721472
}
1473+
% 单独成页
1474+
\clearpage
14731475
\end{blindPeerReview}
14741476
\group_end:
14751477
}
@@ -1517,6 +1519,9 @@
15171519
\__bithesis_if_thesis_int_type:nT {3} {
15181520
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
15191521
}
1522+
1523+
% 单独成页
1524+
\clearpage
15201525
}
15211526
}
15221527
\NewDocumentEnvironment {abstract} {}
@@ -1981,6 +1986,9 @@
19811986
}
19821987
{
19831988
\end{itemize}
1989+
1990+
% 单独一页
1991+
\clearpage
19841992
}
19851993
\endinput
19861994
%%

Diff for: templates/undergraduate-thesis/bithesis.cls

+8
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,8 @@
14701470
{4} {\__bithesis_graduate_originality:}
14711471
{5} {\__bithesis_graduate_originality:}
14721472
}
1473+
% 单独成页
1474+
\clearpage
14731475
\end{blindPeerReview}
14741476
\group_end:
14751477
}
@@ -1517,6 +1519,9 @@
15171519
\__bithesis_if_thesis_int_type:nT {3} {
15181520
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
15191521
}
1522+
1523+
% 单独成页
1524+
\clearpage
15201525
}
15211526
}
15221527
\NewDocumentEnvironment {abstract} {}
@@ -1981,6 +1986,9 @@
19811986
}
19821987
{
19831988
\end{itemize}
1989+
1990+
% 单独一页
1991+
\clearpage
19841992
}
19851993
\endinput
19861994
%%

0 commit comments

Comments
 (0)