Skip to content

Commit

Permalink
Replace table with grid
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHecker committed Nov 27, 2024
1 parent c4a1349 commit 5f4d3e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/preview/acrostiche/0.4.1/acrostiche.typ
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,8 @@
}

// print the acronyms
table(
grid(
columns: (20%,80%),
stroke: none,
row-gutter: row-gutter,
..for acr in acr-list{
([*#display-short(acr, plural:false)#delimiter*], display-def(acr,plural:false))
Expand Down

0 comments on commit 5f4d3e6

Please sign in to comment.