-
Notifications
You must be signed in to change notification settings - Fork 11
/
structure.tex
35 lines (25 loc) · 1.08 KB
/
structure.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\chapter{Introduction}
This is where the content of your dissertation goes. You can directly include chapters like the introduction, related work, conclusion, and future work in this file. You can also call ''\textbackslash input\{\}'' in this file to include your other papers and .tex documents easily. When looking at the raw .tex version of this section, you can see how to use input and separate chapters as a comment below.
Here I will make a citation: \cite{mobile_marketshare}. You must have at least one citation for ''\$make all'' to finish successfully! Also, please note the type of quotations used.
% Actual paper / chapter 1
%\input{chapter_one_content.tex}
%\setcounter{equation}{0}
%\cleardoublepage
\chapter{proj1}
\label{cht:proj1}
\subimport*{proj1/}{main}
\setcounter{equation}{0}
\cleardoublepage
\chapter{proj2}
\label{cht:proj2}
\subimport*{proj2/}{main}
\setcounter{equation}{0}
\cleardoublepage
\chapter{proj3}
\label{cht:proj3}
\subimport*{proj3/}{main}
\setcounter{equation}{0}
\cleardoublepage
\chapter{Conclusion and Future Work}
\label{cht:proj3}
\input{conclusion}