You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
latex-papers-slides/thesis-presentation/beamer-tuke-thesis-presenta...

60 lines
1.4 KiB

\documentclass[hyperref={unicode}]{beamer}
%
% Choose how your presentation looks.
%
% For more themes, color themes and font themes, see:
% http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
%
\mode<presentation> {
\usetheme{Berkeley} % or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{wolverine} % or try albatross, beaver, crane, ...
\usefonttheme{default} % or try serif, structurebold, ...
\setbeamertemplate{navigation symbols}{}
% \setbeamertemplate{caption}[numbered]
\setbeamertemplate{caption}{\raggedright\insertcaption\par}
% Numbered bibiolgraphy items
% \setbeamertemplate{bibliography item}{\insertbiblabel}
}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage{csquotes,lmodern,silence}
%\usepackage[style=numeric,backend=biber]{biblatex}
%\WarningFilter{biblatex}{Patching footnotes failed}
% Remove small caps warning
%\renewcommand\mkbibacro[1]{{\footnotesize\MakeUppercase{#1}}}
%\addbibresource{bibliography.bib}
\graphicspath{{figures/}}
\title[Linux Boards]{Linux boards and their use}
\author{Peter Babič}
\institute{Technical University of Košice, Slovakia \\ Computer Modelling, Masters}
\date{26.11.2015}
\begin{document}
\titlepage
\section{Introduction}
\section{Epilogue}
\begin{frame}{Epilogue}
\centering
{\large Thank you}
\vskip 2cm
Peter Babič
\end{frame}
\end{document}