bold small caps with mathpazo
- by user312728
The bold small caps don't work with mathpazo font. I am a issue with this macro for take in upper case a bold text : the text is never in upper case.
\documentclass{minimal}
\usepackage[sc,osf]{mathpazo}
\newcommand\normal{\fontseries{\ifx\f@series\bfdefault\then m \fi}\selectfont}
\makeatletter
\DeclareRobustCommand{\mytextsc}[1]{%
…