-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentation.tex
50 lines (41 loc) · 1.58 KB
/
presentation.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
\documentclass[10pt, pdf, hyperref={unicode}]{beamer}
\usetheme{metropolis}
\usepackage{polyglossia}
\setdefaultlanguage[spelling=modern]{russian}
\usepackage{caption}
\captionsetup[figure]{labelformat=empty, font=scriptsize}
\captionsetup[subfigure]{labelformat=empty, font=scriptsize}
\captionsetup[table]{labelformat=empty, font=scriptsize}
\usepackage{bibentry}
\nobibliography*
\setbeamercolor{background canvas}{bg=white}
%\setbeamerfont{bibliography item}{size=\tiny}
%\setbeamerfont{bibliography entry author}{size=\tiny}
%\setbeamerfont{bibliography entry title}{size=\tiny}
%\setbeamerfont{bibliography entry location}{size=\tiny}
%\setbeamerfont{bibliography entry note}{size=\tiny}
\usepackage{subcaption}
\title{Оптический отклик Ми-резонансных наночастиц, связанных с диэлектрическими волноводами}
\date{}
\author{Нестеров~К.\,Е.}
\institute{
МОСКОВСКИЙ ГОСУДАРСТВЕННЫЙ УНИВЕРСИТЕТ имени М.В.ЛОМОНОСОВА \\
ФИЗИЧЕСКИЙ ФАКУЛЬТЕТ МГУ \\
Кафедра квантовой электроники
}
\begin{document}
\maketitle
\include{slides/metamaterials}
\include{slides/mie}
\include{slides/switches}
\include{slides/problem}
\include{slides/nanostructures}
\include{slides/disc-single}
\include{slides/disc-array}
\include{slides/analogs_compare}
\include{slides/conclusion}
\begin{frame}
\bibliographystyle{presentation}
\bibliography{literature-abbrv}
\end{frame}
\end{document}