source: SMC4LRT/thesis.tex @ 3680

Last change on this file since 3680 was 3666, checked in by vronk, 11 years ago

adding images, frontmater, userdocs, build
update main files: thesis and outline + utils

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{Viktorgasse 8/6, 1040 Wien} % your address
31\thesismatrikelno{0005416} % your registration number
32
33\thesisbetreins{ao.Univ.-Prof.?? Dr. Andreas Rauber}
34\thesisbetrzwei{Univ.-Prof. Mag. Dr. Gerhard Budin}
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\input{chapters/Introduction}
62
63\input{chapters/Literature}
64
65\input{chapters/Definitions}
66
67
68\input{chapters/Data}
69
70\input{chapters/Infrastructure}
71\input{chapters/Design_SMCschema}
72
73
74
75\input{chapters/Design_SMCinstance}
76
77\input{chapters/Results}
78%\end{comment}
79\input{chapters/Conclusion}
80
81
82%\end{comment}
83%\begin{comment}
84
85%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
86%%% BACKMATTER %%%%%%%%%%%%%%%%%%%%%%%%%%
87%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
88
89\bibliographystyle{plain}
90%\bibliography{references}
91%\bibliographystyle{ieeetr}
92\bibliography{../../2bib/lingua,../../2bib/ontolingua,../../2bib/smc4lrt,../../2bib/semweb,../../2bib/distributed_systems,../../2bib/own}
93
94\appendix
95
96\input{chapters/appendix}
97
98\end{document}
Note: See TracBrowser for help on using the repository browser.