style: better perm/word count display

This commit is contained in:
Youwen Wu 2024-10-18 20:09:39 -07:00
parent 6ddf32c3ef
commit ee0f43dd90
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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.
]<wordcount-exclude>
],
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.
]<wordcount-exclude>
],
),
),
)