innertheme: add noframenumbering for section and titlepage

There is no need to increment the frame number for the titlepage and the
section page.
This commit is contained in:
Ronny Chevalier 2016-02-02 16:24:59 +01:00
parent fe28e21fcb
commit 0383c3e7e6
1 changed files with 3 additions and 3 deletions

View File

@ -268,7 +268,7 @@
\ifbeamer@inframe
\titlepage
\else
\frame[plain]{\titlepage}
\frame[plain,noframenumbering]{\titlepage}
\fi
}
\def\titlepage{%
@ -388,7 +388,7 @@
\ifbeamer@inframe
\sectionpage
\else
\frame[plain,c]{\sectionpage}
\frame[plain,c,noframenumbering]{\sectionpage}
\fi
}
}
@ -408,7 +408,7 @@
\ifbeamer@inframe
\sectionpage
\else
\frame[plain,c]{\sectionpage}
\frame[plain,c,noframenumbering]{\sectionpage}
\fi
}
}