有 \die 命令吗?

有 \die 命令吗?

是否有命令可以生成我选择的错误或警告?我打算将其放在 中\ifthenelse,这样它就不可能是语法错误。

答案1

有命令\GenericInfo\GenericWarning\GenericError。对于类和包编写者,还有\Class…\Package…等价命令,详见clsguide

一个例子:

\documentclass{minimal}

\GenericWarning{}{A simple warning}

\GenericError{(cont.)\space\space}
  {This is a\MessageBreak
    multi-line error\MessageBreak
    message}
  {Describe here where to go for more information}
  {This is the error help (type H to see me)}

\begin{document}
\end{document}

相关内容