ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* No cmyk support in MKIV (TexLive 2012 version)?
@ 2012-09-10  1:26 Bill Meahan
  2012-09-10  7:13 ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Bill Meahan @ 2012-09-10  1:26 UTC (permalink / raw)
  To: ConTeXt Mailing List

Trying to define some spot colors using the wiki examples. I get the 
following error message every time I run MKIV:


colors          > cmyk color space is not supported

Here's the relevant section of my environment file:

% Turn on colors.
\setupcolors[rgb=no,cmyk=yes,spot=yes,state=start,overprint=yes]
%\setupcolors[state=start]
% Define the colors we want to use and give a print shop Pantone
% equivalents to work with,
% set up the cmyk fallbacks
\definecolor
    [PantoneTwoNineFour]
    [c=1,m=.68,y=7,k=.28]

\definecolor
    [PantoneThreeZeroZero]
    [c=1,m=.42,y=0,k=0]

% Define tints of spot colors to be used in document for coloring text
\definespotcolor
    [DarkBlue]
    [PantoneTwoNineFour]
    [p=1,e=PANTONE 294 PC]

\definespotcolor
    [LightBlue]
    [PantoneThreeZeroZero]
    [p=1,e=PANTONE 300 PC]


I do get the "DarkBlue" in my pdf output but no sign of the "LightBlue" 
anywhere.

-- 
Bill Meahan
Westland, Michigan USA

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No cmyk support in MKIV (TexLive 2012 version)?
  2012-09-10  1:26 No cmyk support in MKIV (TexLive 2012 version)? Bill Meahan
@ 2012-09-10  7:13 ` Hans Hagen
  2012-09-10 14:42   ` Bill Meahan
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2012-09-10  7:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 10-9-2012 03:26, Bill Meahan wrote:
> Trying to define some spot colors using the wiki examples. I get the
> following error message every time I run MKIV:
>
>
> colors          > cmyk color space is not supported

harmless

> Here's the relevant section of my environment file:
>
> % Turn on colors.
> \setupcolors[rgb=no,cmyk=yes,spot=yes,state=start,overprint=yes]
> %\setupcolors[state=start]
> % Define the colors we want to use and give a print shop Pantone
> % equivalents to work with,
> % set up the cmyk fallbacks
> \definecolor
>     [PantoneTwoNineFour]
>     [c=1,m=.68,y=7,k=.28]

\definecolor
    [PantoneTwoNineFour]
    [c=1,m=.68,y=7,k=.28]


y=1 => y=.7

> \definecolor
>     [PantoneThreeZeroZero]
>     [c=1,m=.42,y=0,k=0]
>
> % Define tints of spot colors to be used in document for coloring text
> \definespotcolor
>     [DarkBlue]
>     [PantoneTwoNineFour]
>     [p=1,e=PANTONE 294 PC]
>
> \definespotcolor
>     [LightBlue]
>     [PantoneThreeZeroZero]
>     [p=1,e=PANTONE 300 PC]
>
>
> I do get the "DarkBlue" in my pdf output but no sign of the "LightBlue"
> anywhere.
>


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No cmyk support in MKIV (TexLive 2012 version)?
  2012-09-10  7:13 ` Hans Hagen
@ 2012-09-10 14:42   ` Bill Meahan
  2012-09-10 14:59     ` Aditya Mahajan
  0 siblings, 1 reply; 7+ messages in thread
From: Bill Meahan @ 2012-09-10 14:42 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

On 09/10/2012 03:13 AM, Hans Hagen wrote:
>
> harmless
>
>>
>
> \definecolor
>    [PantoneTwoNineFour]
>    [c=1,m=.68,y=7,k=.28]
>
>
>

Thanks as always. Spotted the "7 not .7" typo two minutes after I hit 
the "send" key. Sigh.

Everything is working fine now and even the error message has disappeared.

Thanks, as always.

If anyone wants to see what I'm using ConTeXt for, visit 
http://escherton.meahan.net (PDF output of ConTeXt is converted to jpeg 
for the web externally).

-- 
Bill Meahan
Westland, Michigan USA

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No cmyk support in MKIV (TexLive 2012 version)?
  2012-09-10 14:42   ` Bill Meahan
@ 2012-09-10 14:59     ` Aditya Mahajan
  2012-09-10 15:45       ` Bill Meahan
  0 siblings, 1 reply; 7+ messages in thread
