|
@@ -1,4 +1,4 @@
|
|
|
-\documentclass[10pt, a4paper, twocolumn]{article}
|
|
|
+\documentclass[10pt, a4paper, twocolumn, notitlepage]{article}
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
\usepackage{lipsum}
|
|
|
|
|
@@ -8,14 +8,12 @@
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
-\begin{titlepage}
|
|
|
\maketitle
|
|
|
-\end{titlepage}
|
|
|
|
|
|
-\include{chapters/abstract}
|
|
|
-\include{chapters/introduction}
|
|
|
-\include{chapters/sections}
|
|
|
-\include{chapters/conclusions}
|
|
|
-\include{chapters/references}
|
|
|
+\include{sections/abstract}
|
|
|
+\include{sections/introduction}
|
|
|
+\include{sections/sections}
|
|
|
+\include{sections/conclusions}
|
|
|
+\include{sections/references}
|
|
|
|
|
|
\end{document}
|