From 2ed73f8bf490c946915547fff63b3be1c659890b Mon Sep 17 00:00:00 2001 From: orangerot Date: Tue, 9 Sep 2025 13:18:10 +0200 Subject: feat: package definiton with library and template --- src/computer-science.typ | 3 +++ src/lib.typ | 3 +++ src/mathmatics.typ | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 src/computer-science.typ create mode 100644 src/lib.typ create mode 100644 src/mathmatics.typ (limited to 'src') diff --git a/src/computer-science.typ b/src/computer-science.typ new file mode 100644 index 0000000..7a840eb --- /dev/null +++ b/src/computer-science.typ @@ -0,0 +1,3 @@ +#import "../muendliche-nachpruefung/lib.typ" as oral-post-exam +#import "../muendliche-pruefung/lib.typ" as oral-exam + diff --git a/src/lib.typ b/src/lib.typ new file mode 100644 index 0000000..2524b4f --- /dev/null +++ b/src/lib.typ @@ -0,0 +1,3 @@ +#import "computer-science.typ" +#import "mathmatics.typ" + diff --git a/src/mathmatics.typ b/src/mathmatics.typ new file mode 100644 index 0000000..23c115a --- /dev/null +++ b/src/mathmatics.typ @@ -0,0 +1,2 @@ +#import "../muendliche-pruefung-mathematik/lib.typ" as oral-exam + -- cgit v1.2.3