ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug with \setuptagging and layers
@ 2018-06-09 22:05 Rik Kabel
  2018-06-10 11:40 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Rik Kabel @ 2018-06-09 22:05 UTC (permalink / raw)
  To: ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 1034 bytes --]

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


[-- Attachment #1.2: Type: text/html, Size: 2052 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug with \setuptagging and layers
  2018-06-09 22:05 Bug with \setuptagging and layers Rik Kabel
@ 2018-06-10 11:40 ` Hans Hagen
  2018-06-10 12:00   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2018-06-10 11:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug with \setuptagging and layers
  2018-06-10 11:40 ` Hans Hagen
@ 2018-06-10 12:00   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2018-06-10 12:00 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-10 12:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-09 22:05 Bug with \setuptagging and layers Rik Kabel
2018-06-10 11:40 ` Hans Hagen
2018-06-10 12:00   ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).