about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 12:33:07 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 12:33:07 +0200
commit34424c9b175bd0151a829e54ec17f434899d4cd2 (patch)
treeabca47d799d4fbf0fed7c979fa443b32b067fc03
parentchore(build): Regenerate (diff)
downloadflake-templates-34424c9b175bd0151a829e54ec17f434899d4cd2.tar.gz
flake-templates-34424c9b175bd0151a829e54ec17f434899d4cd2.zip
build(templates.nix): Register new `latex/presentation` template
-rw-r--r--templates.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates.nix b/templates.nix
index 0ba4e77..9db1734 100644
--- a/templates.nix
+++ b/templates.nix
@@ -33,6 +33,10 @@ in {
     Also **grep** for TODO marks after the `init` run and change them accordingly!
     Furthermore, please take a look at `lpm`.
   '';
+  latex_presentation = mkAddedTemplate "latex/presentation" ''
+    Also **grep** for TODO marks after the `init` run and change them accordingly!
+    Furthermore, please take a look at `lpm`.
+  '';
 
   # Currently unmaintained
   # markdown = mkDefaultTemplate "markdown";