ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: finn.martensen@web.de,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: t-tikz: problem with colorspace pgfprgb
Date: Mon, 3 Mar 2008 00:15:20 -0500 (EST)	[thread overview]
Message-ID: <alpine.DEB.1.00.0803030003380.11009@nqv-yncgbc> (raw)
In-Reply-To: <cef4f8050803021037x1ebb5a97vfc2a1a77b6df1cc8@mail.gmail.com>

On Sun, 2 Mar 2008, Finn Martensen wrote:

> 2008/3/2, Aditya Mahajan <adityam@umich.edu>:
>
>> > 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

I can reproduce this problem. On linux, with evince pdf viewer (2.21.91) I 
get "Error: Bad color space 'pgfprgb'", with Adobe reader (8.1.2) "Wrong 
operand type".

The example does work fine with plain TeX and LaTeX. Something 
wrong in the way patterns are handled by tikz for context. I do not think 
that anyone on this list understands the internals of TikZ. Your best bet 
is to report this to the tikz-mailing list.


Aditya
___________________________________________________________________________________
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:[~2008-03-03  5:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-02 11:39 Finn Martensen
2008-03-02 16:49 ` Aditya Mahajan
2008-03-02 18:37   ` Finn Martensen
2008-03-03  5:15     ` Aditya Mahajan [this message]
2008-03-03 14:25       ` Mojca Miklavec
2008-03-03 15:14         ` Aditya Mahajan
2008-03-03 16:07           ` Mojca Miklavec
2008-03-03 18:11             ` Aditya Mahajan
2008-03-06 21:18         ` Willi Egger

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=alpine.DEB.1.00.0803030003380.11009@nqv-yncgbc \
    --to=adityam@umich.edu \
    --cc=finn.martensen@web.de \
    --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).