Skip to content

Commit

Permalink
added \maketitle, \title, \author, \institute and \date to …
Browse files Browse the repository at this point in the history
…the exceptions for `ignorenonframetext` (#907)
  • Loading branch information
samcarter authored Jul 14, 2024
1 parent 6830b44 commit 226e0f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ a major and minor version only.

- unified usage of `(sub)section in head/foot` template in headlines
- simplify decision tree for `\beamer@howtotreatframe` (see #874)
- added `\maketitle`, `\title`, `\author`, `\institute` and `\date` to the exceptions for `ignorenonframetext`

### Fixed

Expand Down
5 changes: 5 additions & 0 deletions base/beamerbasemodes.sty
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
\ifx\beamer@nexttoken\subsection\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\subsubsection\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\part\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\maketitle\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\author\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\title\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\date\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\institute\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\article\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\mode\let\next=\beamer@stopoutsidemode\fi
\ifx\beamer@nexttoken\common\let\next=\beamer@stopoutsidemode\fi
Expand Down

0 comments on commit 226e0f7

Please sign in to comment.