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( #align(
center, center,
table( pad(
columns: (auto, auto), x: 20%,
[ table(
Perm: A2V4847 columns: (1fr, 1fr),
], [
[ Perm: A2V4847
Word Count: #total-words ],
#footnote[ [
Figure computed programmatically during document compilation. Discounts Word Count: #total-words
content in tables and the AI contribution statement. #footnote[
]<wordcount-exclude> Figure computed programmatically during document compilation. Discounts
], content in tables and the AI contribution statement.
]<wordcount-exclude>
],
),
), ),
) )