-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlatex.tex
More file actions
88 lines (65 loc) · 2.39 KB
/
latex.tex
File metadata and controls
88 lines (65 loc) · 2.39 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
\documentclass[pdf,hyperref={unicode},xcolor={x11names},svgnames]{beamer}
% minimal packages
\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usetheme[block=fill,progressbar=frametitle,background=light]{moloch}
% цвета итмо
\usecolortheme{moloch-itmo}
\setbeamertemplate{blocks}[rounded][shadow=false]
% Логотип на Титульной странице
\titlegraphic{\includegraphics[width=0.2\textwidth]{itmo/logo_basic_russian_white.pdf}}
%============================================================================
%========================= ===========================================
%========================= ===========================================
%=========================Заглавие===========================================
%========================= ===========================================
%============================================================================
\title{Moloch ITMO theme}
\subtitle{Неофициальная тема ITMO}
\date{\today}
%======================== Слайды ============================================
\begin{document}
% \setbeamertemplate{itemize items}[square] % bullet style in itemize env
% %\setbeamertemplate{enumerate items}[square] %circle,square
% \setbeamertemplate{itemize items}[circle]
{
\setbeamertemplate{background canvas}{%
\includegraphics[width=\paperwidth,height=\paperheight]{itmo/vitmo_snakes.jpg}%
}%
\begin{frame}
\titlepage
\end{frame}
}
\begin{frame}[t]{Слайд Первый}
\begin{itemize}
\item Один
\item Два
\item Три
\item Четыре
\end{itemize}
\end{frame}
\begin{frame}[t]{Слайд с блоком}
\begin{block}{Заголовок блока}
Содержимое блока
\end{block}
\begin{alertblock}{Заголовок блока}
Содержимое блока
\end{alertblock}
\begin{exampleblock}{Заголовок блока}
Содержимое блока
\end{exampleblock}
\end{frame}
{
\logo{}
\setbeamertemplate{background canvas}{\includegraphics[width=\paperwidth,height=\paperheight]{itmo/vitmo_snakes.jpg}}
\begin{frame}[standout]
\vfill
\center\LARGE {\color{white}{\bfseries СПАСИБО ЗА ВНИМАНИЕ!}}
\vfill
\includegraphics[width=0.4\textwidth]{itmo/slogan.pdf}
\end{frame}
}
\begin{frame}[t]{Запасные слайды }
\end{frame}
\end{document}