You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
294 B
28 lines
294 B
\documentclass[a4paper,11pt]{article}
|
|
|
|
\input{packages.tex}
|
|
|
|
\begin{document}
|
|
|
|
\input{title.tex}
|
|
|
|
\maketitle
|
|
|
|
\input{abstract.tex}
|
|
|
|
\tableofcontents
|
|
|
|
\input{lri.tex}
|
|
|
|
\input{about_verification.tex}
|
|
|
|
\input{work.tex}
|
|
|
|
\input{lesson.tex}
|
|
|
|
\newpage
|
|
\appendix
|
|
|
|
\input{appendix.tex}
|
|
|
|
\end{document}
|
|
|