-
Notifications
You must be signed in to change notification settings - Fork 1
/
main-beamer.tex
47 lines (41 loc) · 2.43 KB
/
main-beamer.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
% Beamer package options:
% * sans/serif, second, font size (8, 9, 10, 11, 12, 14, 17 or 20pt)
\documentclass[ignorenonframetext]{beamer}
%-------------------------------------------------------------------------------
% FONT SIZES FOR TITLE SLIDE
%-------------------------------------------------------------------------------
%\setbeamerfont{title}{size=, series=}
%\setbeamerfont{subtitle}{size=\scriptsize,series=\bfseries,parent=structure}
\setbeamerfont{author}{size=\footnotesize}
\setbeamerfont{institute}{size=\scriptsize,series=\itshape}
\setbeamerfont{date}{size=\scriptsize,series=\bfseries}
%\setbeamerfont{frametitle}{size=\LARGE,series=\bfseries}
%-------------------------------------------------------------------------------
% LIST OF AUTHORS
%-------------------------------------------------------------------------------
% Use script authors.py to generate list of authors
% ------------- begin list of authors ------------------------------
%\author[~~R. Kiselev, \texttt{[email protected]}~~~~~~~]{
% R.~Kiselev\inst{1,2} \and
% S.~Kharitonov\inst{3} \and
% A.~Kumar\inst{4} \and
% I.~J\'auregui\inst{5} \and
% X.~Shi\inst{6} \and
% K.~Le\'osson\inst{7} \and
% T.~Pertsch\inst{2} \and
% S.~Bozhevolnyi\inst{4} \and
% S.~Nolte\inst{2} \and
% A.~Chipouline\inst{2}
% }
%\institute{
% \inst{1} Leibniz Institute of Photonic Technology Jena \vspace{-3mm}\and
% \inst{2} Institute of Applied Physics Jena \vspace{-3mm}\and
% \inst{3} \'Ecole Polytechnique F\'ed\'erale de Lausanne \vspace{-3mm}\and
% \inst{4} University of Southern Denmark \vspace{-3mm}\and
% \inst{5} Alcatel-Lucent Bell Labs France \vspace{-3mm}\and
% \inst{6} Zhejiang University \vspace{-3mm}\and
% \inst{7} University of Iceland
% }
% ------------- end list of authors ------------------------------
\input{preamble.tex}
\input{main.tex}