Skip to content

Commit

Permalink
Merge pull request #226 from BITNP/hotfix-UTE
Browse files Browse the repository at this point in the history
hotfix(bithesis): \clearpage after remove \cleardoublepage.
  • Loading branch information
fky2015 authored Feb 11, 2023
2 parents d742de2 + ea1a689 commit 6cf58b3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -3609,6 +3609,8 @@
{4} {\@@_graduate_originality:}
{5} {\@@_graduate_originality:}
}
% 单独成页
\clearpage
\end{blindPeerReview}
\group_end:
}
Expand Down Expand Up @@ -3674,6 +3676,9 @@
\@@_if_thesis_int_type:nT {3} {
\addcontentsline{toc}{chapter}{\c_@@_label_toc_en_tl}
}

% 单独成页
\clearpage
}
}
% \end{macrocode}
Expand Down Expand Up @@ -4211,6 +4216,9 @@
}
{
\end{itemize}

% 单独一页
\clearpage
}
% \end{macrocode}
% \end{environment}
Expand Down
8 changes: 8 additions & 0 deletions templates/graduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@
{4} {\__bithesis_graduate_originality:}
{5} {\__bithesis_graduate_originality:}
}
% 单独成页
\clearpage
\end{blindPeerReview}
\group_end:
}
Expand Down Expand Up @@ -1517,6 +1519,9 @@
\__bithesis_if_thesis_int_type:nT {3} {
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
}

% 单独成页
\clearpage
}
}
\NewDocumentEnvironment {abstract} {}
Expand Down Expand Up @@ -1981,6 +1986,9 @@
}
{
\end{itemize}

% 单独一页
\clearpage
}
\endinput
%%
Expand Down
8 changes: 8 additions & 0 deletions templates/paper-translation/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@
{4} {\__bithesis_graduate_originality:}
{5} {\__bithesis_graduate_originality:}
}
% 单独成页
\clearpage
\end{blindPeerReview}
\group_end:
}
Expand Down Expand Up @@ -1517,6 +1519,9 @@
\__bithesis_if_thesis_int_type:nT {3} {
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
}

% 单独成页
\clearpage
}
}
\NewDocumentEnvironment {abstract} {}
Expand Down Expand Up @@ -1981,6 +1986,9 @@
}
{
\end{itemize}

% 单独一页
\clearpage
}
\endinput
%%
Expand Down
8 changes: 8 additions & 0 deletions templates/undergraduate-thesis-en/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@
{4} {\__bithesis_graduate_originality:}
{5} {\__bithesis_graduate_originality:}
}
% 单独成页
\clearpage
\end{blindPeerReview}
\group_end:
}
Expand Down Expand Up @@ -1517,6 +1519,9 @@
\__bithesis_if_thesis_int_type:nT {3} {
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
}

% 单独成页
\clearpage
}
}
\NewDocumentEnvironment {abstract} {}
Expand Down Expand Up @@ -1981,6 +1986,9 @@
}
{
\end{itemize}

% 单独一页
\clearpage
}
\endinput
%%
Expand Down
8 changes: 8 additions & 0 deletions templates/undergraduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,8 @@
{4} {\__bithesis_graduate_originality:}
{5} {\__bithesis_graduate_originality:}
}
% 单独成页
\clearpage
\end{blindPeerReview}
\group_end:
}
Expand Down Expand Up @@ -1517,6 +1519,9 @@
\__bithesis_if_thesis_int_type:nT {3} {
\addcontentsline{toc}{chapter}{\c__bithesis_label_toc_en_tl}
}

% 单独成页
\clearpage
}
}
\NewDocumentEnvironment {abstract} {}
Expand Down Expand Up @@ -1981,6 +1986,9 @@
}
{
\end{itemize}

% 单独一页
\clearpage
}
\endinput
%%
Expand Down

0 comments on commit 6cf58b3

Please sign in to comment.