[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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.