]> mj.ucw.cz Git - diplomky.git/blob - en/title.tex
Dedikace posunuta až za informační stranu (povinné dle nové směrnice)
[diplomky.git] / en / title.tex
1 %%% Title page of the thesis and other mandatory pages
2
3 %%% Minor tweaks of style
4
5 % These macros employ a little dirty trick to convince LaTeX to typeset
6 % chapter headings sanely, without lots of empty space above them.
7 % Feel free to ignore.
8 \makeatletter
9 \def\@makechapterhead#1{
10   {\parindent \z@ \raggedright \normalfont
11    \Huge\bfseries \thechapter. #1
12    \par\nobreak
13    \vskip 20\p@
14 }}
15 \def\@makeschapterhead#1{
16   {\parindent \z@ \raggedright \normalfont
17    \Huge\bfseries #1
18    \par\nobreak
19    \vskip 20\p@
20 }}
21 \makeatother
22
23 % This macro defines a chapter, which is not numbered, but is included
24 % in the table of contents.
25 \def\chapwithtoc#1{
26 \chapter*{#1}
27 \addcontentsline{toc}{chapter}{#1}
28 }
29
30 \begin{document}
31
32 % Somewhat relaxed hyphenation
33 \lefthyphenmin=2
34 \righthyphenmin=2
35
36 %%% Title page of the thesis
37
38 \pagestyle{empty}
39 \hypersetup{pageanchor=false}
40 \begin{center}
41
42 \large
43
44 Charles University in Prague
45
46 \medskip
47
48 Faculty of Mathematics and Physics
49
50 \vfill
51
52 {\bf\Large BACHELOR THESIS}
53
54 \vfill
55
56 \centerline{\mbox{\includegraphics[width=60mm]{../img/logo.pdf}}}
57
58 \vfill
59 \vspace{5mm}
60
61 {\LARGE\ThesisAuthor}
62
63 \vspace{15mm}
64
65 {\LARGE\bfseries\ThesisTitle}
66
67 \vfill
68
69 \Department
70
71 \vfill
72
73 \begin{tabular}{rl}
74
75 Supervisor of the bachelor thesis: & \Supervisor \\
76 \noalign{\vspace{2mm}}
77 Study programme: & \StudyProgramme \\
78 \noalign{\vspace{2mm}}
79 Study branch: & \StudyBranch \\
80 \end{tabular}
81
82 \vfill
83
84 % Zde doplňte rok
85 Prague \YearSubmitted
86
87 \end{center}
88
89 \newpage
90
91 %%% Here should be a bound sheet included -- a signed copy of the "bachelor
92 %%% thesis assignment". This assignment is NOT a part of the electronic
93 %%% version of the thesis. DO NOT SCAN.
94
95 %%% A page with a solemn declaration to the bachelor thesis
96
97 \openright
98 \vglue 0pt plus 1fill
99
100 \noindent
101 I declare that I carried out this bachelor thesis independently, and only with the cited
102 sources, literature and other professional sources.
103
104 \medskip\noindent
105 I understand that my work relates to the rights and obligations under the Act No.~121/2000 Sb.,
106 the Copyright Act, as amended, in particular the fact that the Charles
107 University in Prague has the right to conclude a license agreement on the use of this
108 work as a school work pursuant to Section 60 subsection 1 of the Copyright Act.
109
110 \vspace{10mm}
111
112 \hbox{\hbox to 0.5\hsize{%
113 In ........ date ............   % FIXME!
114 \hss}\hbox to 0.5\hsize{%
115 signature of the author
116 \hss}}
117
118 \vspace{20mm}
119 \newpage
120
121 %%% Mandatory information page of the thesis
122
123 \openright
124
125 \vbox to 0.5\vsize{
126 \setlength\parindent{0mm}
127 \setlength\parskip{5mm}
128
129 Název práce:
130 \ThesisTitleCS
131
132 Autor:
133 \ThesisAuthor
134
135 \DeptTypeCS:
136 \DepartmentCS
137
138 Vedoucí bakalářské práce:
139 \Supervisor, \SupervisorsDepartmentCS
140
141 Abstract:
142 \AbstractCS
143
144 Klíčová slova:
145 \KeywordsCS
146
147 \vss}\nobreak\vbox to 0.49\vsize{
148 \setlength\parindent{0mm}
149 \setlength\parskip{5mm}
150
151 Title:
152 \ThesisTitle
153
154 Author:
155 \ThesisAuthor
156
157 \DeptType:
158 \Department
159
160 Supervisor:
161 \Supervisor, \SupervisorsDepartment
162
163 Abstract:
164 \Abstract
165
166 Keywords:
167 \Keywords
168
169 \vss}
170
171 \newpage
172
173 %%% Dedication
174
175 \openright
176
177 \noindent
178 \Dedication
179
180 \newpage
181 \hypersetup{pageanchor=true}