12 lines
161 B
TeX
12 lines
161 B
TeX
\documentclass[12pt]{extarticle}
|
|
\newcommand{\import}[1]{\input{document/#1}}
|
|
|
|
\import{packages}
|
|
|
|
\bibliography{document}
|
|
|
|
\begin{document}
|
|
|
|
…
|
|
|
|
\end{document}
|