diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/computer-science.typ | 3 | ||||
-rw-r--r-- | src/lib.typ | 3 | ||||
-rw-r--r-- | src/mathmatics.typ | 2 |
3 files changed, 8 insertions, 0 deletions
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 + |