From 526135106faf8a82b1c828abe7a806162de04230 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sun, 4 Oct 2020 21:47:28 +0200 Subject: [PATCH] Add section titles --- paper.tex | 7 ++++++- tex/1_intro.tex | 2 ++ tex/2_lit/1_intro.tex | 2 ++ tex/3_mod/1_intro.tex | 2 ++ tex/4_stu/1_intro.tex | 2 ++ tex/5_con/1_intro.tex | 2 ++ 6 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 tex/1_intro.tex create mode 100644 tex/2_lit/1_intro.tex create mode 100644 tex/3_mod/1_intro.tex create mode 100644 tex/4_stu/1_intro.tex create mode 100644 tex/5_con/1_intro.tex diff --git a/paper.tex b/paper.tex index a7f42bd..d445c71 100644 --- a/paper.tex +++ b/paper.tex @@ -7,7 +7,12 @@ \input{tex/meta} \newpage -Lorem ipsum. +\input{tex/1_intro} +\input{tex/2_lit/1_intro} +\input{tex/3_mod/1_intro} +\input{tex/4_stu/1_intro} +\input{tex/5_con/1_intro} + \newpage \input{tex/glossary} diff --git a/tex/1_intro.tex b/tex/1_intro.tex new file mode 100644 index 0000000..3c74279 --- /dev/null +++ b/tex/1_intro.tex @@ -0,0 +1,2 @@ +\section{Introduction} +\label{intro} \ No newline at end of file diff --git a/tex/2_lit/1_intro.tex b/tex/2_lit/1_intro.tex new file mode 100644 index 0000000..e875a28 --- /dev/null +++ b/tex/2_lit/1_intro.tex @@ -0,0 +1,2 @@ +\section{Literature Review} +\label{lit} \ No newline at end of file diff --git a/tex/3_mod/1_intro.tex b/tex/3_mod/1_intro.tex new file mode 100644 index 0000000..bf72f24 --- /dev/null +++ b/tex/3_mod/1_intro.tex @@ -0,0 +1,2 @@ +\section{Model Formulation} +\label{mod} \ No newline at end of file diff --git a/tex/4_stu/1_intro.tex b/tex/4_stu/1_intro.tex new file mode 100644 index 0000000..4a28425 --- /dev/null +++ b/tex/4_stu/1_intro.tex @@ -0,0 +1,2 @@ +\section{Empirical Study: A Meal Delivery Platform in Europe} +\label{stu} \ No newline at end of file diff --git a/tex/5_con/1_intro.tex b/tex/5_con/1_intro.tex new file mode 100644 index 0000000..42126bd --- /dev/null +++ b/tex/5_con/1_intro.tex @@ -0,0 +1,2 @@ +\section{Conclusion} +\label{con} \ No newline at end of file