From ee0f43dd90aab0f305cfa2d85cd1edce7f675760 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 18 Oct 2024 20:09:39 -0700 Subject: [PATCH] style: better perm/word count display --- work/2024/phil-1/paper-1/main.typ | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/work/2024/phil-1/paper-1/main.typ b/work/2024/phil-1/paper-1/main.typ index f4832af..3f56ddb 100644 --- a/work/2024/phil-1/paper-1/main.typ +++ b/work/2024/phil-1/paper-1/main.typ @@ -12,18 +12,21 @@ #align( center, - table( - columns: (auto, auto), - [ - Perm: A2V4847 - ], - [ - Word Count: #total-words - #footnote[ - Figure computed programmatically during document compilation. Discounts - content in tables and the AI contribution statement. - ] - ], + pad( + x: 20%, + table( + columns: (1fr, 1fr), + [ + Perm: A2V4847 + ], + [ + Word Count: #total-words + #footnote[ + Figure computed programmatically during document compilation. Discounts + content in tables and the AI contribution statement. + ] + ], + ), ), )