[latex3-commits] [git/LaTeX3-latex3-mathtools] master: Fixed other problem in Issue #30: missing tildes in error message. (f30af36)

daleif daleif at math.au.dk
Fri Dec 31 16:47:36 CET 2021


Repository : https://github.com/latex3/mathtools
On branch  : master
Link       : https://github.com/latex3/mathtools/commit/f30af36568b68b1dc745e8ee7dbeae3ab33cb944

>---------------------------------------------------------------

commit f30af36568b68b1dc745e8ee7dbeae3ab33cb944
Author: daleif <daleif at math.au.dk>
Date:   Fri Dec 31 16:47:36 2021 +0100

    Fixed other problem in Issue #30: missing tildes in error message.


>---------------------------------------------------------------

f30af36568b68b1dc745e8ee7dbeae3ab33cb944
 mathtools.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/mathtools.dtx b/mathtools.dtx
index 87ba14a..4f52019 100644
--- a/mathtools.dtx
+++ b/mathtools.dtx
@@ -3005,8 +3005,8 @@ colorlinks,
  % borrowed from fixltx2e
 \def\EQ_MakeRobust#1{%
   \@ifundefined{\expandafter\@gobble\string#1}{%
-    \@latex at error{The control sequence `\string#1' is undefined!%
-      \MessageBreak There is nothing here to make robust}%
+    \@latex at error{The~control~sequence~`\string#1'~is~undefined!%
+      \MessageBreak There~is~nothing~here~to~make~robust}%
     \@eha
   }%
   {%
@@ -3024,7 +3024,7 @@ colorlinks,
         \noexpand\protect\expandafter\noexpand
         \csname\expandafter\@gobble\string#1\space\endcsname}%
     }%
-    {\@latex at info{The control sequence `\string#1' is already robust}}%
+    {\@latex at info{The~control~sequence~`\string#1'~is~already~robust}}%
    }%
 }
 %    \end{macrocode}
@@ -3033,8 +3033,8 @@ colorlinks,
 %    \begin{macrocode}
 \def\forced_EQ_MakeRobust#1{%
   \@ifundefined{\expandafter\@gobble\string#1}{%
-    \@latex at error{The control sequence `\string#1' is undefined!%
-      \MessageBreak There is nothing here to make robust}%
+    \@latex at error{The~control~sequence~`\string#1'~is~undefined!%
+      \MessageBreak There~is~nothing~here~to~make~robust}%
     \@eha
   }%
   {%





More information about the latex3-commits mailing list.