From a6c60ab65a10ab84771dd0ab6f912ecb64fb94d4 Mon Sep 17 00:00:00 2001 From: Alexara Wu Date: Mon, 30 Dec 2024 17:47:55 +0800 Subject: [PATCH] fix: suppress underfull hbox warning in title page --- sjtutex/source/sjtutex.dtx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sjtutex/source/sjtutex.dtx b/sjtutex/source/sjtutex.dtx index f0792b4a..6599ab98 100644 --- a/sjtutex/source/sjtutex.dtx +++ b/sjtutex/source/sjtutex.dtx @@ -4553,6 +4553,7 @@ \ps@empty \tl_set:Nn \@oddfoot { + \hfil \minipage [ t ] { \textwidth } \centering \zihao { - 5 } % \clist_use:Nn \l_@@_info_fund_zh_clist { \par } @@ -4560,6 +4561,7 @@ % \clist_use:Nn \l_@@_info_fund_de_clist { \par } % \clist_use:Nn \l_@@_info_fund_ja_clist { \par } \endminipage + \hfil } \tl_set_eq:NN \@evenfoot \@oddfoot }