diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-29 10:11:35 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-29 10:11:35 +0200 |
commit | d0fe56f4e98fa552c5e271713a815d2382e614f7 (patch) | |
tree | 5564085c201fdac129e96fa6036c3da0b1c11a0b /example/main.tex | |
parent | feat(bundle): Support bundling a document into one TeX file (diff) | |
download | lpm-d0fe56f4e98fa552c5e271713a815d2382e614f7.tar.gz lpm-d0fe56f4e98fa552c5e271713a815d2382e614f7.zip |
feat(templates): Provide a consistent syntax for replacements
All replacements now start with `lpm::` and thus provide a future way to extend them. This change also adds the ability to access the chapter name in a new section and the current data in a new chapter.
Diffstat (limited to 'example/main.tex')
-rw-r--r-- | example/main.tex | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/example/main.tex b/example/main.tex deleted file mode 100644 index d5f0d2f..0000000 --- a/example/main.tex +++ /dev/null @@ -1,21 +0,0 @@ -% LTeX: language=en-GB -\documentclass[a4paper, 12pt]{report} -\input{headers/preamble.tex} -\input{headers/preamble_local.tex} - - -\title{\textbf{Some Title}} -\author{Some Author} -\authors{name\inst} -\years{2024} -\date{\Today} - -\includeonly{} - -\begin{document} - \input{content/static/title} - - % NEXT_CHAPTER - - \printbibliography\relax -\end{document} |