]> mj.ucw.cz Git - diplomky.git/blob - title.tex
Create xmpdata file from metadata automatically
[diplomky.git] / title.tex
1 %%% Title page of the thesis and other mandatory pages
2
3 %%% Inscriptions at the opening page of the hard cover (PhD thesis only)
4
5 \ifx\ThesisType\TypePhD
6
7 \pagestyle{empty}
8 \hypersetup{pageanchor=false}
9 \XXX{Opening page of the hard cover. Not a part of the electronic version.}
10 \begin{center}
11
12 \large
13 Charles University
14
15 \medskip
16
17 Faculty of Mathematics and Physics
18
19 \vfill
20
21 {\huge\bf\ThesisTypeTitle}
22
23 \vfill
24
25 \hbox to \hsize{\YearSubmitted\hfil \ThesisAuthor}
26
27 \end{center}
28
29 \newpage\openright
30
31 \fi
32
33 %%% Title page of the thesis
34
35 \pagestyle{empty}
36 \hypersetup{pageanchor=false}
37 \begin{center}
38
39 \centerline{\mbox{\includegraphics[width=166mm]{img/logo-en.pdf}}}
40
41 \vspace{-8mm}
42 \vfill
43
44 {\bf\Large\ThesisTypeTitle}
45
46 \vfill
47
48 {\LARGE\ThesisAuthor}
49
50 \vspace{15mm}
51
52 {\LARGE\bfseries\ThesisTitle}
53
54 \vfill
55
56 \Department
57
58 \vfill
59
60 {
61 \centerline{\vbox{\halign{\hbox to 0.45\hsize{\hfil #}&\hskip 0.5em\parbox[t]{0.45\hsize}{\raggedright #}\cr
62 Supervisor of the bachelor thesis:&\Supervisor \cr
63 \noalign{\vspace{2mm}}
64 Study programme:&\StudyProgramme \cr
65 }}}}
66
67 \vfill
68
69 Prague \YearSubmitted
70
71 \end{center}
72
73 \newpage
74
75 %%% A page with a solemn declaration to the bachelor thesis
76
77 \openright
78 \hypersetup{pageanchor=true}
79 \pagestyle{plain}
80 \pagenumbering{roman}
81 \vglue 0pt plus 1fill
82
83 \noindent
84 I declare that I carried out this bachelor thesis independently, and only with the cited
85 sources, literature and other professional sources. It has not been used to obtain another
86 or the same degree.
87
88 \medskip\noindent
89 I understand that my work relates to the rights and obligations under the Act No.~121/2000 Sb.,
90 the Copyright Act, as amended, in particular the fact that the Charles
91 University has the right to conclude a license agreement on the use of this
92 work as a school work pursuant to Section 60 subsection 1 of the Copyright~Act.
93
94 \vspace{10mm}
95
96 \hbox{\hbox to 0.5\hsize{%
97 In \hbox to 6em{\dotfill} date \hbox to 6em{\dotfill}
98 \hss}\hbox to 0.5\hsize{\dotfill\quad}}
99 \smallskip
100 \hbox{\hbox to 0.5\hsize{}\hbox to 0.5\hsize{\hfil Author's signature\hfil}}
101
102 \vspace{20mm}
103 \newpage
104
105 %%% Dedication
106
107 \openright
108
109 \noindent
110 \Dedication
111
112 \newpage
113
114 %%% Mandatory information page of the thesis
115
116 \openright
117 {\InfoPageFont
118
119 \vbox to 0.5\vsize{
120 \setlength\parindent{0mm}
121 \setlength\parskip{5mm}
122
123 Title:
124 \ThesisTitle
125
126 Author:
127 \ThesisAuthor
128
129 \DeptType:
130 \Department
131
132 Supervisor:
133 \Supervisor, \SupervisorsDepartment
134
135 Abstract:
136 \Abstract
137
138 Keywords:
139 {\def\sep{\unskip, }\ThesisKeywords}
140
141 % In Czech study programmes, it is mandatory to include Czech meta-data:
142
143 \ifx\StudyLanguage\LangCS
144
145 \vbox to 0.49\vsize{
146 \setlength\parindent{0mm}
147 \setlength\parskip{5mm}
148
149 Název práce:
150 \ThesisTitleCS
151
152 Autor:
153 \ThesisAuthor
154
155 \DeptTypeCS:
156 \DepartmentCS
157
158 Vedoucí bakalářské práce:
159 \Supervisor, \SupervisorsDepartment
160
161 Abstrakt:
162 \AbstractCS
163
164 Klíčová slova:
165 {\def\sep{\unskip, }\ThesisKeywordsCS}
166 }
167
168 \fi
169
170 }
171
172 \newpage
173
174 %%% From this point on, pages shall be numbered
175
176 \openright
177 \pagestyle{plain}
178 \pagenumbering{arabic}
179 \setcounter{page}{1}