Skip to content

Commit

Permalink
各章标题都位于双面打印的奇数页
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro-Lee committed Feb 23, 2024
1 parent f64ca76 commit 5bdbd15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion YNUthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -1527,16 +1527,17 @@
\thispagestyle { empty }
\clist_if_empty:NF \l__YNU_info_pre_review_clist
{ \UseInstance { YNU / cover } { cover-ii-default } }
\cleardoublepage
}
\NewDocumentCommand \makecoveriii { }
{
\cleardoublepage
\tl_if_empty:NTF \l__YNU_declaration_page_tl
{
\thispagestyle { empty }
\UseInstance { YNU / cover } { cover-iii-default }
}
{ \includepdf { \l__YNU_declaration_page_tl } }
\cleardoublepage
}
\DeclareCoverTemplate { cover-i }
{ id, logo, type, degree, title, title-en, info, date }
Expand Down
3 changes: 2 additions & 1 deletion YNUthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,7 @@ Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
\thispagestyle { empty }
\clist_if_empty:NF \l_@@_info_pre_review_clist
{ \UseInstance { YNU / cover } { cover-ii-default } }
\cleardoublepage
}
% \end{macrocode}
% \end{macro}
Expand All @@ -3035,13 +3036,13 @@ Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
% \begin{macrocode}
\NewDocumentCommand \makecoveriii { }
{
\cleardoublepage
\tl_if_empty:NTF \l_@@_declaration_page_tl
{
\thispagestyle { empty }
\UseInstance { YNU / cover } { cover-iii-default }
}
{ \includepdf { \l_@@_declaration_page_tl } }
\cleardoublepage
}
% \end{macrocode}
% \end{macro}
Expand Down

0 comments on commit 5bdbd15

Please sign in to comment.