ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	"Jan U. Hasecke" <juh+ntg-context@mailbox.org>
Subject: Re: profile specification '{ISO Coated v2 300% (ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua'
Date: Wed, 3 Oct 2018 11:29:43 +0200	[thread overview]
Message-ID: <af545b37-3729-437e-6d7f-84404bff1c91@gmail.com> (raw)
In-Reply-To: <3911e6dc-e134-5b8c-057b-1a45f4d299e2@mailbox.org>



Jan U. Hasecke schrieb am 01.10.18 um 10:47:
> I get this error when I try to compile a pdf with:
>
> \setupbackend[
>    format=PDF/X-3:2003,
>    intent={ISO Coated v2 300\letterpercent\space (ECI)}
>    ]

You need a comma after the right brace for the intent argument.


When you take a closer look at the message you can see the profile name 
contains in your case both braces with a space at the end.

backend         > profiles > profile specification '{ISO Coated v2 300%
(ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua'


You can fix this with a comma after the argument

\setupbackend[
   format=PDF/X-3:2003,
   intent={ISO Coated v2 300\letterpercent\space (ECI)},
   ]

or by putting the right bracket after the argument

\setupbackend
   [format=PDF/X-3:2003,
    intent={ISO Coated v2 300\letterpercent\space (ECI)}]

to properly load the profile:

backend         > profiles > profile specification 'ISO Coated v2 300% 
(ECI)' loaded from 
'/Users/wolf/context/beta/tex/texmf-context/colors/icc/context/colorprofiles.xml'


Wolfgang
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2018-10-03  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-01  8:47 Jan U. Hasecke
2018-10-03  9:29 ` Wolfgang Schuster [this message]
2018-10-03 10:25   ` Jan U. Hasecke

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=af545b37-3729-437e-6d7f-84404bff1c91@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=juh+ntg-context@mailbox.org \
    --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).