Files
.hive/templates/_multifile_tex/main.tex
T
2026-06-30 13:41:48 +02:00

21 lines
276 B
TeX

\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}