diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-04 23:18:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-04 23:18:27 +0000 |
commit | e0b537dc2d01c232e33d914e5819fef66ed769a4 (patch) | |
tree | f007a60e9c10204a3b42290ae1a7f96e9f9de6ab /Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex | |
parent | 963f84feffa4aced809934a4c59f4c2bfdcb8d65 (diff) |
beamer2thesis (3nov11)
git-svn-id: svn://tug.org/texlive/trunk@24496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex index 964ebe8f749..e2805bfc31a 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex @@ -222,7 +222,7 @@ to put the logo in the title page \end{itemize} \end{frame} -\begin{frame}[t,fragile]{Supervisor and Assistant Supervisor} +\begin{frame}[t,fragile]{Supervisor and Assistant Supervisor}\label{secondrel} \begin{itemize} \item To insert the supervisor you just have to use the command \verb!\rel{name-surname}! \item There is also the possibility of report the Assistant supervisor: @@ -234,6 +234,23 @@ to put the logo in the title page \end{itemize} \end{frame} +\begin{frame}[t,fragile]{Second Supervisor and Assistant Supervisor} +There is also the possibility of insert more than one supervisor and assistant supervisor: +\begin{itemize} +\item set the options: +\begin{itemize} +\item \highlight{secondsupervisor} to true (default is false); +\item \highlight{secondassistantsupervisor} to true (default is false); +\end{itemize} +\item name can be inserted thanks to: +\begin{itemize} +\item \verb!\secondsupervisor! command; +\item \verb!\secondassistantsupervisor! command; this one can be exploited just when the \highlight{assistantsupervisor} option is set to true; +\end{itemize} +\item as usual, labels are set accordingly to the language used +\end{itemize} +\end{frame} + \begin{frame}[t,fragile]{Advantages and Disadvantages} Sometimes it is useful highlight advantages and disadvantages of a given argument: instead of list them by using the standard bullet, there is the possibility of exploit two new environments (\emph{adv} and \emph{disadv}). Usage: \begin{columns} |