-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtitle.tex
38 lines (25 loc) · 895 Bytes
/
title.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
\newmdenv[tikzsetting={draw=black,fill=white,fill opacity=0.7, line width=4pt},backgroundcolor=none,leftmargin=0,rightmargin=0,innertopmargin=4pt]{Conference}
\newmdenv[tikzsetting={draw=black,fill=white,fill opacity=0.7, line width=4pt},backgroundcolor=none,leftmargin=0,rightmargin=0,innertopmargin=4pt,skipbelow=\baselineskip,%
skipabove=\baselineskip]{TitleBox}
\title{\large Introduction to Functional Programming}
\institute[Data61]{Data61, CSIRO}
{
\usebackgroundtemplate{\includegraphics[width=1.0\paperwidth]{image/lambda.png}}
\begin{frame}[plain]
\begin{TitleBox}
\begin{center}
{\huge \inserttitle}
\hspace{1em}
{\huge \insertsubtitle}
\end{center}
\end{TitleBox}
\vspace{3em}
\begin{Conference}
\begin{center}
\tiny{UQCS, August 2019}
\hspace{1em}
{\insertauthor}
\end{center}
\end{Conference}
\end{frame}
}