From f7049c2619684d6bfe6688d3a669455a6ecb6713 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 18 May 2020 17:33:44 +0200 Subject: 2020-05-18 16:49:00 --- tex/context/base/mkiv/pack-lyr.mkxl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tex/context/base/mkiv/pack-lyr.mkxl') diff --git a/tex/context/base/mkiv/pack-lyr.mkxl b/tex/context/base/mkiv/pack-lyr.mkxl index 43460092e..419c9f279 100644 --- a/tex/context/base/mkiv/pack-lyr.mkxl +++ b/tex/context/base/mkiv/pack-lyr.mkxl @@ -342,7 +342,7 @@ \let\p_pack_layers_height \zeropoint \let\p_pack_layers_position\v!yes \fi - \ifx\p_pack_layers_rotation\empty \else + \ifempty\p_pack_layers_rotation \else % use direct call \setbox\nextbox\hpack {\rotate[\c!location=\v!high,\c!rotation=\layerparameter\c!rotation]{\box\nextbox}}% @@ -359,7 +359,7 @@ \pack_layers_set_last_position_nop \fi % - \ifx\m_pack_layers_page\empty \else % is expanded + \ifempty\m_pack_layers_page \else % is expanded \edef\m_pack_layers_page{:\m_pack_layers_page}% \ifcsname\??layerbox\m_pack_layers_target\currentlayer\m_pack_layers_page\endcsname \else \expandafter\newbox\csname\??layerbox\m_pack_layers_target\currentlayer\m_pack_layers_page\endcsname @@ -670,8 +670,7 @@ % \edef\p_pack_layers_position{\layerparameter\c!position}% local \ifx\p_pack_layers_position\v!yes \edef\p_pack_layers_region{\layerparameter\c!region}% - \ifx\p_pack_layers_region\empty - \else + \ifempty\p_pack_layers_region\else \anch_mark_tagged_box\nextbox\p_pack_layers_region % was \layeranchor \fi \fi -- cgit v1.2.3