diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:48:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:48:15 +0200 |
commit | 4f2b735472eb921b5edd91c502e0a47d5e4d0cd2 (patch) | |
tree | 35aed5a8f6b650431071e7447565ab6795b790a6 /build/latex/lpm.toml | |
parent | fix(cog.toml): Update to the newest state (diff) | |
download | flake-templates-4f2b735472eb921b5edd91c502e0a47d5e4d0cd2.tar.gz flake-templates-4f2b735472eb921b5edd91c502e0a47d5e4d0cd2.zip |
chore(build): Update
Diffstat (limited to 'build/latex/lpm.toml')
-rw-r--r-- | build/latex/lpm.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/latex/lpm.toml b/build/latex/lpm.toml new file mode 100644 index 0000000..636eae9 --- /dev/null +++ b/build/latex/lpm.toml @@ -0,0 +1,19 @@ +[last_chapter] +user_name = "static" +number = 0 + +[templates] +section = ''' +%! TEX root = ../../../%INIT_APPLICATION_NAME +% LTeX: language=en-GB + +\section{REPLACMENT_SECTION_TITLE} % DATE +This is some text +''' + +chapter = ''' +%! TEX root = ../../%INIT_APPLICATION_NAME +% LTeX: language=en-GB + +\chapter{REPLACEMENT_CHAPTER} +''' |