style: better perm/word count display
This commit is contained in:
parent
6ddf32c3ef
commit
ee0f43dd90
1 changed files with 15 additions and 12 deletions
|
@ -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>
|
||||
],
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue