diff options
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..3a2ae84 --- /dev/null +++ b/main.tex @@ -0,0 +1,16 @@ +\documentclass{book} + +\input{packages} +\input{LOC/packages} + +\input{cover} +\input{author} + +\input{LOC/title} + +\begin{document} +\maketitle + +\include{LOC/introduction} + +\end{document} |