From 629bb898769c8580db340078a8296fe551035a79 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 13:07:12 +0200 Subject: refactor(templates/latex): Declare as an academia template --- templates/latex/academia/lpm.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/latex/academia/lpm.toml (limited to 'templates/latex/academia/lpm.toml') diff --git a/templates/latex/academia/lpm.toml b/templates/latex/academia/lpm.toml new file mode 100644 index 0000000..0925886 --- /dev/null +++ b/templates/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