答案1
该宏\Longrightarrow
用于\Relbar
制作更长的箭头;它只是 定义的“标准等号” amsmath
。
但是,\textfont0
除非您使用字体主题,否则这将使用与标准字体系列绑定的professionalfonts
字体。比较带有注释和不带有注释的输出
\documentclass{beamer}
%\usefonttheme{professionalfonts}
\usepackage{kpfonts}
%
\begin{document}
\begin{frame}
$A\Longrightarrow B$
\scriptsize
\texttt{\meaning\Longrightarrow}
\texttt{\meaning\Relbar}
\texttt{\expandafter\meaning\csname std@equal\endcsname}
\texttt{\fontname\textfont0}
\end{frame}
\end{document}