From 5630948b876445db6416437eb582a18e53498a5d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 29 Sep 2024 11:31:20 +0200 Subject: feat(new/chapter): Improve `\include` and `\includeonly` generation --- example/example.tex | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'example') 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} -- cgit 1.4.1