使用\usepackage[T1]{fontenc}
使用粗体小写字母,但缺点是文本模糊。是否可以使用那些在局部使用粗体小型大写字母(例如,与使用 产生的效果相反\usepackage{bold-extra}
),比如在章节标题中,而不会产生 的任何全局效果\usepackage[T1]{fontenc}
?
梅威瑟:
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\begin{document}
This text is blurry
\textbf{\scshape\huge But at least this text is bold small caps suitable for a heading}
\end{document}