From d4c8bfd6f9fc4617b8abf7296cf65bcf5f7cc395 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 18:08:22 +0200 Subject: chore(build): Regenerate --- build/latex/academia/lpm.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 build/latex/academia/lpm.toml (limited to 'build/latex/academia/lpm.toml') diff --git a/build/latex/academia/lpm.toml b/build/latex/academia/lpm.toml new file mode 100644 index 0000000..0925886 --- /dev/null +++ b/build/latex/academia/lpm.toml @@ -0,0 +1,17 @@ +main_file = "%INIT_APPLICATION_NAME.tex" + +[templates] +section = ''' +%! TEX root = ../../../%INIT_APPLICATION_NAME.tex +% LTeX: language=en-GB + +\section{REPLACMENT_SECTION_TITLE} % DATE +This is some text +''' + +chapter = ''' +%! TEX root = ../../%INIT_APPLICATION_NAME.tex +% LTeX: language=en-GB + +\chapter{REPLACEMENT_CHAPTER} +''' -- cgit 1.4.1