diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex new file mode 100644 index 00000000000..4b97ca32923 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex @@ -0,0 +1,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} + |