feat(template): add multifile-tex

This commit is contained in:
Jonas Röger
2026-06-30 13:41:48 +02:00
parent f19b26a762
commit 93fb174d11
9 changed files with 176 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
_: {
flake.templates.multifile-tex = {
path = ./_multifile_tex;
description = "A multifile tex report.";
};
}