add referenced picture smb-auto-crop1
[obnox/slides/2015-05-sambaXP-multi-channel.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]{redhat}{Logo_RH_RGB_Default}
22 %\pgfdeclareimage[width=16mm]{sambanew}{Samba_Logo_4c-grey-bbbbbb-256}
23 }
24
25 \mode<article>{
26         %\usepackage[pdftex]{color}
27         \usepackage[pdftex]{hyperref}
28         \usepackage[pdftex]{graphicx}
29 }
30
31 %%\title[SambaFS]{Present and Future Fileserving With Samba \\
32 %%\ \\
33 %%LinuxCon Europe 2014}
34
35 \title[MC $\in$ Samba]{SMB3 Multi-Channel in Samba \\
36 \ }
37 \subtitle{sambaXP 2015}
38
39 %%\author[Michael Adam]{Michael Adam\\
40 %%\ \\
41 %%\footnotesize{\texttt{ma@sernet.de} / \texttt{obnox@samba.org}}}
42   %%\author[obnox]{Michael Adam}
43   \author[Michael Adam]{Michael Adam}
44 %%\\
45 %%{\footnotesize{\texttt{obnox@samba.org} / \texttt{ma@sernet.de}}}}
46 \institute{Samba Team / Red Hat}
47 %\date{\today}
48 \date{May 20, 2015}
49 %\date{2014-05-14}
50
51 \begin{document}
52
53 \mode<article>{
54         \maketitle
55         \tableofcontents
56         \clearpage
57 }
58
59 \mode<presentation>{
60         \begin{frame}[plain]
61         \titlepage
62         \end{frame}
63 }
64
65 \input{content}
66
67 \end{document}