-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcommands.tex
executable file
·67 lines (66 loc) · 3.42 KB
/
commands.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\colorlet{mygray}{black!40}
\colorlet{mylightgray}{black!20}
\colorlet{mygreen}{green!60!black}
%\definecolor{metroblue}{RGB}{0,59,126}
%\definecolor{metroyellow}{RGB}{249,174,0}
\definecolor{metroblue}{RGB}{51,51,51}
\definecolor{metroyellow}{RGB}{250,173,0}
\definecolor{topconfyellow}{RGB}{253,204,0}
\definecolor{topconfred}{RGB}{221,38,0}
\definecolor{topconfgrey}{RGB}{88,89,91}
\newcommand{\insertauthorpic}{\includegraphics[width=1.446cm]{pics/philip.png}\includegraphics[width=1.446cm]{pics/thomas.jpg}}
\newcommand{\footertext}{%
\fontsize{5}{5}\selectfont\begin{minipage}{3mm}\vspace*{-1pt}\raggedleft\insertframenumber\end{minipage}\hspace*{3mm}
© METRONOM GmbH\hspace*{3mm}\insertshortauthor{}: \insertshorttitle{}
}
\newcommand{\datesize}{\fontsize{10}{10}\selectfont}
\newcommand{\metroslide}{%
{\setbeamercolor{background canvas}{bg=metroblue}
\begin{frame}[plain]
\centering
%\includegraphics{pics/metro2.png}
\includegraphics[scale=0.7]{pics/white_yellow.png}
\end{frame}
}
}
\newcommand{\topconflogo}{\node[anchor=south west] at ($(current page.south west)+(0.3,0.3)$) {\includegraphics[height=1.2cm]{pics/TopconfLogo.png}};}
\newcommand{\topconftitle}{%
\begin{frame}[plain]
\hspace*{-5mm}
\begin{tikzpicture}
\fill[white] (current page.south west) rectangle ($(current page.south east)+(0,1.2)$);
\fill[black] ($(current page.south west)+(0,1.2)$) rectangle ($(current page.south east)+(0,1.4)$);
\fill[topconfyellow] ($(current page.south west)+(0,1.4)$) rectangle (current page.north east);
\topconflogo
\node[topconfred,anchor=west] (title) at ($(current page.west)+(0.5,3)$) {\fontsize{22}{22}\selectfont\textbf{\inserttitle}\par};
\node (subtitle) [below=0.6 of title.west,anchor=west] {\fontsize{12}{12}\selectfont\insertsubtitle\par};
\node[topconfgrey,anchor=south west] (author) at ($(current page.south west)+(1,3.5)$) {Philip Baues, Thomas Str\"oder};
\node[topconfgrey] (company) [below=0.5 of author.west,anchor=west] {METRO};
%\node[anchor=south] (metro) at ($(current page.south)+(0,0.1)$) {\includegraphics[height=1cm]{pics/metro.png}};
\node[anchor=south] (metro) at ($(current page.south)+(0,0.1)$) {\includegraphics[height=1cm]{pics/Metronom.png}};
\end{tikzpicture}
\end{frame}
}
\newcommand{\topconfend}{%
\begin{frame}[plain]
\hspace*{-5mm}
\begin{tikzpicture}
\fill[white] (current page.south west) rectangle ($(current page.south east)+(0,1.2)$);
\fill[black] ($(current page.south west)+(0,1.2)$) rectangle ($(current page.south east)+(0,1.22)$);
\fill[topconfyellow] ($(current page.south west)+(0,1.22)$) rectangle (current page.north east);
\topconflogo
\node[topconfred,anchor=west] (name1) at ($(current page.west)+(0.5,1.5)$) {\large \textbf{Philip Bernardy}};
\node[topconfred] (name2) [below=0.5 of name1.west,anchor=west] {\large \textbf{Thomas Str\"oder}\phantom{y}};
\node[topconfred] (company) [below=of name2.west,anchor=west] {\large \textbf{METRONOM}};
\node[topconfred] (email1) [right=1.1 of name1.east,anchor=west] {\large \textbf{\url{[email protected]}}};
\node[topconfred] (email2) [below=0.5 of email1.west,anchor=west] {\large \textbf{\url{[email protected]}}};
\node[topconfred] (url) [below=of email2.west,anchor=west] {\large \textbf{\url{www.metronom.com}}};
\end{tikzpicture}
\end{frame}
}
\newcommand{\webshopexample}{%
\begin{frame}\frametitle{Drilled Down Webshop Example}
\centering
\includegraphics[width=.99\linewidth,height=.85\textheight,keepaspectratio]{pics/ExampleWebshop.png}
\end{frame}
}