ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jan U. Hasecke" <juh+ntg-context@mailbox.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: profile specification '{ISO Coated v2 300% (ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua'
Date: Wed, 3 Oct 2018 12:25:36 +0200	[thread overview]
Message-ID: <29e072ea-c341-6418-c6b9-e6f2c486c688@mailbox.org> (raw)
In-Reply-To: <af545b37-3729-437e-6d7f-84404bff1c91@gmail.com>

On 03.10.18 11:29, Wolfgang Schuster wrote:
> 
> 
> 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)}]
> 

Thanks a lot for helping the "Ochs vorm Berg".

juh
___________________________________________________________________________________
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 10:25 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
2018-10-03 10:25   ` Jan U. Hasecke [this message]

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=29e072ea-c341-6418-c6b9-e6f2c486c688@mailbox.org \
    --to=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).