From d07c85a0116d7aa295751e1bf9e2d40cf25199f0 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 30 Mar 2024 15:37:21 -0400 Subject: [PATCH] clean up some more templates --- index.typ | 19 ------------------- sfd.typ => legacy/sfd.typ | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 index.typ rename sfd.typ => legacy/sfd.typ (82%) diff --git a/index.typ b/index.typ deleted file mode 100644 index 9ae5304..0000000 --- a/index.typ +++ /dev/null @@ -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 - }) -} diff --git a/sfd.typ b/legacy/sfd.typ similarity index 82% rename from sfd.typ rename to legacy/sfd.typ index b0f1ad8..b16d8d3 100644 --- a/sfd.typ +++ b/legacy/sfd.typ @@ -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,