我使用此代码在命令中添加一个额外的空格frqq
:
\let\oldfrqq\frqq
\renewcommand{\frqq}{\oldfrqq\xspace}
它可以编译,但在使用时会产生错误:
! Undefined control sequence
\frqq ->\oldfrqq \xspace
未定义oldfrqq
?我该如何让它工作?
答案1
错误告诉你\xspace
未定义,大概是因为你没有加载该名称的包
我使用此代码在命令中添加一个额外的空格frqq
:
\let\oldfrqq\frqq
\renewcommand{\frqq}{\oldfrqq\xspace}
它可以编译,但在使用时会产生错误:
! Undefined control sequence
\frqq ->\oldfrqq \xspace
未定义oldfrqq
?我该如何让它工作?
错误告诉你\xspace
未定义,大概是因为你没有加载该名称的包