-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinclude.tex
35 lines (27 loc) · 809 Bytes
/
include.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
% setup
\documentclass[hyperref={colorlinks=true},professionalfonts]{beamer}
% \usepackage[latin1]{inputenc}
\usepackage{listings}
\usepackage{hyperref}
\usepackage{graphicx}
% any shorthands
\newcommand{\us}[1]{ \_#1\_ } % we do so many underscored identifiers
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
% presentation configuration
\usetheme{Warsaw}
\usecolortheme{crane}
\title[Advanced Shibboleth Bootcamp]{Advanced Shibboleth topics}
\institute{\includegraphics[width=1in]{UF_Signature.pdf}}
\author{UF IT/CNS/Open Systems Group}
\date{\today}
% document
\begin{document}
\begin{frame}
\center{\includegraphics[width=1in]{logo.jpg}}
\titlepage
\center{
Eli Ben-Shoshan (\email{[email protected]}) \\
Martin Smith (\email{[email protected]}) \\
Laura Guazzelli (\email{[email protected]}) \\
}
\end{frame}