-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
192 lines (143 loc) · 5.02 KB
/
main.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Congratulations, you've made an excellent choice
%% of writing your Tampere University thesis using
%% the LaTeX system. This document attempts to be
%% as complete a template as possible to let you focus
%% on the most important part: the writing itself.
%% Thus the details regarding the visual appearance
%% and even structure have already been worked out
%% for you!
%%
%% I sincerely hope you will find this template useful
%% in completing your thesis project. I've tried to
%% add comments (followed by the % sign) to clarify
%% the structure and purpose of some of the commands.
%% Most of the magic happens in the file tauthesis.cls,
%% which you are more than welcome to take a look at.
%% Just refrain from editing it in the most crucial
%% versions of the thesis!
%%
%% I wish you and your thesis project the best of luck!
%% If this template causes you trouble along the way
%% or if you've any suggestions for improving it,
%% please contact me via email at
%%
%% ville.koljonen (at) tuni.fi.
%%
%% Yours,
%%
%% Ville Koljonen
%% 16th May 2019
%%
%% PS. This template or its associated class file don't
%% come with a warranty. The content is provided as is,
%% without even the implied promise of fitness to the
%% mentioned purpose. You, as the author of the thesis,
%% are responsible for the entire work, including the
%% provided material. No one else is liable to you for
%% any damage inflicted on you or your thesis, were it
%% caused by using this template or not.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% INSTRUCTIONS FOR COMPILING THE DOCUMENT %%%%%
%% Overleaf: just click Recompile.
%% Terminal:
%% 1. pdflatex main.tex
%% 2. makeindex -s main.ist -t main.glg -o main.gls main.glo
%% 3. biber main
%% 4. pdflatex main.tex
%% 5. pdflatex main.tex
%% Similar sequence of commands is also required
%% in LaTeX specific editors.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% PREAMBLE %%%%%
% \nonstopmode
\documentclass{tauthesis}
% The glossaries package throws a warning:
% No language module detected for 'finnish'.
% You can safely ignore this. All other
% warnings should be taken care of!
%%%%% Your packages.
% Before adding packages, see if they can be found
% in tauthesis.cls already. If you're not sure that
% you need a certain package, don't include it in
% the document! This can dramatically reduce
% compilation time.
% Graphs
% \usepackage{pgfplots}
% \pgfplotsset{compat=1.15}
\usepackage{graphicx}
% Subfigures and wrapping text
\usepackage{subcaption}
% Mathematics packages
\usepackage{amsmath, amssymb, amsthm}
%\usepackage{bm}
%%%%% Your commands.
\usepackage{multirow}
%%%%% Glossary information.
\loadglsentries[main]{tex/sanasto.tex}
\makeglossaries
%%%%% Citation information.
\addbibresource{tex/ilmari_references.bib}
\addbibresource{tex/niko_references.bib}
\hypersetup{hidelinks}
\begin{document}
%%%%% FRONT MATTER %%%%%
\frontmatter
%%%%% Thesis information and title page.
\title{Lämpöpumppujen ja aurinkosähköjärjestelmien kommunikaatiorajapinnat ja niiden hyödyntämismahdollisuudet}{Communication interfaces of heat pumps and PV-systems and their utilisation possibilities}
\subtitle{}
% The author name.
\author{Ilmari Marttila ja Niko Kangasniemi}
% The examiner information.
% If your work has multiple examiners, replace with
% \examiner[<label>]{<name> \\ <name>}
% where <label> is an appropriate (plural) label,
% e.g. Examiners or Tarkastajat, and <name>s are
% replaced by the examiner names, each on their
% separate line.
\examiner{Prof. Sami Repo}
% The finishing date of the thesis (YYYY-MM-DD).
\finishdate{2020}{12}{19}
\thesistype{Kandidaatintyö}
\facultyname{Informaatioteknologian ja viestinnän tiedekunta}
\programmename{Tieto- ja sähkötekniikan TkK-tutkinto-ohjelma - Sähkötekniikka}
\keywords%
{Aurinkosähkö, lämpöpumppu, rajapinta, Modbus, SunSpec, SG-Ready, kysyntäjousto, etäohjaus, aggregointi}
\maketitle
%%%%% Abstracts and preface.
\abstract{tex/tiivistelma.tex}
%\preface{tex/alkusanat.tex}{Tampereella}
\tableofcontents
\listoffigures
\listoftables
%\lstlistoflistings
\glossary
\mainmatter
\chapter{Johdanto}
\label{ch:johdanto}
\input{tex/johdanto.tex}
\chapter{Aurinkosähköjärjestelmät sähkön tuottajina}
\label{ch:jarjestelmat_sahkon_tuottajina}
\input{tex/jarjestelmat_sahkon_tuottajina.tex}
\chapter{Lämpöpumput sähkön käyttäjinä}
\label{ch:pumput_sahkon_kayttajina}
\input{tex/pumput_sahkon_kayttajina.tex}
\chapter{Rajapinnat -- eri abstraktiotasot}
\label{ch:rajapinat}
\input{tex/rajapinnat.tex}
\chapter{Sidosryhmät ja niiden tarpeet rajapintojen näkökulmasta}
\label{ch:sidosryhmat}
\input{tex/sidosryhmat.tex}
\chapter{Sovellukset}
\label{ch:sovellukset}
\input{tex/sovellukset.tex}
\chapter{Yhteenveto}
\label{ch:yhteenveto}
\input{tex/yhteenveto.tex}
\printbibliography[heading=bibintoc]
\begin{appendices}
\chapter{Modbus funktiokoodit}
\label{app:modbus_funktio_koodit}
\input{./tex/modbus_funktio_koodit.tex}
\end{appendices}
\end{document}