sty: linebreak
[obnox/slides/2015-03-vault.git] / base.tex
1 %%\documentclass{beamer}
2
3 %%\usepackage[english]{babel}
4 \usepackage[utf8]{inputenc}
5 \usepackage{listings}
6 \usepackage{wasysym}
7
8 \mode<presentation>{
9 \usetheme{ObnoxSamba}
10 \usepackage{pgf}
11 \usepackage{multimedia}
12
13 %%%\usepackage{verbatim}
14 \setbeamercovered{dynamic}
15 %\setbeamercovered{transparent}
16
17 %\pgfdeclaremask{samba-mask}{}
18 \pgfdeclareimage[width=12mm]{samba}{samba}
19 %\pgfdeclareimage[width=12mm]{sernet}{sernet}
20 \pgfdeclareimage[width=12mm]{redhat}{redhat-logo}
21 \pgfdeclareimage[width=16mm]{sambanew}{Samba_Logo_4c-grey-bbbbbb-256}
22 }
23
24 \mode<article>{
25         %\usepackage[pdftex]{color}
26         \usepackage[pdftex]{hyperref}
27         \usepackage[pdftex]{graphicx}
28 }
29
30 %%\title[SambaFS]{Present and Future Fileserving With Samba \\
31 %%\ \\
32 %%LinuxCon Europe 2014}
33
34 \title[SMB3 in Samba]{Status of SMB3 in Samba \\
35 \ }
36 \subtitle{Vault}
37
38 %%\author[Michael Adam]{Michael Adam\\
39 %%\ \\
40 %%\footnotesize{\texttt{ma@sernet.de} / \texttt{obnox@samba.org}}}
41   %%\author[obnox]{Michael Adam}
42   \author[Michael Adam]{Michael Adam}
43 %%\\
44 %%{\footnotesize{\texttt{obnox@samba.org} / \texttt{ma@sernet.de}}}}
45 \institute{Samba Team / Red Hat}
46 %\date{\today}
47 \date{March 12, 2015}
48 %\date{2014-05-14}
49
50 \begin{document}
51
52 \mode<article>{
53         \maketitle
54         \tableofcontents
55         \clearpage
56 }
57
58 \mode<presentation>{
59         \begin{frame}[plain]
60         \titlepage
61         \end{frame}
62 }
63
64 \input{base-wiki}
65
66
67 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
68 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
70 \end{document}
71 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
72 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%