-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
39 lines (32 loc) · 884 Bytes
/
main.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
\documentclass{beamer}
\usepackage{unisa}
\title{Unofficial Beamer Template}
\author{Saleh Jamali Golzar}
\date{\today}
\begin{document}
\titlebackground{campus.jpg}
\makesection{Section 1}
\footertext{Important ref number 1.}
\begin{frame}{Title Sec 1}
Dont remove the pictures. Keep them at the root dir.
\begin{itemize}
\item Foo
\item Is
\item Bar.
\end{itemize}
\end{frame}
\makesection{Section 2}
\footertext{Important ref number 2.}
\begin{frame}{Title Sec 2}
This is the content.
\begin{itemize}
\item Bar
\item Is
\item Foo.
\end{itemize}
\end{frame}
\footertext{}
\begin{frame}{Last slide, no footnote.}
Did you notice? No section (full) page. No footnote either!
\end{frame}
\end{document}