First tests for presentation
This commit is contained in:
parent
b819405115
commit
8e901e699f
4 changed files with 32 additions and 0 deletions
BIN
images/agenda.png
Normal file
BIN
images/agenda.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
BIN
images/inv-test.png
Normal file
BIN
images/inv-test.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
images/soggetti.png
Normal file
BIN
images/soggetti.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
32
presentazione/main.tex
Normal file
32
presentazione/main.tex
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage{svg}
|
||||||
|
\usetheme{Berkeley}
|
||||||
|
\usecolortheme{seahorse}
|
||||||
|
|
||||||
|
\title{Extended school intership at \textit{Agomir S.p.A.}}
|
||||||
|
\author{Claudio Maggioni}
|
||||||
|
\institute{I.I.S. A. Badoni}
|
||||||
|
\date{Tesi di maturità, A.S. 2017-2018}
|
||||||
|
\logo{\includesvg[height=1cm]{../images/logo}}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\frame{\titlepage}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{\textit{InteGRa Mobile}}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.3\textwidth]{../images/soggetti.png}
|
||||||
|
\includegraphics[width=0.3\textwidth]{../images/inv-test.png}
|
||||||
|
\includegraphics[width=0.3\textwidth]{../images/agenda.png}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\frametitle{Sample frame title}
|
||||||
|
This is a text in first frame. This is a text in first frame.
|
||||||
|
This is a text in first frame.
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
\end{document}
|
||||||
|
|
Reference in a new issue