diff options
author | Hans Hagen <pragma@wxs.nl> | 2012-02-17 18:52:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2012-02-17 18:52:00 +0100 |
commit | 4ad4129b06a3b631031f39a778ebdd210ed09ab4 (patch) | |
tree | fa96902441c36e0ab881b82b4182399a3dfc8429 /tex/context/base/anch-pgr.mkiv | |
parent | 046c49997dca3e41a1fcfe20e81f41db00220ec6 (diff) | |
download | context-4ad4129b06a3b631031f39a778ebdd210ed09ab4.tar.gz |
beta 2012.02.17 18:52
Diffstat (limited to 'tex/context/base/anch-pgr.mkiv')
-rw-r--r-- | tex/context/base/anch-pgr.mkiv | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tex/context/base/anch-pgr.mkiv b/tex/context/base/anch-pgr.mkiv index e882dba41..5f6157268 100644 --- a/tex/context/base/anch-pgr.mkiv +++ b/tex/context/base/anch-pgr.mkiv @@ -269,6 +269,18 @@ \fi \endgroup} +\def\anch_positions_region_overlay_compose + {\vbox to \overlayheight + {\let\MPanchorid\currentpositionregion + \let\MPanchor\MPoverlayanchor % no need to fetch it already, seldom used + \the\everyinsertpositionaction + \copyposition{\currentpositionoverlay::\MPanchoridentifier}\MPanchorid + \setbox\scratchbox\hbox to \overlaywidth{\dopositionaction{\currentpositionoverlay::\MPanchoridentifier}\hss}% + \ht\scratchbox\overlayheight + \dp\scratchbox\zeropoint + \box\scratchbox + \vfill}} + % \let\anch_positions_overlay_nop\gobbleoneargument \unexpanded\def\startpositionoverlay |