summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
index 510fbd85b85..d46c503218b 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /home/vedran/bitbucket/beamer/base/beamerbasesection.sty,v 6feac3ddebc1 2010/05/06 17:54:55 joseph $
+\ProvidesPackageRCS $Header: /home/vedranm/bitbucket/beamer/base/beamerbasesection.sty,v 717e481ca47a 2010/06/12 11:33:01 rivanvx $
\mode
<all>
@@ -229,6 +229,7 @@
%
% Subsection Definitions
%
+\def\subsectionname{\translate{Subsection}}
\newcounter{subsection}[section]
\renewcommand\thesubsection{\@arabic\c@subsection}
@@ -270,6 +271,8 @@
\beamer@resumemode}
\def\insertsubsection{}
+\def\insertsubsectionnumber{\@arabic\c@subsection}
+
\def\beamer@untitledsubsection{%
\refstepcounter{subsection}%
\def\insertsubsection{}%
@@ -316,7 +319,7 @@
{%
\long\def\subsubsecname{#2}%
\addtocontents{toc}{\protect\beamer@subsubsectionintoc%
- {\the\c@part}{\the\c@section}{\the\c@subsection}{\the\c@subsubsection}{\the\c@page}{\the\beamer@tocsectionnumber}{#2}}%
+ {\the\c@section}{\the\c@subsection}{\the\c@subsubsection}{#2}{\the\c@page}{\the\c@part}{\the\beamer@tocsectionnumber}}%
}%
\addtocontents{nav}{\protect\headcommand{\protect\beamer@subsubsectionentry%
{\the\c@part}{\the\c@section}{\the\c@subsection}{\the\c@subsubsection}{\the\c@page}{\subsubsecname}}}%