I wrote nice seminar work in LaTeX but I have two problems with a title page and I can’t find solution.
My source for the title page is:
Code: Select all
\documentclass[a4paper,11pt]{article}
\usepackage[czech]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amsmath}
\begin{document}
\begin{titlepage}
\center
\textsc{\LARGE Name of the university}\\[0.5cm]
\textsc{\Large Address of the university.}\\[1.5cm]
\begin{figure}
\includegraphics[width=9.27cm,height=4cm]{logo}\\[2cm]
\end{figure}
\textsc{\large Branch}\\[1cm]
{ \huge \bfseries Name of the work}\\[0.3cm]
{ \huge \bfseries Second name of the work}\\[3cm]
\begin{minipage}{1.5\textwidth}
\begin{flushleft} \large
\emph{Autor:}\\
\textsc{Name}\\
\textsc{Mail}\\
\textsc{text}\\
\textsc{text}\\
\textsc{text2}\\[2cm]
\end{flushleft}
\end{minipage}
\Large 3. prosinec 2012
\end{titlepage}
p.s.: it’s my first task in LaTeX so if my question will be stupid I apologize for that.
Thank you in advance!