答案1
答案2
答案3
新TX:\usepackage{newtxtext,newtxmath}
新PX:\usepackage{newpxtext,newpxmath}
傅立叶:\usepackage{fourier}
这些示例是使用以下模板生成的,因此第二行(数学斜体)的字距不是数学公式中使用的字距;我选择这样做是为了更好地比较形状。
\documentclass{article}
\usepackage{<packages>}% specify font packages
\begin{document}
\def\AB{abcdefghijklmnopqrstuvwxyz}
{\itshape \uppercase\expandafter{\AB}\AB}
\sbox0{$a$}
{\the\textfont1 \uppercase\expandafter{\AB}\AB}
\end{document}