On 12/27/2018 11:18 AM, Wolfgang Schuster wrote:
Hi Hans,

the definitions for \quad, \qquad and \enskip need a \relax at the end.

-   \unexpanded\def\enskip{\hskip.5\emwidth}
-   \unexpanded\def\quad  {\hskip  \emwidth}
-   \unexpanded\def\qquad {\hskip 2\emwidth}
+   \unexpanded\def\enskip{\hskip.5\emwidth\relax}
+    \unexpanded\def\quad  {\hskip  \emwidth\relax}
+   \unexpanded\def\qquad {\hskip 2\emwidth\relax}
indeed

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to