Skip to content

Commit

Permalink
fix: suppress underfull hbox warning in title page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed Jan 1, 2025
1 parent 576fbfb commit 683e017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sjtutex/source/sjtutex.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -4499,13 +4499,15 @@
\ps@empty
\tl_set:Nn \@oddfoot
{
\hfil
\minipage [ t ] { \textwidth }
\centering \zihao { - 5 }
%<zh> \clist_use:Nn \l_@@_info_fund_zh_clist { \par }
%<en> \clist_use:Nn \l_@@_info_fund_en_clist { \par }
%<de> \clist_use:Nn \l_@@_info_fund_de_clist { \par }
%<ja> \clist_use:Nn \l_@@_info_fund_ja_clist { \par }
\endminipage
\hfil
}
\tl_set_eq:NN \@evenfoot \@oddfoot
}
Expand Down

0 comments on commit 683e017

Please sign in to comment.