小型大写字母 ( \scshape
) 比小写字母大(高度和宽度)。如何让它们大小一致?
最小示例:
\documentclass{article}
\begin{document}
Default: \textsc{a}a, \textsc{b}b, \textsc{c}c \dots
Solution should look more like this: \textsc{\footnotesize a}a,
\textsc{\footnotesize b}b, \textsc{\footnotesize c}c \dots
\end{document}