ifstrempty 总是返回 False

ifstrempty 总是返回 False

以下最小示例会产生问题:

\usepackage{etoolbox}

\newcommand{\foo}{}
\begin{document}

    \ifstrempty{\foo}{True}{False} % This is always False
\end{document}

为什么ifstrempty总是False?

相关内容