ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: overprinting
Date: Sun, 13 Sep 2009 20:20:12 +0200	[thread overview]
Message-ID: <4AAD37DC.6000805@wxs.nl> (raw)
In-Reply-To: <4AAD2269.8090701@gmx.net>

Peter Rolf wrote:
> Hans Hagen schrieb:
>> Peter Rolf wrote:
>>> Hans Hagen schrieb:
>>>> Peter Rolf wrote:
>>>>> Hi,
>>>>>
>>>>> overprinting is broken here. I used \dostartoverprint in the past, 
>>>>> but this no longer works. What is the recommended way for 
>>>>> overprinted text nowadays?
>>>>
>>>> just \startoverprint Overprint \stopoverprint
>>>>
>>> I see. A quick test shows, that this macro is not working with mkii 
>>> (an updated example is attached).
>>> Sadly this macro also does not work in my graphics, if I simply 
>>> exchange \dostartoverprint with \startoverprint (regardless of the 
>>> mark).
>>
>> you need to enable it with \setupcolors[overprint=yes]
>>
> I tried that one before, but it enables kind of global overprinting in 
> mkii (all but \startoverprinting, including the mp graphic). In case of 
> mkiv this breaks the \startoverprinting macro (so no overprinting at 
> all). I attached a new example.
> 
>> btw, your mkiv definitions do nothing (just toggle some flag) and the 
>> \dodriverthing's are gone anyway
>>
> Ok, then I must find a new working overprinting macro for my texts.

\setupcolors[overprint=yes]

\ifnum\contextmarkmode=4
\def\dostartoverprint%
   {\ctxlua{overprints.enabled=true}}
\def\dostopoverprint%
   {\ctxlua{overprints.enabled=false}}
\fi

this really does nothing, apart from enableng backend processing of set 
overprints

\starttext

\startMPcode
    fill unitcircle scaled 5cm;
\stopMPcode

\starttextoverprint starttextoverprint \stoptextoverprint % fails in 
both marks
\dostartoverprint dostartoverprint \dostopoverprint % fails in mkiv only
\startoverprint overprint \stopoverprint % fails in mkii only

\stoptext

well, in order to figure out the problem i need a better test file (at 
least one that shows the effect you want to achieve) as i have none here

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-09-13 18:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-13 14:58 overprinting Peter Rolf
2009-09-13 15:38 ` overprinting Hans Hagen
2009-09-13 16:00   ` overprinting Peter Rolf
2009-09-13 16:20     ` overprinting Hans Hagen
2009-09-13 16:48       ` overprinting Peter Rolf
2009-09-13 18:20         ` Hans Hagen [this message]
     [not found]           ` <4AAD4C7C.6070905@gmx.net>
     [not found]             ` <4AAD59CE.70907@wxs.nl>
     [not found]               ` <4AAD69F6.8060209@gmx.net>
2009-09-15 10:39                 ` overprinting Hans Hagen
2009-09-15 14:08                   ` overprinting Peter Rolf
2009-09-15 14:20                     ` overprinting Hans Hagen
2009-09-15 14:56                       ` overprinting Peter Rolf
2009-09-15 21:40                         ` overprinting Hans Hagen
2009-09-16 11:03                           ` overprinting Peter Rolf
2012-01-06 15:54 Overprinting Jan Heinen
2012-01-06 16:37 ` Overprinting Peter Rolf
2012-01-07 15:06 Overprinting Jan Heinen
2012-02-22 22:59 Overprinting Jan Heinen
2012-02-23 15:26 ` Overprinting luigi scarso
2012-02-24  9:39 Overprinting Jan Heinen
2012-02-24 10:20 ` Overprinting luigi scarso
2012-02-25 18:30 Overprinting Jan Heinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AAD37DC.6000805@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).