Poangličtěná verze nové šablony
Oproti prvnímu vydání šablony jsou anglicky i komentáře a jména maker.master
parent
8735b3c7ef
commit
7e65efa29e
@ -1,20 +1,10 @@
|
||||
all: thesis.pdf
|
||||
|
||||
# Vyroba PDF primo z DVI by byla prijemnejsi, ale vetsina verzi dvipdfm nici obrazky
|
||||
# thesis.pdf: thesis.dvi
|
||||
# dvipdfm -o $@ -p a4 -r 600 $<
|
||||
|
||||
thesis.pdf: thesis.ps
|
||||
ps2pdf $< $@
|
||||
|
||||
thesis.ps: thesis.dvi
|
||||
dvips -o $@ -D600 -t a4 $<
|
||||
|
||||
# LaTeX je potreba spustit dvakrat, aby spravne spocital odkazy
|
||||
thesis.dvi: thesis.tex $(wildcard *.tex)
|
||||
cslatex $<
|
||||
cslatex $<
|
||||
# LaTeX must be run twice to get references right
|
||||
thesis.pdf: thesis.tex $(wildcard *.tex)
|
||||
pdflatex $<
|
||||
pdflatex $<
|
||||
|
||||
clean:
|
||||
rm -f *.log *.dvi *.aux *.toc *.lof *.out
|
||||
rm -f thesis.ps thesis.pdf
|
||||
rm -f thesis.pdf
|
||||
|
@ -0,0 +1,176 @@
|
||||
%%% Title page of the thesis and other mandatory pages
|
||||
|
||||
%%% Minor tweaks of style
|
||||
|
||||
% These macros employ a little dirty trick to convince LaTeX to typeset
|
||||
% chapter headings sanely, without lots of empty space above them.
|
||||
% Feel free to ignore.
|
||||
\makeatletter
|
||||
\def\@makechapterhead#1{
|
||||
{\parindent \z@ \raggedright \normalfont
|
||||
\Huge\bfseries \thechapter. #1
|
||||
\par\nobreak
|
||||
\vskip 20\p@
|
||||
}}
|
||||
\def\@makeschapterhead#1{
|
||||
{\parindent \z@ \raggedright \normalfont
|
||||
\Huge\bfseries #1
|
||||
\par\nobreak
|
||||
\vskip 20\p@
|
||||
}}
|
||||
\makeatother
|
||||
|
||||
% This macro defines a chapter, which is not numbered, but is included
|
||||
% in the table of contents.
|
||||
\def\chapwithtoc#1{
|
||||
\chapter*{#1}
|
||||
\addcontentsline{toc}{chapter}{#1}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
% Somewhat relaxed hyphenation
|
||||
\lefthyphenmin=2
|
||||
\righthyphenmin=2
|
||||
|
||||
%%% Title page of the thesis
|
||||
|
||||
\pagestyle{empty}
|
||||
\hypersetup{pageanchor=false}
|
||||
\begin{center}
|
||||
|
||||
\large
|
||||
|
||||
Charles University in Prague
|
||||
|
||||
\medskip
|
||||
|
||||
Faculty of Mathematics and Physics
|
||||
|
||||
\vfill
|
||||
|
||||
{\bf\Large BACHELOR THESIS}
|
||||
|
||||
\vfill
|
||||
|
||||
\centerline{\mbox{\includegraphics[width=60mm]{../img/logo.pdf}}}
|
||||
|
||||
\vfill
|
||||
\vspace{5mm}
|
||||
|
||||
{\LARGE\ThesisAuthor}
|
||||
|
||||
\vspace{15mm}
|
||||
|
||||
{\LARGE\bfseries\ThesisTitle}
|
||||
|
||||
\vfill
|
||||
|
||||
\Department
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{tabular}{rl}
|
||||
|
||||
Supervisor of the bachelor thesis: & \Supervisor \\
|
||||
\noalign{\vspace{2mm}}
|
||||
Study programme: & \StudyProgramme \\
|
||||
\noalign{\vspace{2mm}}
|
||||
Specialization: & \Specialization \\
|
||||
\end{tabular}
|
||||
|
||||
\vfill
|
||||
|
||||
% Zde doplňte rok
|
||||
Prague \YearSubmitted
|
||||
|
||||
\end{center}
|
||||
|
||||
\newpage
|
||||
|
||||
%%% Here should be a bound sheet included -- a signed copy of the "bachelor
|
||||
%%% thesis assignment". This assignment is NOT a part of the electronic
|
||||
%%% version of the thesis. DO NOT SCAN.
|
||||
|
||||
\openright
|
||||
|
||||
\noindent
|
||||
\Dedication
|
||||
|
||||
\newpage
|
||||
|
||||
%%% A page with a solemn declaration to the bachelor thesis
|
||||
|
||||
\vglue 0pt plus 1fill
|
||||
|
||||
\noindent
|
||||
I declare that I carried out this bachelor thesis independently, and only with the cited
|
||||
sources, literature and other professional sources.
|
||||
|
||||
\medskip\noindent
|
||||
I understand that my work relates to the rights and obligations under the Act No.~121/2000 Sb.,
|
||||
the Copyright Act, as amended, in particular the fact that the Charles
|
||||
University in Prague has the right to conclude a license agreement on the use of this
|
||||
work as a school work pursuant to Section 60 subsection 1 of the Copyright Act.
|
||||
|
||||
\vspace{10mm}
|
||||
|
||||
\hbox{\hbox to 0.5\hsize{%
|
||||
In ........ date ............ % FIXME!
|
||||
\hss}\hbox to 0.5\hsize{%
|
||||
signature of the author
|
||||
\hss}}
|
||||
|
||||
\vspace{20mm}
|
||||
\newpage
|
||||
|
||||
%%% Mandatory information page of the thesis
|
||||
|
||||
\vbox to 0.5\vsize{
|
||||
\setlength\parindent{0mm}
|
||||
\setlength\parskip{5mm}
|
||||
|
||||
Název práce:
|
||||
\ThesisTitleCS
|
||||
|
||||
Autor:
|
||||
\ThesisAuthor
|
||||
|
||||
\DeptTypeCS:
|
||||
\DepartmentCS
|
||||
|
||||
Vedoucí bakalářské práce:
|
||||
\Supervisor, \SupervisorsDepartmentCS
|
||||
|
||||
Abstract:
|
||||
\AbstractCS
|
||||
|
||||
Klíčová slova:
|
||||
\KeywordsCS
|
||||
|
||||
\vss}\nobreak\vbox to 0.49\vsize{
|
||||
\setlength\parindent{0mm}
|
||||
\setlength\parskip{5mm}
|
||||
|
||||
Title:
|
||||
\ThesisTitle
|
||||
|
||||
Author:
|
||||
\ThesisAuthor
|
||||
|
||||
\DeptType:
|
||||
\Department
|
||||
|
||||
Supervisor:
|
||||
\Supervisor, \SupervisorsDepartment
|
||||
|
||||
Abstract:
|
||||
\Abstract
|
||||
|
||||
Keywords:
|
||||
\Keywords
|
||||
|
||||
\vss}
|
||||
|
||||
\newpage
|
||||
\hypersetup{pageanchor=true}
|
Loading…
Reference in New Issue