Subversion Repositories svnkaklik

Rev

Rev 931 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
930 kaklik 1
\documentclass[12pt]{article}
2
\usepackage[czech]{babel}
3
\usepackage{array}
4
\usepackage[pdftex]{graphicx}
5
\usepackage[utf8]{inputenc} %vstupni soubory v kodovani UTF-8
6
\usepackage{color}
7
 
8
\textheight     230.0mm
9
\textwidth      155.0mm 
10
%\topmargin        0.0mm
11
\topmargin      -20.0mm
12
\oddsidemargin    0.0mm
13
\parindent        0.0mm
14
\renewcommand{\baselinestretch}{1.0}
15
 
16
\newcommand{\vsp}[1]{\vspace{#1mm}}
17
 
18
\begin{document}
19
\thispagestyle{empty}
20
 
21
\begin{center} 
22
  \extrarowheight 1.5ex
23
  \begin{tabular}{c} 
24
    \textbf{\Large České vysoké učení technické v Praze} \\
25
    \textbf{\Large Fakulta jaderná a fyzikálně inženýrská} \\
26
    \textbf{\Large Katedra fyzikální elektroniky}  
27
  \end{tabular}
28
\vsp{60}
29
 
30
\textbf{\Large Bakalářská práce}
31
\bigskip
32
 
33
\textbf{\LARGE Jakub Kákona}
34
\vfill
35
 
36
\textbf{\large Praha -- 2012} \\
37
\textcolor{red}{\small Vzor titulní strany na pevných deskách} \\
38
\textcolor{red}{\small Jméno autora a rok ukončení práce taky na
39
  hřbetní straně}
40
\end{center}
41
 
42
\pagebreak
43
\setcounter{page}{1}
44
\thispagestyle{empty}
45
 
46
\begin{center} 
47
  \extrarowheight 1.5ex
48
  \begin{tabular}{c} 
49
    \textbf{\Large České vysoké učení technické v Praze} \\
50
    \textbf{\Large Fakulta jaderná a fyzikálně inženýrská} \\
51
    \textbf{\Large Katedra fyzikální elektroniky}  
52
  \end{tabular}
53
\vsp{60}
54
 
55
\textbf{\Huge Vysílač pro laserový dálkoměr}
56
\bigskip
57
 
58
\textbf{\Large Bakalářská práce}
59
\end{center}
60
\vfill
61
 
62
\extrarowheight 0.75ex
63
\begin{tabular}{>{\large}l>{\large}l}
64
Autor práce: & \textbf{Jakub Kákona} \\
65
Školitel:    & \textbf{Jméno školitele} \\
66
(Konzultant(i):  & \textbf{Jména konzultantů}) \\
67
Školní rok:  & \textbf{2011/2012} 
68
\end{tabular}
69
\vsp{0}
70
 
71
\pagebreak
72
 
73
\mbox{}
74
\vfill
75
 
76
Prohlašuji, že jsem předloženou práci vypracoval samostatně a že jsem
77
uvedl veškerou použitou literaturu.
78
\vsp{10}
79
 
80
\noindent
81
\quad \hfill \textcolor{red}{\small Podpis studenta} \qquad \\
82
Praha, xx.xx.2012 \hfill Jakub Kákona \qquad
83
\par
84
\vsp{5}
85
 
86
\pagebreak
87
%\tableofcontents
88
 
89
%\pagebreak
90
%\listoffigures
91
 
92
%\pagebreak
93
 
94
%\begin{thebibliography}{99}
95
%\bibitem{}
96
%\end{thebibliography}
97
 
98
\end{document}