LinAlg Correction
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 36s

This commit is contained in:
alexander
2026-02-20 00:01:09 +01:00
parent 9edafe8f22
commit 6c6fb93e25
2 changed files with 93 additions and 32 deletions

25
src/cheatsheets/test.typ Normal file
View File

@@ -0,0 +1,25 @@
#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%)
]
]