-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate-1415.tex
52 lines (37 loc) · 1.11 KB
/
template-1415.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\documentclass[11pt]{beamer}
% Add additional packages here, as needed
\usepackage[serbian]{babel}
\usefonttheme{professionalfonts}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[biolinum]{libertine}
\renewcommand{\ttdefault}{cmtt}
\usetheme{Warsaw}
\usecolortheme{whale}
\setbeamercolor{navigation symbols dimmed}{fg=white}
\setbeamercolor{navigation symbols}{fg=white}
\setbeamertemplate{caption}{\raggedright\insertcaption\par}
\frenchspacing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Essential data about the presentation goes here
\title{Title}
\author[\textcolor{red}{Author}]{\textcolor{red}{Author}}
\date{XXXX. mart 2015.}
\institute{Matematička gimnazija, \textcolor{blue}{\scshape Nedelja informatike}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
{
\setbeamertemplate{headline}{}
\begin{frame}
\titlepage
\end{frame}
}
\section{This is a section}
\subsection{This is a subsection}
\begin{frame}
\frametitle{Frame Title}
\begin{itemize}
\item Item1
\end{itemize}
\end{frame}
\end{document}