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