我正在使用该times
软件包,_
在斜体大写字母前使用下划线时,它会重叠。是否可以在下划线右侧留出少量空间,或者将其稍微向左移动?使用其他字体(例如 utopia)不会出现此问题,但我想times
在文档中使用。
答案1
\documentclass{report}
%\usepackage[T1]{fontenc}%% Should be loaded
\usepackage{mathptmx}
\begin{document}
\Huge
\textit{T\_L}
\fontencoding{T1}\selectfont
\textit{T\_L}
\end{document}
答案2
为了使下划线字符与周围字符垂直对齐,我在样式文件中添加了以下定义:
\def\_{\leavevmode \ifmmode\else\kern0.16em R\fi \vbox{\hrule
width0.5em}\tiny\ \normalsize}
这招奏效了: