[Lösung] (was: amsart: Ändere Font des titels)
Uwe Brauer <[email protected]>
| Newsgroups | gmane.comp.tex.german |
|---|---|
| Message-ID | <[email protected]> |
Hallo
Die Lösung kann dort gefunden werden.
%% https://tex.stackexchange.com/questions/668610/amsart-no-upcase-in-title-and-shorttitle-smaller-fonts-for-shorttitle
Keine Großbuchstaben zu verwenden war ausreichend.
Wenn hyperref verwendet wird, gibt es ein zusätzliches Problem
Uwe Brauer
\usepackage{etoolbox}
\providecommand\patchcs[1]{\expandafter\patchcmd\csname#1\endcsname}
\makeatletter
\patchcs{\@ifpackageloaded{hyperref}{HyOrg@}{}maketitle}
{\uppercasenonmath\shorttitle}{}{}{}
\patchcs{\@ifpackageloaded{hyperref}{HyOrg@}{}maketitle}
{\@nx\MakeUppercase{\the\toks@}}{\the\toks@}{}{}
\patchcmd{\@settitle}{\uppercasenonmath\@title}{}{}{}
\makeatother
--
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l