From f1abbdd64c18775e1a8858c6cbc592bbdb259494 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 23 Jan 2023 18:10:47 +0100 Subject: Initial commit --- main.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 main.tex (limited to 'main.tex') 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} -- cgit v1.2.3