]> mj.ucw.cz Git - diplomky.git/blob - en/title.tex
383acb5037c9c7e12550e4776b4dddcf5a6404e1
[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 Specialization: & \Specialization \\
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 \openright
96
97 \noindent
98 \Dedication
99
100 \newpage
101
102 %%% A page with a solemn declaration to the bachelor thesis
103
104 \vglue 0pt plus 1fill
105
106 \noindent
107 I declare that I carried out this bachelor thesis independently, and only with the cited
108 sources, literature and other professional sources.
109
110 \medskip\noindent
111 I understand that my work relates to the rights and obligations under the Act No.~121/2000 Sb.,
112 the Copyright Act, as amended, in particular the fact that the Charles
113 University in Prague has the right to conclude a license agreement on the use of this
114 work as a school work pursuant to Section 60 subsection 1 of the Copyright Act.
115
116 \vspace{10mm}
117
118 \hbox{\hbox to 0.5\hsize{%
119 In ........ date ............   % FIXME!
120 \hss}\hbox to 0.5\hsize{%
121 signature of the author
122 \hss}}
123
124 \vspace{20mm}
125 \newpage
126
127 %%% Mandatory information page of the thesis
128
129 \vbox to 0.5\vsize{
130 \setlength\parindent{0mm}
131 \setlength\parskip{5mm}
132
133 Název práce:
134 \ThesisTitleCS
135
136 Autor:
137 \ThesisAuthor
138
139 \DeptTypeCS:
140 \DepartmentCS
141
142 Vedoucí bakalářské práce:
143 \Supervisor, \SupervisorsDepartmentCS
144
145 Abstract:
146 \AbstractCS
147
148 Klíčová slova:
149 \KeywordsCS
150
151 \vss}\nobreak\vbox to 0.49\vsize{
152 \setlength\parindent{0mm}
153 \setlength\parskip{5mm}
154
155 Title:
156 \ThesisTitle
157
158 Author:
159 \ThesisAuthor
160
161 \DeptType:
162 \Department
163
164 Supervisor:
165 \Supervisor, \SupervisorsDepartment
166
167 Abstract:
168 \Abstract
169
170 Keywords:
171 \Keywords
172
173 \vss}
174
175 \newpage
176 \hypersetup{pageanchor=true}