algs.typ: added
This commit is contained in:
parent
d9fdde3a17
commit
4584b67bed
18
algs.typ
Normal file
18
algs.typ
Normal file
@ -0,0 +1,18 @@
|
||||
// templates for compsci notes
|
||||
|
||||
#import "main.typ": gen_title, gen_authors, doc_template, mono_font
|
||||
#import "compsci.typ": source_code
|
||||
|
||||
#let template(
|
||||
title: none,
|
||||
authors: none,
|
||||
body
|
||||
) = {
|
||||
doc_template({
|
||||
gen_title(title: title)
|
||||
v(15pt, weak: true)
|
||||
|
||||
gen_authors(authors: authors)
|
||||
body
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue
Block a user