source: SMC4LRT/thesis.tex

Last change on this file was 3776, checked in by vronk, 11 years ago

final layout cleaning; backup

File size: 2.6 KB
Line 
1\documentclass[a4paper,11pt,twoside]{memoir}
2\chapterstyle{veelo}
3
4\usepackage{TUINFDA}
5
6\usepackage{url}
7\usepackage{hyperref}                                   % links in pdf
8%\usepackage{graphicx}                                  % Figures -- added in utils
9\usepackage{verbatim}                                   % Code-Environment
10\usepackage[lined,linesnumbered,algochapter]{algorithm2e} % Algorithm-Environment
11
12
13%\usepackage{ngerman}
14%\usepackage[ngerman]{babel}
15%\usepackage{bibgerm,cite}       % Deutsche Bezeichnungen, Automatisches Zusammenfassen von Literaturstellen
16%\usepackage[ngerman]{varioref}  % Querverweise
17% to use the german charset include cp850 for MS-DOS, ansinew for Windows and latin1 for Linux.
18% \usepackage[latin1]{inputenc}
19
20\thesistitle{SMC4LRT}
21\thesissubtitle{Semantic Mapping Component for Language Resources and Technology} % optional
22\thesisdate{TT.MM.JJJJ}
23
24% all titles and designations have to be gender-related!
25\thesisdegree{Master}{Master}
26
27\thesiscurriculum{Knowledge and Information Management}{Knowledge and Information Management} % your study
28\thesisverfassung{Matej \v{D}ur\v{c}o} % Verfasser
29\thesisauthor{Matej \v{D}ur\v{c}o} % your name
30\thesisauthoraddress{JosefstÀdterstrasse 70/32, 1080 Wien} % your address
31\thesismatrikelno{0005416} % your registration number
32
33\thesisbetreins{ao.Univ.-Prof. Dr. Andreas Rauber, Univ.-Prof. Mag. Dr. Gerhard Budin}
34\thesisbetrzwei{}
35%\thesisbetrdrei{Dr. Vorname Familienname} % optional
36
37% define page numbering styles
38\makepagestyle{numberCorner}
39\makeevenfoot{numberCorner}{\thepage}{}{}
40\makeoddfoot{numberCorner}{}{}{\thepage}
41
42% define custom macros for specific formats or names
43
44\setsecnumdepth{subsection}
45\maxsecnumdepth{subsection}
46%\setcounter{secnumdepth}{4}
47\setcounter{tocdepth}{2}
48
49\input{utils}
50
51
52
53\begin{document}
54
55 \input{frontmatter}
56%\tableofcontents
57\restoregeometry
58
59
60\begin{comment}
61\end{comment}
62\input{chapters/Introduction}
63
64\input{chapters/Literature}
65
66\input{chapters/Data}
67
68\input{chapters/Infrastructure}
69
70\input{chapters/Design_SMCschema}
71
72\input{chapters/Design_SMCinstance}
73
74\input{chapters/Results}
75
76\input{chapters/Conclusion}
77
78
79%\end{comment}
80%\begin{comment}
81
82%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
83%%% BACKMATTER %%%%%%%%%%%%%%%%%%%%%%%%%%
84%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
85
86\bibliographystyle{plain}
87%\bibliography{references}
88%\bibliographystyle{ieeetr}
89\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb,../../2bib/distributed_systems,../../2bib/own,../../2bib/diglib,../../2bib/it-misc,../../2bib/infovis}
90
91\appendix
92
93\input{chapters/Definitions}
94
95\input{chapters/appendix}
96
97\end{document}
Note: See TracBrowser for help on using the repository browser.