From e0b537dc2d01c232e33d914e5819fef66ed769a4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Nov 2011 23:18:27 +0000 Subject: beamer2thesis (3nov11) git-svn-id: svn://tug.org/texlive/trunk@24496 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/beamer2thesis/beamer2thesis.pdf | Bin 143093 -> 147622 bytes .../doc/latex/beamer2thesis/beamer2thesis.tex | 4 +- .../doc/latex/beamer2thesis/beamer2thesis_ita.pdf | Bin 141863 -> 146395 bytes .../doc/latex/beamer2thesis/beamer2thesis_ita.tex | 6 +- .../doc/latex/beamer2thesis/content_end.tex | 16 +- .../doc/latex/beamer2thesis/content_end_ita.tex | 16 +- .../doc/latex/beamer2thesis/content_initial.tex | 19 +- .../latex/beamer2thesis/content_initial_ita.tex | 17 ++ .../beamer2thesis/beamerinnerthemetorinoth.sty | 265 +++++++++++++++------ .../latex/beamer2thesis/beamerthemeTorinoTh.sty | 2 + 10 files changed, 259 insertions(+), 86 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf index 561e206e235..fd04d50f636 100644 Binary files a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf and b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex index 191b73a64e4..e9962185a05 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis.tex @@ -1,10 +1,10 @@ \documentclass{beamer} \usetheme[titlepagelogo=logopolito,% Logo for the first page - ]{TorinoTh} + ]{TorinoTh} \author{Claudio Fiandrino} \rel{Mario Rossi} -\title{Beamer2Thesis 2.1, thesis theme for Beamer} +\title{Beamer2Thesis 2.1, thesis theme for Beamer } \ateneo{Politecnico di Torino} \date{\today} diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf index 2b913b9479b..c57755133c1 100644 Binary files a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf and b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex index 5faae9cb591..e20904099dc 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/beamer2thesis_ita.tex @@ -10,7 +10,7 @@ \rel{Mario Rossi} \title{Beamer2Thesis 2.1, thesis theme for Beamer} \ateneo{Politecnico di Torino} -\date{\today} +\date{2 Novembre 2011} \begin{document} \input{content_initial_ita.tex} @@ -48,8 +48,8 @@ Ad esempio: Se volete evidenziare il vostro testo al di fuori dell'ambiente \emph{itemize}, Beamer2Thesis offre le seguenti possibilità: \begin{itemize} \item il comando standard \verb!\alert{testo}!: evidenzia semplicemente il vostro \alert{testo} -\item the command \verb!\highlight{testo}!: evidenzia il vostro \highlight{testo} rendendolo corsivo -\item the command \verb!\highlightbf{testo}!: evidenzia il vostro \highlightbf{testo} in grassetto +\item il comando \verb!\highlight{testo}!: evidenzia il vostro \highlight{testo} rendendolo corsivo +\item il comando \verb!\highlightbf{testo}!: evidenzia il vostro \highlightbf{testo} in grassetto \end{itemize} Ovviamente, il colore utilizzato è quello da voi scelto nel preambolo. \end{frame} diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex index 1f89ba26f0f..881d07a03cf 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_end.tex @@ -54,6 +54,20 @@ text \end{itemize} \end{frame} +\begin{frame}[t,fragile]{Suggestions (III)} +\begin{itemize} +\item From version 2.1, just when you use the option \highlight{language} italian, the command \verb!\today! does not work properly because the translation of the language is not automatic. Therefore, I suggest you to insert the date in a more \emph{traditional} way: +\begin{itemize} +\item \verb!\date{day Month year}! +\end{itemize} +For example: +\begin{itemize} +\item \verb!\date{2 November 2011}! +\end{itemize} +\item In case there are more than two supervisors or assistansupervisors, I suggest you to insert them through commands reported in \ref{secondrel} and separate names thanks to a comma. +\end{itemize} +\end{frame} + \begin{tframe}{On Facebook} The relevance of Facebook is known to everybody: due to this reason, you can find: \begin{itemize} @@ -76,7 +90,7 @@ Here are shortly reported the main features of the releases: \end{itemize} \item release 2.1: \begin{itemize} -\item coding option. +\item coding option, second supervisor, second assistantsupervisor. \end{itemize} \end{itemize} \end{tframe} diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex index c0905bcfa73..3008f4de23e 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_end_ita.tex @@ -54,6 +54,20 @@ text \end{itemize} \end{frame} +\begin{frame}[t,fragile]{Suggerimenti (III)} +\begin{itemize} +\item Dalla versione 2.1, soltanto utilizzando l'opzione \highlight{language} italian, il comando \verb!\today! non funziona correttamente in quanto non viene tradotto automaticamente. Si consiglia pertando di inserire la data in modo \emph{tradizionale} con: +\begin{itemize} +\item \verb!\date{giorno Mese anno}! +\end{itemize} +Ad esempio: +\begin{itemize} +\item \verb!\date{2 Novembre 2011}! +\end{itemize} +\item In caso si abbiano più di due relatori o correlatori, suggerisco di inserirli con i comandi riportati in slide \ref{secondrel} separati da una virgola. +\end{itemize} +\end{frame} + \begin{tframe}{Su Facebook} La rilevanza di Facebook, ad oggi, è nota a tutti: per questo motivo, esistono: \begin{itemize} @@ -76,7 +90,7 @@ Di seguito sono riportate le principali caratteristiche delle versioni: \end{itemize} \item versione 2.1: \begin{itemize} -\item opzione sulla codifica. +\item opzione sulla codifica, secondo relatore, secondo correlatore. \end{itemize} \end{itemize} \end{tframe} 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} diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex index c49aaddfec2..dcd6856b941 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial_ita.tex @@ -220,6 +220,23 @@ Un avviso: il programma non controlla eventuali errori di inserimento ed è comp \end{itemize} \end{frame} +\begin{frame}[t,fragile]{Secondo Relatore e Correlatore}\label{secondrel} +Esiste la possibilità di inserire un secondo relatore e correlatore: +\begin{itemize} +\item grazie alle opzioni: +\begin{itemize} +\item \highlight{secondsupervisor} settato a true (default is false) +\item \highlight{secondassistantsupervisor} settato a true (default is false) +\end{itemize} +\item i nomi possono essere inseriti con: +\begin{itemize} +\item il comando \verb!\secondsupervisor! per il relatore +\item il comando\verb!\secondassistantsupervisor! per il correlatore; in questo caso, si può utilizzare questo comando soltanto se l'opzione \highlight{assistantsupervisor} è true +\end{itemize} +\item come sempre, le label si aggiornano correttamente a seconda della lingua scelta e al plurale +\end{itemize} +\end{frame} + \begin{frame}[t,fragile]{Vantaggi e Svantaggi} A volte è utile evidenziare vantaggi e svantaggi di un determinato argomento: anzichè elencarli con gli ambienti normali, esiste la possibilità di impiegare due nuovi ambienti (\emph{adv} and \emph{disadv}). Il metodo di utilizzo è il seguente: \begin{columns} diff --git a/Master/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty b/Master/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty index 541a491750e..c62d76ea27d 100644 --- a/Master/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty +++ b/Master/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty @@ -31,10 +31,18 @@ \DeclareOptionBeamer{secondcandidate}[true]{\def\beamer@torinoth@secondcandidate{#1}} \ExecuteOptionsBeamer{secondcandidate=false} +% Second supervisor +\DeclareOptionBeamer{secondsupervisor}[true]{\def\beamer@torinoth@secondsupervisor{#1}} +\ExecuteOptionsBeamer{secondsupervisor=false} + % Assistant supervisor \DeclareOptionBeamer{assistantsupervisor}[true]{\def\beamer@torinoth@assistantsupervisor{#1}} \ExecuteOptionsBeamer{assistantsupervisor=false} +% Second assistant supervisor +\DeclareOptionBeamer{secondassistantsupervisor}[true]{\def\beamer@torinoth@secondassistantsupervisor{#1}} +\ExecuteOptionsBeamer{secondassistantsupervisor=false} + % Bullet shape \DeclareOptionBeamer{bullet}{\def\beamer@torinoth@bullet{#1}} \ExecuteOptionsBeamer{bullet=circle} @@ -61,6 +69,12 @@ % Supervisor \def\rel#1{\gdef\@rel{#1}} +% Second supervisor + \def\beamer@torinoth@secondsuptext{true}% + \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext% + \def\secondsupervisor#1{\gdef\@secondsupervisor{#1}}% + \fi + % Second candidate \def\beamer@torinoth@secondcandtext{true}% \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext% @@ -71,6 +85,11 @@ \def\beamer@torinoth@assistantsupervisortext{true}% \ifx\beamer@torinoth@assistantsupervisortext\beamer@torinoth@assistantsupervisor% \def\assistantsupervisor#1{\gdef\@assistantsupervisor{#1}}% + % Second assistant supervisor + \def\beamer@torinoth@secondassistantsuptext{true}% + \ifx\beamer@torinoth@secondassistantsupervisor\beamer@torinoth@secondassistantsuptext% + \def\secondassistantsupervisor#1{\gdef\@secondassistantsupervisor{#1}}% + \fi \fi % Margins @@ -136,105 +155,195 @@ \usebeamerfont{title}\inserttitle\par% \end{beamercolorbox}% \end{centering} - \vskip0.5em\par% + + \vskip0.75em\par% % definitions \def\beamer@torinoth@italiantext{italian}% \begin{columns} +%%%%%%%%%%%%%%%%%%% % First column \column{.5\paperwidth}% - % Supervisor-language-check - \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% - \def\beamer@torinoth@superv{Relatore}% - \else% - \def\beamer@torinoth@superv{Supervisor}% - \fi% - % Assistant-supervisor-language-check - \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% - \def\beamer@torinoth@assistantsupervisorlabel{Correlatore}% + % Definition of labels + % Supervisor-number-check + \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext% + % Supervisor-language-check + \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% + \def\beamer@torinoth@superv{Relatori}% + \else% + \def\beamer@torinoth@superv{Supervisors}% + \fi% + \else% + % Supervisor-language-check + \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% + \def\beamer@torinoth@superv{Relatore}% + \else% + \def\beamer@torinoth@superv{Supervisor}% + \fi% + \fi% + % Assistant Supervisor-number-check + \ifx\beamer@torinoth@secondassistantsupervisor\beamer@torinoth@secondassistantsuptext% + % Assistant-supervisor-language-check + \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% + \def\beamer@torinoth@assistantsupervisorlabel{Correlatori}% + \else% + \def\beamer@torinoth@assistantsupervisorlabel{Assistant Supervisors}% + \fi% + \else% + % Assistant-supervisor-language-check + \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% + \def\beamer@torinoth@assistantsupervisorlabel{Correlatore}% + \else% + \def\beamer@torinoth@assistantsupervisorlabel{Assistant Supervisor}% + \fi% + \fi% + %%%%%%%%%%%%%%%%% + % Placement of labels + % Assistant-supervisor-check + \ifx\beamer@torinoth@assistantsupervisor\beamer@torinoth@assistantsupervisortext% + % Number assistant supervisor check + \ifx\beamer@torinoth@secondassistantsupervisor\beamer@torinoth@secondassistantsuptext% + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel} + \usebeamerfont{definition}\beamer@torinoth@superv% + \end{beamercolorbox} + \vskip-0.25em% + \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@rel% + \end{beamercolorbox} + \vskip-0.25em% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@secondsupervisor% + \end{beamercolorbox} + \vspace{\stretch{0.6}}% + \else + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@rel% + \end{beamercolorbox} + \vspace{\stretch{0.6}}% + \fi + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel} + \usebeamerfont{definition}\beamer@torinoth@assistantsupervisorlabel% + \end{beamercolorbox} + \begin{beamercolorbox}[ht=0.06\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@assistantsupervisor% + \end{beamercolorbox} + \begin{beamercolorbox}[ht=0.05\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@secondassistantsupervisor% + \end{beamercolorbox} + \vskip-1.75em% + \else% + \vspace{\stretch{0.6}}% + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel} + \usebeamerfont{definition}\beamer@torinoth@superv% + \end{beamercolorbox} + \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@rel% + \end{beamercolorbox} + \vskip-0.25em% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@secondsupervisor% + \end{beamercolorbox} + \vspace{\stretch{0.6}}% + \else% + + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@rel% + \end{beamercolorbox} + \vspace{\stretch{0.6}}% + \fi + \begin{beamercolorbox}[ht=0.07\paperheight,sep=8pt,center,#1]{rel} + \usebeamerfont{definition}\beamer@torinoth@assistantsupervisorlabel% + \end{beamercolorbox} + \begin{beamercolorbox}[ht=0.06\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@assistantsupervisor% + \end{beamercolorbox} + %\vskip-2em% + \fi% \else% - \def\beamer@torinoth@assistantsupervisorlabel{Assistant Supervisor}% + \vspace{\stretch{0.25}}% + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{rel} + \usebeamerfont{definition}\beamer@torinoth@superv% + \end{beamercolorbox} + + \ifx\beamer@torinoth@secondsupervisor\beamer@torinoth@secondsuptext% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@rel% + \end{beamercolorbox} + \vspace{\stretch{0.5}}% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@secondsupervisor% + \end{beamercolorbox} + \vspace{\stretch{0.75}}% + \else% + \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% + \usebeamerfont{person}\@rel% + \end{beamercolorbox} + \vspace{\stretch{1}}% + \fi% \fi% - % Assistant-supervisor-check - \def\beamer@torinoth@assistantsupervisortext{true}% - \ifx\beamer@torinoth@assistantsupervisor\beamer@torinoth@assistantsupervisortext% - \begin{beamercolorbox}[ht=0.085\paperheight,sep=8pt,center,#1]{rel} - \usebeamerfont{definition}\beamer@torinoth@superv% - \end{beamercolorbox} - \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% - \usebeamerfont{person}\@rel% - \end{beamercolorbox} - \vspace{\stretch{1}}% - \begin{beamercolorbox}[ht=0.09\paperheight,sep=8pt,center,#1]{rel} - \usebeamerfont{definition}\beamer@torinoth@assistantsupervisorlabel% - \end{beamercolorbox} - \begin{beamercolorbox}[ht=0.065\paperheight,sep=8pt,center,#1]{rel}% - \usebeamerfont{person}\@assistantsupervisor% - \end{beamercolorbox} - \else - \begin{beamercolorbox}[sep=8pt,center,#1]{rel} - \usebeamerfont{definition}\beamer@torinoth@superv% - \end{beamercolorbox} - \vskip-0.5em% - \begin{beamercolorbox}[sep=8pt,center,#1]{rel}% - \usebeamerfont{person}\@rel% - \end{beamercolorbox} - \fi % Second column \column{.5\paperwidth}% + % Definitions % Number-candidates-check - \def\beamer@torinoth@secondcandtext{true}% - \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext% - % Candidate-language-check - \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% - \def\beamer@torinoth@cand{Candidati}% - \else% - \def\beamer@torinoth@cand{Candidates}% - \fi% - \else% - % Candidate-language-check - \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% - \def\beamer@torinoth@cand{Candidato}% - \else% - \def\beamer@torinoth@cand{Candidate}% - \fi% - \fi% - \def\beamer@torinoth@secondcandtext{true}% - \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext% - \begin{beamercolorbox}[sep=8pt,center,#1]{author} - \usebeamerfont{definition}\beamer@torinoth@cand% - \end{beamercolorbox} - \vskip-0.5em% - % First-candidate - \begin{beamercolorbox}[sep=8pt,center,#1]{author} - \usebeamerfont{person}\insertauthor% - \end{beamercolorbox} - \vskip-0.5em% - % Second-candidate - \begin{beamercolorbox}[sep=8pt,center,#1]{author} - \usebeamerfont{person}\@secondcandidate% - \end{beamercolorbox} - \else% - \begin{beamercolorbox}[sep=8pt,center,#1]{author} - \usebeamerfont{definition}\beamer@torinoth@cand% - \end{beamercolorbox} - \vskip-0.5em% - % First-candidate - \begin{beamercolorbox}[sep=8pt,center,#1]{author} - \usebeamerfont{person}\insertauthor% - \end{beamercolorbox} - \fi + \def\beamer@torinoth@secondcandtext{true}% + \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext% + % Candidate-language-check + \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% + \def\beamer@torinoth@cand{Candidati}% + \else% + \def\beamer@torinoth@cand{Candidates}% + \fi% + \else% + % Candidate-language-check + \ifx\beamer@torinoth@language\beamer@torinoth@italiantext% + \def\beamer@torinoth@cand{Candidato}% + \else% + \def\beamer@torinoth@cand{Candidate}% + \fi% + \fi% + %%%%%%%%%%%%%%%%% + % Placement of labels + \vskip-0.5em% + \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext% + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{author} + \usebeamerfont{definition}\beamer@torinoth@cand% + \end{beamercolorbox} + \vskip-0.5em% + % First-candidate + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{person}\insertauthor% + \end{beamercolorbox} + \vskip-0.5em% + % Second-candidate + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{person}\@secondcandidate% + \end{beamercolorbox} + \else% + \begin{beamercolorbox}[ht=0.075\paperheight,sep=8pt,center,#1]{author} + \usebeamerfont{definition}\beamer@torinoth@cand% + \end{beamercolorbox} + \vskip-0.5em% + % First-candidate + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{person}\insertauthor% + \end{beamercolorbox} + \fi \end{columns} + % Selection of space to skip for the date label \def\beamer@torinoth@assistantsupervisortextf{false}% \ifx\beamer@torinoth@assistantsupervisor\beamer@torinoth@assistantsupervisortextf% \vskip1.5em% + \else + \vskip-1.35em% \fi % Date \begin{centering} \begin{beamercolorbox}[sep=8pt,center,#1]{date}% - \usebeamerfont{date}\insertdate% + \usebeamerfont{date}\insertdate{}% \end{beamercolorbox}%\vskip0.5em \end{centering} \vfill diff --git a/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty b/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty index c315209adda..b482e5f4823 100644 --- a/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty +++ b/Master/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty @@ -19,9 +19,11 @@ \DeclareOptionBeamer{titleline}[false]{\PassOptionsToPackage{titleline=#1}{beamerouterthemetorinoth}} \DeclareOptionBeamer{color}{\PassOptionsToPackage{color=#1}{beamercolorthemetorinoth}} \DeclareOptionBeamer{secondcandidate}[true]{\PassOptionsToPackage{secondcandidate=#1}{beamerinnerthemetorinoth}} +\DeclareOptionBeamer{secondsupervisor}[true]{\PassOptionsToPackage{secondsupervisor=#1}{beamerinnerthemetorinoth}} \DeclareOptionBeamer{secondlogo}[true]{\PassOptionsToPackage{secondlogo=#1}{beamerinnerthemetorinoth}} \DeclareOptionBeamer{thirdlogo}[true]{\PassOptionsToPackage{thirdlogo=#1}{beamerinnerthemetorinoth}} \DeclareOptionBeamer{assistantsupervisor}[true]{\PassOptionsToPackage{assistantsupervisor=#1}{beamerinnerthemetorinoth}} +\DeclareOptionBeamer{secondassistantsupervisor}[true]{\PassOptionsToPackage{secondassistantsupervisor=#1}{beamerinnerthemetorinoth}} \DeclareOptionBeamer{notshowauthor}[true]{\PassOptionsToPackage{notshowauthor=#1}{beamerouterthemetorinoth}} \DeclareOptionBeamer{coding}{\def\beamer@torinoth@coding{#1}} \ExecuteOptionsBeamer{coding=utf8x} -- cgit v1.2.3