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(
|
#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>
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue