我最近注意到,使用 Palatino Linotype 字体时,数字\scshape
看起来非常小,如以下示例中的章节标题所示。有没有什么方法可以让数字看起来正常?
\documentclass{article}
% \usepackage{newpxtext}
\usepackage{fontspec}
\setmainfont{Palatino Linotype}
\usepackage{blindtext}
\usepackage{titlesec}
\titleformat{\section}
{\normalfont\Large\bfseries\scshape}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalfont\large\bfseries\scshape}{\thesubsection}{1em}{}
\begin{document}
\blinddocument
\end{document}