All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 36s
25 lines
407 B
Typst
25 lines
407 B
Typst
#set page(
|
|
paper: "a3",
|
|
margin: (
|
|
bottom: 10mm,
|
|
top: 5mm,
|
|
left: 5mm,
|
|
right: 5mm
|
|
),
|
|
flipped:true,
|
|
)
|
|
|
|
#import "../lib/styles.typ" : *
|
|
#import "../lib/common_rewrite.typ" : *
|
|
#import "../lib/mathExpressions.typ" : *
|
|
|
|
|
|
#columns(5)[
|
|
#bgBlock(fill: gray)[
|
|
#block(height: 100%)
|
|
#block(height: 100%)
|
|
#block(height: 100%)
|
|
#block(height: 100%)
|
|
#block(height: 100%)
|
|
]
|
|
] |