]> mj.ucw.cz Git - diplomky.git/blob - en/title.tex
Opraveny pomlčky v ukázkové bibliografii
[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 \hypersetup{pageanchor=true}
99 \pagestyle{plain}
100 \pagenumbering{roman}
101 \vglue 0pt plus 1fill
102
103 \noindent
104 I declare that I carried out this bachelor thesis independently, and only with the cited
105 sources, literature and other professional sources.
106
107 \medskip\noindent
108 I understand that my work relates to the rights and obligations under the Act No.~121/2000 Sb.,
109 the Copyright Act, as amended, in particular the fact that the Charles
110 University in Prague has the right to conclude a license agreement on the use of this
111 work as a school work pursuant to Section 60 subsection 1 of the Copyright Act.
112
113 \vspace{10mm}
114
115 \hbox{\hbox to 0.5\hsize{%
116 In ........ date ............   % FIXME!
117 \hss}\hbox to 0.5\hsize{%
118 signature of the author
119 \hss}}
120
121 \vspace{20mm}
122 \newpage
123
124 %%% Mandatory information page of the thesis
125
126 \openright
127
128 \vbox to 0.5\vsize{
129 \setlength\parindent{0mm}
130 \setlength\parskip{5mm}
131
132 Title:
133 \ThesisTitle
134
135 Author:
136 \ThesisAuthor
137
138 \DeptType:
139 \Department
140
141 Supervisor:
142 \Supervisor, \SupervisorsDepartment
143
144 Abstract:
145 \Abstract
146
147 Keywords:
148 \Keywords
149
150 \vss}
151
152 \newpage
153
154 %%% Dedication
155
156 \openright
157
158 \noindent
159 \Dedication
160
161 \newpage
162
163 \openright
164 \pagestyle{plain}
165 \pagenumbering{arabic}
166 \setcounter{page}{1}