diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-07 23:17:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-07 23:17:41 +0000 |
commit | 92c1851e699624bcecc2806d8055711303d9ccae (patch) | |
tree | c18fcf5cb09f2ffa376fd9ce6b6ea04dad29f1f6 /Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty | |
parent | bbcbb14741b5bfaa963c8363e8831efca2d4ebf7 (diff) |
beamer2thesis (7oct11)
git-svn-id: svn://tug.org/texlive/trunk@24238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty b/Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty index 1c6af1ce283..b65c634e126 100644 --- a/Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty +++ b/Master/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty @@ -32,15 +32,7 @@ \newlength{\beamer@torinoth@line} \setlength{\beamer@torinoth@line}{.03\paperheight} \newlength{\beamer@torinoth@box} -\newlength{\beamer@torinoth@textbox} -\setlength{\beamer@torinoth@textbox}{\widthof{Evaluation text to be compared with the title}} -\newlength{\beamer@torinoth@titlelength} -\setlength{\beamer@torinoth@titlelength}{\widthof{\string\inserttitle}} -\ifdim\beamer@torinoth@titlelength>\beamer@torinoth@textbox - \setlength{\beamer@torinoth@box}{.02\paperheight} -\else - \setlength{\beamer@torinoth@box}{.015\paperheight} -\fi +\setlength{\beamer@torinoth@box}{.015\paperheight} % Footer \defbeamertemplate*{footline}{torinoth theme} @@ -64,7 +56,7 @@ \def\beamer@torinoth@separator{-}% % Check if there are two candidates \def\beamer@torinoth@secondcandtext{true}% - \ifx\beamer@torinoth@secondcandidateoption\beamer@torinoth@secondcandtext% + \ifx\beamer@torinoth@secondcandidate\beamer@torinoth@secondcandtext% \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@torinoth@box,dp=0pt]{}% \end{beamercolorbox}% \begin{beamercolorbox}[wd=.6\paperwidth,ht=\beamer@torinoth@box,dp=0pt,center,rounded=true,shadow=true]{footerbox}% |