-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mas-group/fix/chapters
Modified the chapters so that they are independent subfiles
- Loading branch information
Showing
13 changed files
with
92 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\begin{document} | ||
\begin{abstract} | ||
Your abstract | ||
\end{abstract} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% % | ||
% ACKNOWLEDGEMENT % | ||
% % | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
\specialhead{ACKNOWLEDGMENTS} | ||
|
||
ACK. ACK. ACK. here you can write your acknowledgements. | ||
%!TEX root = ../report.tex | ||
|
||
\begin{document} | ||
\begin{acknowledgements} | ||
Thanks to .... | ||
\end{acknowledgements} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
%!TEX root = ../report.tex | ||
\chapter{Design Details} | ||
Your first appendix | ||
|
||
\chapter{Parameters} | ||
Your second chapter appendix | ||
\begin{document} | ||
|
||
\chapter{Design Details} | ||
Your first appendix | ||
|
||
\chapter{Parameters} | ||
Your second chapter appendix | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,35 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\chapter{Introduction} | ||
\begin{document} | ||
\chapter{Introduction} | ||
|
||
\lipsum[1-5] | ||
\section{Motivation} | ||
\subsection{...} | ||
\lipsum[1-5] | ||
\section{Motivation} | ||
\subsection{...} | ||
|
||
\lipsum[6-10] | ||
\lipsum[6-10] | ||
|
||
\subsection{...} | ||
\subsection{...} | ||
|
||
|
||
\section{Challenges and Difficulties} | ||
\subsection{...} | ||
\section{Challenges and Difficulties} | ||
\subsection{...} | ||
|
||
\lipsum[11-15] | ||
\lipsum[11-15] | ||
|
||
\subsection{...} | ||
\subsection{...} | ||
|
||
\subsection{...} | ||
\subsection{...} | ||
|
||
|
||
|
||
\section{Problem Statement} | ||
\subsection{...} | ||
\section{Problem Statement} | ||
\subsection{...} | ||
|
||
\lipsum[21-30] | ||
\lipsum[21-30] | ||
|
||
\subsection{...} | ||
\subsection{...} | ||
|
||
|
||
\subsection{...} | ||
\subsection{...} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\chapter{State of the Art} | ||
\begin{document} | ||
\chapter{State of the Art} | ||
|
||
\section{....} | ||
Use as many sections as you need in your related work to group content into logical groups | ||
\section{....} | ||
Use as many sections as you need in your related work to group content into logical groups | ||
|
||
Don't forget to correctly cite your sources \cite{art1}. | ||
\section{Limitations of previous work} | ||
Don't forget to correctly cite your sources \cite{art1}. | ||
\section{Limitations of previous work} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
%!TEX root = ../report.tex | ||
\chapter{Methodology} | ||
|
||
How you are planning to test/compare/evaluate your research. | ||
Criteria used. | ||
\begin{document} | ||
\chapter{Methodology} | ||
|
||
\section{Setup} | ||
How you are planning to test/compare/evaluate your research. | ||
Criteria used. | ||
|
||
\section{Experimental Design} | ||
\section{Setup} | ||
|
||
\section{Experimental Design} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\chapter{Solution} | ||
\begin{document} | ||
\chapter{Solution} | ||
|
||
Your main contributions go here | ||
Your main contributions go here | ||
|
||
\section{Proposed algorithm} | ||
\section{Proposed algorithm} | ||
|
||
|
||
\section{Implementation details} | ||
\section{Implementation details} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\chapter{Evaluation} | ||
\begin{document} | ||
\chapter{Evaluation} | ||
|
||
Implementation and measurements. | ||
Implementation and measurements. | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\chapter{Results} | ||
\begin{document} | ||
\chapter{Results} | ||
|
||
\section{Use case 1} | ||
Describe results and analyse them | ||
\section{Use case 1} | ||
|
||
Describe results and analyse them | ||
|
||
\section{Use case 2} | ||
|
||
\section{Use case 2} | ||
|
||
\section{Use case 3} | ||
\section{Use case 3} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
%!TEX root = ../report.tex | ||
|
||
\chapter{Conclusions} | ||
\begin{document} | ||
\chapter{Conclusions} | ||
|
||
\section{Contributions} | ||
\section{Contributions} | ||
|
||
\section{Lessons learned} | ||
|
||
\section{Lessons learned} | ||
|
||
|
||
\section{Future work} | ||
\section{Future work} | ||
\end{document} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters