general.typ: added

everything that doesn't need special things yet will symlink to this
This commit is contained in:
dogeystamp 2023-05-20 12:42:38 -04:00
parent 0213d0bfe1
commit cdc874413c
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 17 additions and 0 deletions

16
general.typ Normal file
View File

@ -0,0 +1,16 @@
// general document
#import "main.typ": gen_title, gen_authors, doc_template
#let template(
title: none,
authors: none,
body
) = {
doc_template({
gen_title(title: title)
v(15pt, weak: true)
gen_authors(authors: authors)
body
})
}

1
math_prob.typ Symbolic link
View File

@ -0,0 +1 @@
general.typ