diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty index 067c69f99ca..63a55123fbb 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty @@ -237,7 +237,7 @@ \def\beamer@shortinstitute{#1}} \institute{} -\def\beamer@instinst#1{{\donotcoloroutermaths$^{#1}$}\ignorespaces} +\def\beamer@instinst#1{\textsuperscript{#1}\ignorespaces} \def\beamer@andinst{\\[1em]} \newcommand\insertshortinstitute[1][]{% @@ -261,7 +261,7 @@ \fi \providecommand\and{\unskip, } - \providecommand\inst[1]{$^{#1}$} + \providecommand\inst[1]{\textsuperscript{#1}} } |