Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Henrik Korsgaard
au-beamer-template
Commits
8155a069
Commit
8155a069
authored
Mar 07, 2022
by
Henrik Korsgaard
💬
Browse files
Added \protect to \insertframetitle to avoid breaking on [allowframebreaks]
parent
a136f3ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
beamerthemeaarhusuniversity.sty
View file @
8155a069
...
...
@@ -53,7 +53,7 @@
\defbeamertemplate
{
frametitle
}{
AUWhite
}{
%
\begin{textblock}
{
14
}
[0,1](0,1.5)
%
{
\color
{
white
}
\textbf
{
\huge\MakeUppercase\insertframetitle
}}
%
{
\color
{
white
}
\textbf
{
\huge\MakeUppercase
{
\protect
\insertframetitle
}}
}
%
\end{textblock}
\begin{textblock}
{
14
}
[0,0](1,2)
%
...
...
@@ -64,7 +64,7 @@
\defbeamertemplate
{
frametitle
}{
AUDark
}{
%
\begin{textblock}
{
14
}
[0,1](0,1.5)
%
{
\color
{
AUDark
}
\textbf
{
\huge\MakeUppercase\insertframetitle
}}
%
{
\color
{
AUDark
}
\textbf
{
\huge\MakeUppercase
{
\protect
\insertframetitle
}}
}
%
\end{textblock}
\begin{textblock}
{
14
}
[0,0](1,2)
%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment