algs.typ: added

This commit is contained in:
dogeystamp 2023-05-13 12:19:31 -04:00
parent d9fdde3a17
commit 4584b67bed
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

18
algs.typ Normal file
View 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
})
}