feat(template): add multifile-tex
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user