LinAlg Correction
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 36s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 36s
This commit is contained in:
25
src/cheatsheets/test.typ
Normal file
25
src/cheatsheets/test.typ
Normal 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%)
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user