Skip to content

Commit

Permalink
style: titlepage environment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanfei-1 authored and stone-zeng committed May 27, 2024
1 parent eba8b44 commit 9e5e79b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source/fduthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -5395,20 +5395,20 @@ Copyright (C) 2017&ndash;2024 by Xiangdong Zeng <xdzeng96@gmail.com>.
{ \makecoveriii }
{
\begin{titlepage}
\cleardoublepage
\thispagestyle{empty}
\tl_set:Nn \thepage { C }
\includepdf [ pages=1 ] { \l_@@_cover_iii_tl }
\cleardoublepage
\thispagestyle{empty}
\tl_set:Nn \thepage { C }
\includepdf [ pages=1 ] { \l_@@_cover_iii_tl }
\end{titlepage}
}
}
{
\begin{titlepage}
\cleardoublepage
\thispagestyle{empty}
\tl_set:Nn \thepage { C }
\tl_if_empty:NF \l_@@_cover_iii_tl
{ \includepdf [ pages=1 ] { \l_@@_cover_iii_tl } }
\cleardoublepage
\thispagestyle{empty}
\tl_set:Nn \thepage { C }
\tl_if_empty:NF \l_@@_cover_iii_tl
{ \includepdf [ pages=1 ] { \l_@@_cover_iii_tl } }
\end{titlepage}
}
}
Expand Down

0 comments on commit 9e5e79b

Please sign in to comment.