From 7a0003aff5262172700c5a10c53d91fa4421eec4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 19:32:31 +0200 Subject: fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0 --- templates/latex/academia/%INIT_APPLICATION_NAME.tex | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'templates/latex/academia/%INIT_APPLICATION_NAME.tex') diff --git a/templates/latex/academia/%INIT_APPLICATION_NAME.tex b/templates/latex/academia/%INIT_APPLICATION_NAME.tex index 5484bc6..b94aaa2 100644 --- a/templates/latex/academia/%INIT_APPLICATION_NAME.tex +++ b/templates/latex/academia/%INIT_APPLICATION_NAME.tex @@ -30,15 +30,17 @@ \makeatother -\includeonly{} +\includeonly { + % lpm::next_chapter_includeonly_marker +} \begin{document} - \onecolumn - \input{content/static/title} - \twocolumn +\onecolumn +\input{content/static/title} +\twocolumn - % NEXT_CHAPTER +% lpm::next_chapter_marker - \clearpage{} - \printbibliography\relax +\clearpage{} +\printbibliography\relax \end{document} -- cgit 1.4.1