feat(template): add multifile-tex

This commit is contained in:
Jonas Röger
2026-06-30 13:41:48 +02:00
parent f19b26a762
commit 93fb174d11
9 changed files with 176 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
\documentclass{report}
\usepackage[subpreambles=true]{standalone}
\usepackage{import}
\title{Standalone package example}
\author{The almightly Flake}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\import{chapters}{01}
\import{chapters}{02}
\end{document}