-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpdxpug-presentation.tex
More file actions
146 lines (115 loc) · 2.61 KB
/
pdxpug-presentation.tex
File metadata and controls
146 lines (115 loc) · 2.61 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
\documentclass{beamer}
\usetheme{postgres}
\setbeamertemplate{items}[circle]
\usepackage[orientation=landscape,size=custom,width=16,height=9,scale=0.5]{beamerposter}
\usepackage{ulem}
\usepackage{graphicx}
% Title page starts here.
\title{PDXPUG}
\subtitle{Portland PostgreSQL Users Group}
\author[gorthx markwkm]{Gabrielle Roth - gorthx@gmail.com\\Mark Wong - markwkm@postgresql.org}
%\institute{Portland State University}
\date{September 6, 2014}
%\titlegraphic{\centering\includegraphics[width=4cm]{pdxpug-logo.png}}
\begin{document}
\frame
{
\begin{center}
\includegraphics[scale=1]{pdxpug-logo.png}
\end{center}
}
\frame{\titlepage}
\setbeamertemplate{footline}[postgres body]
\frame[containsverbatim]
{
% \frametitle{ASCII Elephant}
\begin{verbatim}
__ __
/ \~~~/ \ . o O ( OHAI! Let me introduce myself! )
,----( oo )
/ \__ __/
/| (\ |(
^ \ /___\ /\ |
|__| |__|-"
\end{verbatim}
}
\frame
{
\begin{center}
What is
\end{center}
\begin{center}
\huge{PDXPUG}
\end{center}
\begin{center}
?
\end{center}
}
\frame
{
\frametitle{Pug}
\begin{center}
\includegraphics[width=\textheight]{Pug_portrait.jpg}
\end{center}
}
\frame
{
\frametitle{Portland Puppet User Group}
\begin{center}
\includegraphics[width=\textheight]{Puppet_Labs_Logo.png}
\end{center}
}
\frame
{
\frametitle{Portland PostgreSQL Users Group}
\begin{center}
\includegraphics[width=8cm]{chelnik-pyramid.jpg}
\end{center}
}
\frame
{
\frametitle{Meeting Topics}
\begin{center}
\includegraphics[width=\textwidth]{tag-cloud.png}
\end{center}
}
\frame
{
\frametitle{Contact Details}
Website: www.pdxpug.org
Twitter: @pdxpug
Mailing List: pdxpug@postgresql.org
When: Every 3rd Thursday of the month, most of the year
Where: Hosted by Iovation in the US Bank Tower in downtown Portland
}
\frame
{
\frametitle{See More Crochet Elephants}
\begin{center}
\huge \url{chelnik.tumblr.com}
\end{center}
}
\frame[containsverbatim]
{
\frametitle{Acknowledgements}
Hayley Jane Wakenshaw\\
\begin{verbatim}
__ __
/ \~~~/ \ . o O ( Thank you! )
,----( oo )
/ \__ __/
/| (\ |(
^ \ /___\ /\ |
|__| |__|-"
\end{verbatim}
}
\frame
{
\frametitle{License}
This work is licensed under a Creative Commons Attribution 3.0
Unported License. To view a copy of this license, (a) visit
\url{http://creativecommons.org/licenses/by/3.0/us/}; or, (b) send a
letter to Creative Commons, 171 2nd Street, Suite 300, San Francisco,
California, 94105, USA.
}
\end{document}