diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-25 22:59:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-25 22:59:51 +0000 |
commit | 126b0d7e4e423777ec343b7350530e17ecbfc811 (patch) | |
tree | 84d9619e149fd3e00321176c689eded7cb408496 /Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty | |
parent | 5aa654d4ba7f9cc5edd8a09397f653fcc3dde5c5 (diff) |
beamer (18jun13)
git-svn-id: svn://tug.org/texlive/trunk@30943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty index 3c3b2b1a450..548f577b1a0 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty @@ -8,7 +8,7 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasetoc.sty,v 5ed0f4010e8a 2012/10/02 06:08:21 joseph $ +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasetoc.sty,v 0fdf5bc43be8 2013/05/23 07:10:57 joseph $ \mode <presentation> @@ -114,7 +114,11 @@ \expandafter\only\beamer@tocsections{\gdef\beamer@todo{% \beamer@tempcount=#5\relax% \advance\beamer@tempcount by\beamer@sectionadjust% - \edef\inserttocsectionnumber{\the\beamer@tempcount}% + \ifnum\beamer@tempcount>0 + \edef\inserttocsectionnumber{\the\beamer@tempcount}% + \else + \def\inserttocsectionnumber{}% + \fi% \def\inserttocsection{\hyperlink{Navigation#3}{#2}}% \beamer@tocifnothide{\ifnum\c@section=#1\beamer@toc@cs\else\beamer@toc@os\fi}% { @@ -174,7 +178,7 @@ { \beamer@saveanother% \gdef\beamer@todo{}% - \beamer@slideinframe=#2\relax% + \beamer@slideinframe=#1\relax% \expandafter\only\beamer@tocsections{\gdef\beamer@todo{% \ifbeamer@pausesubsections\pause\fi% \beamer@tempcount=#7% |