10 lines
103 B
TeX
10 lines
103 B
TeX
|
\newcommand{\import}[1]{\input{document/#1}}
|
||
|
|
||
|
\import{settings}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
…
|
||
|
|
||
|
\end{document}
|