-
Notifications
You must be signed in to change notification settings - Fork 0
/
DispoMaster2.tex
93 lines (71 loc) · 2.5 KB
/
DispoMaster2.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
\documentclass[12pt,a4paper,leqno]{article}
% !TEX encoding = UTF-8 Unicode
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[finnish]{babel}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{float}
\usepackage{lipsum}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\No}{\mathbb{N}_0}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\diam}{\operatorname{diam}}
\theoremstyle{plain}
\newtheorem{lause}[equation]{Lause}
\newtheorem{lem}[equation]{Lemma}
\newtheorem{prop}[equation]{Propositio}
\newtheorem{kor}[equation]{Korollaari}
\theoremstyle{definition}
\newtheorem{maar}[equation]{Määritelmä}
\newtheorem{konj}[equation]{Konjektuuri}
\newtheorem{esim}[equation]{Esimerkki}
\theoremstyle{remark}
\newtheorem{huom}[equation]{Huomautus}
\pagestyle{plain}
\setcounter{page}{1}
\addtolength{\hoffset}{-1.15cm}
\addtolength{\textwidth}{2.3cm}
\addtolength{\voffset}{0.45cm}
\addtolength{\textheight}{-0.9cm}
\title{Korrespondenssianalyysi - geometrinen ja graafinen data-analyysin menetelmä (1.0)}
\author{Jussi Hirvonen}
\date{}
\begin{document}
\maketitle
\begin{tabular}{llr}
\hline
\multicolumn{2}{c}{Paperin versiot} \\
\cline{1-2}
Versio & muutokset & päivämäärä \\
\hline
0.1 & runko ja harjoittelua & 5.10.2017 \\
& runko ja sisältöäkin, oikoluku (W) & 5.10.2017 \\
0.2 & uusiksi & 31.1.2018 \\
0.3 & työversio; kaikki teksti ja jäsennys & 5.2.2018 \\
0.4 & työversio; lähteitä, tutkielman rakenne-osan muokkausta & 6.2.2018 \\
0.5 & työversio; teksti uusiksi - turhat pätkät pois (v2) & 6.2.2018 \\
1.0 & (v2) 6.2.2018 - siistitään tätä vielä - utf-8 & 2.3.2018 \\
1.0 & vielä utf-8 - säätöä & 1.9.2018 \\
%% 1.0 & www & ddmmyyy \\
\hline
\end{tabular}
\tableofcontents
% jaksot alkavat
\include{dispjohd2}
\include{disptutong2}
\include{disprakenne2}
\include{displahteet2}
% L�hteet ilmestyv�t vasta kun niihiin viitataan, ehk� ok. Mutta j�rjestys, numeroiduilla l�hteill�? Kahma et al artikkeli meni n�k�j��n tekij�n nimen
% mukaa paikalleen l�hdeluetteloon, ja LeRoux siirtyi numeroksi nelj�?
% kokeillaan Notepadilla tallennettua UTF-8 - viitetiedostoa Biblio060218. Ei toimi, Command \texteuro unavailable in encoding T1.
%
\bibliography{DispoRef2}
\bibliographystyle{plain}
\end{document}