general.typ: added
everything that doesn't need special things yet will symlink to this
This commit is contained in:
parent
0213d0bfe1
commit
cdc874413c
16
general.typ
Normal file
16
general.typ
Normal 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
1
math_prob.typ
Symbolic link
@ -0,0 +1 @@
|
||||
general.typ
|
Loading…
Reference in New Issue
Block a user