ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* backgroundscreen no longer working
@ 2015-05-19 13:43 Thomas Floeren
  2015-05-19 16:03 ` Thomas Floeren
  2015-05-19 16:03 ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Floeren @ 2015-05-19 13:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

backgroundscreen is no longer working here, apparently since the beta 2015-04-12.

\starttext
% \setupbackgrounds [page] [background=color,backgroundcolor=lightgray]
\setupbackgrounds [page] [background=screen,backgroundscreen=.8]
\input knuth
\stoptext


If I use the pack-rul.mkiv from 2015-04-08 it works again.

Is it deprecated now, or is this just a bug?

Thanks.

-- 
Tom




___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: backgroundscreen no longer working
  2015-05-19 13:43 backgroundscreen no longer working Thomas Floeren
@ 2015-05-19 16:03 ` Thomas Floeren
  2015-05-19 16:14   ` Hans Hagen
  2015-05-19 16:03 ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Floeren @ 2015-05-19 16:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 19 May 2015, at 15:43, Thomas Floeren <thfl@mac.com> wrote:
> 
> If I use the pack-rul.mkiv from 2015-04-08 it works again.

More precisely: If I uncomment the 2 definitions `\pack_framed_background_box_gray` and `\pack_framed_background_box_gray_indeed` it works again.

-- 
Tom




___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: backgroundscreen no longer working
  2015-05-19 13:43 backgroundscreen no longer working Thomas Floeren
  2015-05-19 16:03 ` Thomas Floeren
@ 2015-05-19 16:03 ` Hans Hagen
  2015-05-19 16:15   ` Thomas Floeren
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2015-05-19 16:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 5/19/2015 3:43 PM, Thomas Floeren wrote:
> Hi,
>
> backgroundscreen is no longer working here, apparently since the beta 2015-04-12.
>
> \starttext
> % \setupbackgrounds [page] [background=color,backgroundcolor=lightgray]
> \setupbackgrounds [page] [background=screen,backgroundscreen=.8]
> \input knuth
> \stoptext
>
>
> If I use the pack-rul.mkiv from 2015-04-08 it works again.
>
> Is it deprecated now, or is this just a bug?

it's definitely and on purpose gone .. i kept it for a few years but not 
it's really gone in mkiv

so just use backgroundcolor=gray (or some shade)

(long long ago - dvi times - the distinction was there because we could 
fake gray using small periods so it was a different background plugin)

(just like nowadays \encoding[utf] is not needed and colors are enabled 
by default)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: backgroundscreen no longer working
  2015-05-19 16:03 ` Thomas Floeren
@ 2015-05-19 16:14   ` Hans Hagen
  2015-05-19 16:30     ` Thomas Floeren
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2015-05-19 16:14 UTC (permalink / raw)
  To: ntg-context

On 5/19/2015 6:03 PM, Thomas Floeren wrote:
>
>> On 19 May 2015, at 15:43, Thomas Floeren <thfl@mac.com> wrote:
>>
>> If I use the pack-rul.mkiv from 2015-04-08 it works again.
>
> More precisely: If I uncomment the 2 definitions `\pack_framed_background_box_gray` and `\pack_framed_background_box_gray_indeed` it works again.

they are kept as reference .. in fact we also need to comment this line

\letvalue{\??overlaybuiltin\v!screen    }\pack_framed_background_box_gray

just curious: who is still using backgroundscreen?

Hans

(btw, there were gone in the betas for a while so it's not that sudden.)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: backgroundscreen no longer working
  2015-05-19 16:03 ` Hans Hagen
@ 2015-05-19 16:15   ` Thomas Floeren
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Floeren @ 2015-05-19 16:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 19 May 2015, at 18:03, Hans Hagen <pragma@wxs.nl> wrote:
> 
> it's definitely and on purpose gone .. i kept it for a few years but not it's really gone in mkiv


Ah, OK. Thanks. I wasn’t aware.
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: backgroundscreen no longer working
  2015-05-19 16:14   ` Hans Hagen
@ 2015-05-19 16:30     ` Thomas Floeren
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Floeren @ 2015-05-19 16:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 19 May 2015, at 18:14, Hans Hagen <pragma@wxs.nl> wrote:
> 
> (btw, there were gone in the betas for a while so it's not that sudden.)

Well, it still worked until 8 April ;-)

I had the backgroundscreen in an environment file which is about 8 years old …

-- 
Tom




___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-05-19 16:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-19 13:43 backgroundscreen no longer working Thomas Floeren
2015-05-19 16:03 ` Thomas Floeren
2015-05-19 16:14   ` Hans Hagen
2015-05-19 16:30     ` Thomas Floeren
2015-05-19 16:03 ` Hans Hagen
2015-05-19 16:15   ` Thomas Floeren

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).