答案1
默认定义使用打字机字体,该字体与 OT1 的罗马字体编码略有不同。添加 \ttfamily 或加载 T1 编码(无论如何都推荐)或两者兼而有之。
\documentclass{article}
\usepackage[left]{showlabels}
%\usepackage[T1]{fontenc}
\renewcommand{\showlabelfont}{\ttfamily\tiny}
\begin{document}
\begin{equation} x = a + b \label{eqn:a_b} \end{equation}
\end{document}