Skip to content

Commit

Permalink
Merge pull request #355 from scliubit/main
Browse files Browse the repository at this point in the history
fix: page numbering bug fix for two-side printing
  • Loading branch information
fky2015 authored Jun 1, 2023
2 parents b4802b6 + e435cc0 commit c0a20dc
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 c0a20dc

Please sign in to comment.