![小文字を小文字と同じサイズにする](https://rvso.com/image/327785/%E5%B0%8F%E6%96%87%E5%AD%97%E3%82%92%E5%B0%8F%E6%96%87%E5%AD%97%E3%81%A8%E5%90%8C%E3%81%98%E3%82%B5%E3%82%A4%E3%82%BA%E3%81%AB%E3%81%99%E3%82%8B.png)
小文字大文字(\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}