clean up some more templates

This commit is contained in:
dogeystamp 2024-03-30 15:37:21 -04:00
parent 9818b18924
commit d07c85a011
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 1 additions and 20 deletions

View File

@ -1,19 +0,0 @@
// templates for online lecture notes
#import "main.typ": gen_preamble, doc_template, lref
#let template(
title: none,
authors: none,
subtitle: [Index of resources],
body
) = {
doc_template(title: title, {
gen_preamble(
title: title,
authors: authors,
prefix: [_#{subtitle}_],
)
body
})
}

View File

@ -1,6 +1,6 @@
// templates for online lecture notes
#import "main.typ": gen_preamble, doc_template, mono_font, lref
#import "../main.typ": gen_preamble, doc_template, mono_font, lref
#let template(
title: none,