-
Notifications
You must be signed in to change notification settings - Fork 0
/
dissertation.tex
42 lines (32 loc) · 1.13 KB
/
dissertation.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
36
37
38
39
40
41
42
\documentclass[final,a4paper,english,12pt,openright,twoside,pdftex]{tkkdiss-chap}
\usepackage[english,finnish]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[monochrome]{color}
% Add here your own style file(s), needed macro packages etc.
\usepackage{diss-defs}
\usepackage[distwoside]{diss-style}
%\usepackage{diss-style}
\title{\distitle}
\author{\disauthor}
\keywords{\diskeywords}
\begin{document}
%%=====================================================================
%% Document contents
%%=====================================================================
\input{toc}
%%=====================================================================
%% Bibliography of the dissertation
%%=====================================================================
\hbadness=10000
\bibliography{references}
% Restore the default value
\hbadness=1000
%%=====================================================================
%% Appendices
%%=====================================================================
\appendix
\renewcommand{\chaptername}{Appendix}
\input{A1-uniform-results}
\input{A2-gaussian-results}
\end{document}