summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex
blob: 4b97ca32923ea1813f229c81bd636db26833f35a (plain)
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
\begin{frame}[t,fragile]{Suggestions}
\begin{itemize}
\item To realize a frame it is possible use the environment \emph{frame} with top (t), center (c) or bottom (b) alignment: I suggest you to use the top alignment; this is the basic code\\
\verb!\begin{frame}[t]!\\
\verb!\end{frame}!
\item To make things easier, I have introduced a new environment which is able to have this property intrinsic:
\begin{verbatim}
\begin{tframe}
\end{tframe}
\end{verbatim}
\item If you have to insert some code using \emph{verbatim} or \emph{listings} \textbf{do not use} \emph{tframe} environment, but:\\
\verb!\begin{frame}[t,fragile]!\\
\verb!\end{frame}!
\end{itemize}
\end{frame}

\begin{tframe}{Thanks}
\begin{itemize}
\item I would like to thank people that, with precious hints, help me:
\begin{itemize}
\item Alessio Califano
\item Alessio Sanna
\item Luca De Villa Palù
\item Mariano \emph{Dave} Graziano
\item Giovanna Turvani
\end{itemize}
\item This project is dedicated to a special person, $\mathcal{V}alentina\; \mathcal{G}$:\\
\textit{'you will be forever part of my heart'}
\end{itemize}
\end{tframe}