Skip to content

Commit

Permalink
fix: page numbering bug fix for two-side printing
Browse files Browse the repository at this point in the history
修复双面打印模式下可能出现的正文无法从正面开始打印的问题
  • Loading branch information
scliubit committed Jun 1, 2023
1 parent b4802b6 commit e435cc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion bithesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,8 @@
% \begin{macrocode}
\RenewDocumentCommand \mainmatter {} {
% 另起一个空页,以便于后续的章节标题编号。
\clearpage
% \clearpage
\cleardoublepage
% 这部分的章节标题进行编号。
\ctexset{
chapter = {
Expand Down
3 changes: 2 additions & 1 deletion templates/graduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,8 @@
}
\RenewDocumentCommand \mainmatter {} {
% 另起一个空页,以便于后续的章节标题编号。
\clearpage
% \clearpage
\cleardoublepage
% 这部分的章节标题进行编号。
\ctexset{
chapter = {
Expand Down
3 changes: 2 additions & 1 deletion templates/paper-translation/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,8 @@
}
\RenewDocumentCommand \mainmatter {} {
% 另起一个空页,以便于后续的章节标题编号。
\clearpage
% \clearpage
\cleardoublepage
% 这部分的章节标题进行编号。
\ctexset{
chapter = {
Expand Down
3 changes: 2 additions & 1 deletion templates/undergraduate-thesis-en/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,8 @@
}
\RenewDocumentCommand \mainmatter {} {
% 另起一个空页,以便于后续的章节标题编号。
\clearpage
% \clearpage
\cleardoublepage
% 这部分的章节标题进行编号。
\ctexset{
chapter = {
Expand Down
3 changes: 2 additions & 1 deletion templates/undergraduate-thesis/bithesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,8 @@
}
\RenewDocumentCommand \mainmatter {} {
% 另起一个空页,以便于后续的章节标题编号。
\clearpage
% \clearpage
\cleardoublepage
% 这部分的章节标题进行编号。
\ctexset{
chapter = {
Expand Down

0 comments on commit e435cc0

Please sign in to comment.