From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52902 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: overprinting Date: Sun, 13 Sep 2009 20:20:12 +0200 Message-ID: <4AAD37DC.6000805@wxs.nl> References: <4AAD087B.40409@gmx.net> <4AAD11F7.3050105@wxs.nl> <4AAD172A.6050801@gmx.net> <4AAD1BD9.6050103@wxs.nl> <4AAD2269.8090701@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252866026 31276 80.91.229.12 (13 Sep 2009 18:20:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 18:20:26 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 13 20:20:19 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MmtgQ-0005i6-O6 for gctc-ntg-context-518@m.gmane.org; Sun, 13 Sep 2009 20:20:18 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0B3ECC9AAA; Sun, 13 Sep 2009 20:20:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id N1d9mr90jB1n; Sun, 13 Sep 2009 20:20:14 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6D712C9A92; Sun, 13 Sep 2009 20:20:14 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 453ABC9A92 for ; Sun, 13 Sep 2009 20:20:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7dKvmskkDMHq for ; Sun, 13 Sep 2009 20:20:10 +0200 (CEST) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by balder.ntg.nl (Postfix) with ESMTP id BA1EAC9A90 for ; Sun, 13 Sep 2009 20:20:10 +0200 (CEST) Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.9e) with ESMTP id 7663-1840426 for ; Sun, 13 Sep 2009 20:20:10 +0200 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: <4AAD2269.8090701@gmx.net> X-Originating-IP: 10.100.1.100 X-Authenticated-User: hagen@controller-1 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:52902 Archived-At: 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 ___________________________________________________________________________________