From 2bcf813ec2d3e79adb27caf764ca0da1d68f55e9 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 60e7d5d8..4096b0e2 100644 --- a/sjtutex/source/sjtutex.dtx +++ b/sjtutex/source/sjtutex.dtx @@ -4503,6 +4503,7 @@ \ps@empty \tl_set:Nn \@oddfoot { + \hfil \minipage [ t ] { \textwidth } \centering \zihao { - 5 } % \clist_use:Nn \l_@@_info_fund_zh_clist { \par } @@ -4510,6 +4511,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 }