clean up some more templates
This commit is contained in:
parent
9818b18924
commit
d07c85a011
19
index.typ
19
index.typ
@ -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
|
|
||||||
})
|
|
||||||
}
|
|
@ -1,6 +1,6 @@
|
|||||||
// templates for online lecture notes
|
// 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(
|
#let template(
|
||||||
title: none,
|
title: none,
|
Loading…
Reference in New Issue
Block a user