diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-29 11:31:20 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-29 11:31:20 +0200 |
commit | 5630948b876445db6416437eb582a18e53498a5d (patch) | |
tree | 89f119293da22284d72bf72502033d5aaf34ff7b /example | |
parent | fix(MangledName): Ensure that the mangled names are actually correct (diff) | |
download | lpm-5630948b876445db6416437eb582a18e53498a5d.tar.gz lpm-5630948b876445db6416437eb582a18e53498a5d.zip |
feat(new/chapter): Improve `\include` and `\includeonly` generation
Diffstat (limited to 'example')
-rw-r--r-- | example/example.tex | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/example/example.tex b/example/example.tex index d5f0d2f..62ab8cb 100644 --- a/example/example.tex +++ b/example/example.tex @@ -6,16 +6,15 @@ \title{\textbf{Some Title}} \author{Some Author} -\authors{name\inst} -\years{2024} \date{\Today} -\includeonly{} +\includeonly { + % lpm::next_chapter_includeonly_marker +} \begin{document} - \input{content/static/title} +\input{content/static/title} - % NEXT_CHAPTER +% lpm::next_chapter_marker - \printbibliography\relax \end{document} |