misc
This commit is contained in:
parent
5855428633
commit
9faf959212
1 changed files with 2 additions and 4 deletions
6
main.typ
6
main.typ
|
|
@ -134,10 +134,8 @@ grid(
|
|||
columns: (1fr, 1fr),
|
||||
align: (horizon, right),
|
||||
stroke: (bottom:0.5pt + black),
|
||||
|
||||
inset: (5pt),
|
||||
par(
|
||||
text(title, size: title_fontsize)),
|
||||
text(title, size: title_fontsize),
|
||||
grid(
|
||||
columns: 1,
|
||||
rows: 2,
|
||||
|
|
@ -150,7 +148,7 @@ grid(
|
|||
),
|
||||
|
||||
grid(
|
||||
inset: (left: 1.5pt,right: 1.5pt,top: 1.5pt,bottom: 1.5pt),
|
||||
inset: (left: 1.5pt,right: 1.5pt,top: 1.5pt,bottom: 0pt),
|
||||
columns: signgrid,
|
||||
rows: auto,
|
||||
..(grid.cell(y: 0)[],) * fillerrow2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue