thesis/tex/main.tex

39 lines
1.1 KiB
TeX
Raw Normal View History

2020-04-17 18:07:19 +03:00
\input{chapters/0-info.tex}
\input{style/style.tex}
\input{style/title.tex}
2020-04-17 18:07:19 +03:00
\input{chapters/0-abbr.tex}
\begin{document}
\counterwithout{listing}{chapter}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\input{style/title_headers.tex}
\maketitle
\newpage
2020-04-17 18:07:19 +03:00
\input{chapters/0-abstract_fi.tex}
\input{chapters/0-abstract_en.tex}
\input{style/toc.tex}
\input{style/abbr.tex}
\input{style/content.tex}%reset page number to 1, etc.
2020-04-17 18:07:19 +03:00
% Chapters
\input{chapters/1-johdanto.tex}
\input{chapters/2-web-ohjelmointi.tex}
\input{chapters/3-kielet.tex}
\input{chapters/4-projekti.tex}
\input{chapters/5-soveltuvuus.tex}
\input{chapters/6-yhteenveto.tex}
2020-04-17 18:07:19 +03:00
%%%%%%%%%%
\input{style/biblio.tex}
\input{style/appendix.tex}
\addtocontents{toc}{\vspace{11pt}}
\pretocmd{\chapter}{\addtocontents{toc}{\protect\vspace{-24pt}}}{}{}
2020-04-17 18:07:19 +03:00
\liite{1}% This is a hack to have right page numbering for each appendix. Make sure to use a unique number for each appendix.
\end{document}