diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-02 21:14:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-02 21:14:31 +0000 |
commit | 9583cf8867af613f1621b137c8c6d333b7a778d6 (patch) | |
tree | 068604e86fa3ae45161962b9f750bb7b84c35620 /Master/texmf-dist/tex/latex/beamer/beamerbasetitle.sty | |
parent | 3f5c36c82f7e0184c17f0d2674d6bb0618cb1aeb (diff) |
beamer (2sep18)
git-svn-id: svn://tug.org/texlive/trunk@48547 c570f23f-e606-0410-a88d-b1316a301751
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}} } |