Hans Hagen schrieb am 30.11.2019 um 18:58:
On 11/30/2019 11:35 AM, Wolfgang Schuster wrote:
Hi,

there is a extra "s" at the end of each \lastnamedcs.

\def\pack_layers_flush_double#1%
   {\startoverlay
      {\ifcsname\??layerbox\currentlayer\endcsname
-       \ifvoid\lastnamedcss\else \chardef\b_layer_two\lastnamedcs
+       \ifvoid\lastnamedcs\else \chardef\b_layer_two\lastnamedcs
\pack_layers_flush_indeed\plusone\currentlayer\b_layer_two
         \fi
       \fi}%
      {\ifcsname\??layerbox\currentlayer:\the\realpageno\endcsname
-       \ifvoid\lastnamedcss\else \chardef\b_layer_two\lastnamedcs
+       \ifvoid\lastnamedcs\else \chardef\b_layer_two\lastnamedcs
\pack_layers_flush_indeed\zerocount{\currentlayer:\the\realpageno}\b_layer_two
         \fi
       \fi}%
      {\ifcsname\??layerbox#1\currentlayer\endcsname
-       \ifvoid\lastnamedcss\else \chardef\b_layer_two\lastnamedcs
+       \ifvoid\lastnamedcs\else \chardef\b_layer_two\lastnamedcs
\pack_layers_flush_indeed\plusone{#1\currentlayer}\b_layer_two
         \fi
       \fi}%
      {\ifcsname\??layerbox#1\currentlayer:\the\realpageno\endcsname
-       \ifvoid\lastnamedcss\else \chardef\b_layer_two\lastnamedcs
+       \ifvoid\lastnamedcs\else \chardef\b_layer_two\lastnamedcs
\pack_layers_flush_indeed\zerocount{#1\currentlayer:\the\realpageno}\b_layer_two
         \fi
       \fi}%
    \stopoverlay}
ah, stupid me ... syntax highlighting should have warned me .. fixed in next beta
 The typo is back in the current LMTX version of the file.

Wolfgang

_______________________________________________
dev-context mailing list
[email protected]
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to