From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39358 Path: news.gmane.org!not-for-mail From: "Finn Martensen" Newsgroups: gmane.comp.tex.context Subject: Re: t-tikz: problem with colorspace pgfprgb Date: Sun, 2 Mar 2008 19:37:00 +0100 Message-ID: References: Reply-To: finn.martensen@web.de, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204483122 32312 80.91.229.12 (2 Mar 2008 18:38:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 18:38:42 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 02 19:39:07 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1JVt5P-0008SI-Jk for gctc-ntg-context-518@m.gmane.org; Sun, 02 Mar 2008 19:38:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6E73D1FBBD; Sun, 2 Mar 2008 19:38:24 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27766-01-14; Sun, 2 Mar 2008 19:37:40 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C4FE1FB6D; Sun, 2 Mar 2008 19:37:40 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EE5A91FB6D for ; Sun, 2 Mar 2008 19:37:37 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27766-01-13 for ; Sun, 2 Mar 2008 19:37:02 +0100 (CET) Original-Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by ronja.ntg.nl (Postfix) with ESMTP id 997EA1FB3C for ; Sun, 2 Mar 2008 19:37:01 +0100 (CET) Original-Received: by wf-out-1314.google.com with SMTP id 23so6150751wfg.5 for ; Sun, 02 Mar 2008 10:37:00 -0800 (PST) Original-Received: by 10.142.180.17 with SMTP id c17mr8465143wff.83.1204483020543; Sun, 02 Mar 2008 10:37:00 -0800 (PST) Original-Received: by 10.142.173.2 with HTTP; Sun, 2 Mar 2008 10:37:00 -0800 (PST) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 3f9b7bc821f246fb X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:39358 Archived-At: 2008/3/2, Aditya Mahajan : > > I have the following problem with TikZ: When I use the "patterns" > > library in a tikzpicture environment, the file is compiled without > > problems and creates a PDF file. However, Acrobat displays an error > > message "Could not find the ColorSpace named 'pgfprgb'". [...] > > Can you please post a minimal example? I have compiled a few examples > from the tikz manual by using all tikz librarries, but never had this > problem. It just discovered that it depends, e.g., on whether there is only one page with a tikzpicture or more pages with tikzpictures. To give code examples: the first works, but not the second ************************************** Code with no problems: ************************************** \usemodule[tikz] \usetikzlibrary[patterns] \starttext \starttikzpicture \fill[pattern=dots] (0,0) -- (0,1) -- (1,1) -- (1,0); \stoptikzpicture \stoptext ************************************** Code with problems: ************************************** \usemodule[tikz] \usetikzlibrary[patterns] \starttext \starttikzpicture \draw (0,0) -- (1,0); \stoptikzpicture \page \starttikzpicture \fill[pattern=dots] (0,0) -- (0,1) -- (1,1) -- (1,0); \stoptikzpicture \stoptext ___________________________________________________________________________________ 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 ___________________________________________________________________________________