Re: [NTG-context] Bug with \setuptagging and layers

2018-06-10 Thread Hans Hagen

On 6/10/2018 1:40 PM, Hans Hagen wrote:

On 6/10/2018 12:05 AM, Rik Kabel wrote:
When the first line of the following example is removed, all is well. 
With it present, the image in the layer has the text "image" added to 
the image. This problem is not present in, inter alia, TL18.


    \setuptagging [state=start]
    \setupexternalfigures [location=default]
    \definelayout [testpage]
    \definelayer  [testpage]
    [width=\paperwidth,height=\paperheight]
    \startsetups  [testpage]
     \setlayerframed   [testpage]
    [preset=rightbottom,hoffset=.25in,voffset=.25in,
    background=color,backgroundcolor=yellow]
   {\externalfigure[cow.pdf]}
    \stopsetups
    \setupbackgrounds [page]
    [setups=testpage,background={testpage}]
    \starttext
    \startmakeup  [testpage]
    \framed[background=color,backgroundcolor=yellow]
  {\externalfigure[cow.pdf]}
    \stopmakeup
    \stoptext

line 287 in strc-tag:

\let\strc_tags_start_nop_ignore\gobbletwoarguments

hm, not ok .. just wait for beta


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] Bug with \setuptagging and layers

2018-06-10 Thread Hans Hagen

On 6/10/2018 12:05 AM, Rik Kabel wrote:
When the first line of the following example is removed, all is well. 
With it present, the image in the layer has the text "image" added to 
the image. This problem is not present in, inter alia, TL18.


\setuptagging [state=start]
\setupexternalfigures [location=default]
\definelayout [testpage]
\definelayer  [testpage]
[width=\paperwidth,height=\paperheight]
\startsetups  [testpage]
     \setlayerframed   [testpage]
[preset=rightbottom,hoffset=.25in,voffset=.25in,
background=color,backgroundcolor=yellow]
   {\externalfigure[cow.pdf]}
\stopsetups
\setupbackgrounds [page]
[setups=testpage,background={testpage}]
\starttext
\startmakeup  [testpage]
\framed[background=color,backgroundcolor=yellow]
  {\externalfigure[cow.pdf]}
\stopmakeup
\stoptext

line 287 in strc-tag:

\let\strc_tags_start_nop_ignore\gobbletwoarguments

fixed in next beta

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] Bug with \setuptagging and layers

2018-06-09 Thread Rik Kabel
When the first line of the following example is removed, all is well. 
With it present, the image in the layer has the text "image" added to 
the image. This problem is not present in, inter alia, TL18.


   \setuptagging [state=start]
   \setupexternalfigures [location=default]
   \definelayout [testpage]
   \definelayer  [testpage]
   [width=\paperwidth,height=\paperheight]
   \startsetups  [testpage]
    \setlayerframed   [testpage]
   [preset=rightbottom,hoffset=.25in,voffset=.25in,
   background=color,backgroundcolor=yellow]
  {\externalfigure[cow.pdf]}
   \stopsetups
   \setupbackgrounds [page]
   [setups=testpage,background={testpage}]
   \starttext
   \startmakeup  [testpage]
   \framed[background=color,backgroundcolor=yellow]
 {\externalfigure[cow.pdf]}
   \stopmakeup
   \stoptext

--
Rik

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___