Moved Math macros to seperte file
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 20s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 20s
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#import "../lib/common_rewrite.typ" : *
|
||||
#import "@preview/mannot:0.3.1"
|
||||
|
||||
#show math.integral: it => math.limits(math.integral)
|
||||
#show math.sum: it => math.limits(math.sum)
|
||||
#let lim = $limits("lim")$
|
||||
#import "../lib/common_rewrite.typ" : *
|
||||
#import "../lib/mathExpressions.typ" : *
|
||||
|
||||
#set text(7.5pt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user