From: Aditya Mahajan @ 2012-09-10 14:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 2012-09-10, at 10:42 AM, Bill Meahan <subscribed_lists@meahan.net> wrote:

> On 09/10/2012 03:13 AM, Hans Hagen wrote:
>> 
>> harmless
>> 
>>> 
>> 
>> \definecolor
>>   [PantoneTwoNineFour]
>>   [c=1,m=.68,y=7,k=.28]
>> 
>> 
>> 
> 
> Thanks as always. Spotted the "7 not .7" typo two minutes after I hit the "send" key. Sigh.
> 
> Everything is working fine now and even the error message has disappeared.
> 
> Thanks, as always.
> 
> If anyone wants to see what I'm using ConTeXt for, visit http://escherton.meahan.net (PDF output of ConTeXt is converted to jpeg for the web externally).

Just curious. Why don't you enable hanging punctuation?

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No cmyk support in MKIV (TexLive 2012 version)?
  2012-09-10 14:59     ` Aditya Mahajan
@ 2012-09-10 15:45       ` Bill Meahan
  2012-09-11  0:06         ` Aditya Mahajan
  0 siblings, 1 reply; 7+ messages in thread
From: Bill Meahan @ 2012-09-10 15:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 09/10/2012 10:59 AM, Aditya Mahajan wrote:
>
> Just curious. Why don't you enable hanging punctuation?
>
> Aditya
>
>

I thought I did!  From my environment file:

\definefontfeature
   [default]
   [default]
   [protrusion=quality,expansion=quality]

\setupalign[hz,hanging]

-- 
Bill Meahan
Westland, Michigan USA

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No cmyk support in MKIV (TexLive 2012 version)?
  2012-09-10 15:45       ` Bill Meahan
@ 2012-09-11  0:06         ` Aditya Mahajan
  2012-09-11  0:12           ` Bill Meahan
  0 siblings, 1 reply; 7+ messages in thread
From: Aditya Mahajan @ 2012-09-11  0:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 10 Sep 2012, Bill Meahan wrote:

> On 09/10/2012 10:59 AM, Aditya Mahajan wrote:
>> 
>> Just curious. Why don't you enable hanging punctuation?
>
> I thought I did!  From my environment file:
>
> \definefontfeature
>  [default]
>  [default]
>  [protrusion=quality,expansion=quality]
>
> \setupalign[hz,hanging]

It did not look enabled at first glance. All the end quotes on 69 [1] look 
a bit short of the line length (but I don't recall whether hanging 
punctuation "hangs" the quotes or not).

However, now that I looked carefully, I see that hanging punctuation is 
indeed enabled (the hyphen in the 3rd last para of Page 69, and all those 
commas and period on page 1 [2]).

Aditya

[1]: http://escherton.meahan.net/?webcomic_post=chapter2-page41
[2]: http://escherton.meahan.net/?webcomic_post=chapter1-page1-1f4b0d6


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: No cmyk support in MKIV (TexLive 2012 version)?
  2012-09-11  0:06         ` Aditya Mahajan
@ 2012-09-11  0:12           ` Bill Meahan
  0 siblings, 0 replies; 7+ messages in thread
From: Bill Meahan @ 2012-09-11  0:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 09/10/2012 08:06 PM, Aditya Mahajan wrote:
>
> It did not look enabled at first glance. All the end quotes on 69 [1] 
> look a bit short of the line length (but I don't recall whether 
> hanging punctuation "hangs" the quotes or not).
>
> However, now that I looked carefully, I see that hanging punctuation 
> is indeed enabled (the hyphen in the 3rd last para of Page 69, and all 
> those commas and period on page 1 [2]).
>
> Aditya
>

Hope you enjoy the story! :)

-- 
Bill Meahan
Westland, Michigan USA

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-11  0:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-10  1:26 No cmyk support in MKIV (TexLive 2012 version)? Bill Meahan
2012-09-10  7:13 ` Hans Hagen
2012-09-10 14:42   ` Bill Meahan
2012-09-10 14:59     ` Aditya Mahajan
2012-09-10 15:45       ` Bill Meahan
2012-09-11  0:06         ` Aditya Mahajan
2012-09-11  0:12           ` Bill Meahan

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).