ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Overprinting
@ 2012-02-22 22:59 Jan Heinen
  2012-02-23 15:26 ` Overprinting luigi scarso
  0 siblings, 1 reply; 20+ messages in thread
From: Jan Heinen @ 2012-02-22 22:59 UTC (permalink / raw)
  To: ntg-context

I again must come to this point. At the end of this week I 
want to give my book (pdf) to the printer to print.
But he says: Your texts are not overprinted over colored areas.

What do I have to do?



The company who prints my books says that my text
is not overprinted over the framed boxes.
They do a preflight with Adobe.

I think, I made no mistake - what do you think?
I hope it is not a missing  \par?


\setupcolors[state=start,rgb=no,cmyk=yes]
\definecolor[myc] [c=.40, m=.10, y=.50, k=0]
\starttext
\framed[%
   width=80mm,height=50mm,
   background=color,
   backgroundcolor=myc,
]
  {1 Overprinted or not?}

\blank[big]

\framed[%
   width=80mm,height=50mm,
   background=color,
   backgroundcolor=myc,
]

{\startcolorintent[overprint]2 Overprinted or 
not?\stopcolorintent}

\blank[big]

\framed[%
   width=80mm,height=50mm,
   background=color,
   backgroundcolor=myc,
]

{\startcolorintent[knockout]3 Overprinted or 
not?\stopcolorintent}

\stoptext


Regards
Jannis



___________________________________________________________________________________
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] 20+ messages in thread
* Re: Overprinting
@ 2012-02-25 18:30 Jan Heinen
  0 siblings, 0 replies; 20+ messages in thread
From: Jan Heinen @ 2012-02-25 18:30 UTC (permalink / raw)
  To: ntg-context

I have tried every combination of Luigis solution and get 
"Black text do not overprint" (german: schwarzer Text wird 
nicht überdruckt) for every page of the example for the 
following code in the Preflight of Acrobat:
Here is an online version of the Preflight: 
http://www.gronenberg.de/werkzeuge/pdf-online-check/upload.html

Here my code:



%%% overprint.tex
\nopdfcompression
\setupcolors[state=start,rgb=no,cmyk=yes,overprint=yes]
%% to be sure
\definecolor[CYAN][c=1.0,m=0,y=0,k=0]
\definecolor[MAGENTA][c=0,m=1,y=0,k=0]
\definecolor[YELLOW][c=0,m=0,y=1,k=0]
\starttext

\framed[background=color,backgroundcolor=CYAN,
frame=off,offset=.25cm,strut=no]{%BEGIN
\startcolorintent[overprint]

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{overprint \\ 
\startcolorintent[knockout]{knockout}\stopcolorintent}%

\stopcolorintent

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,align={lohi,middle},
frame=off,width=2.5cm,height=2cm]{knockout\\
\startcolorintent[overprint]{overprint}\stopcolorintent}%
}%END


\page

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{overprint \\ 
\startcolorintent[knockout]{knockout}\stopcolorintent}%

\page

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{overprint}%

\page

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{\startcolorintent[knockout]{knockout}\stopcolorintent}%

\page

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,align={lohi,middle},
frame=off,width=2.5cm,height=2cm]{knockout\\
\startcolorintent[overprint]{overprint}\stopcolorintent}%

\page

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,align={lohi,middle},
frame=off,width=2.5cm,height=2cm]{knockout}%

\page

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,align={lohi,middle},
frame=off,width=2.5cm,height=2cm]{\startcolorintent[overprint]{overprint}\stopcolorintent}%

\page

\framed[background=color,backgroundcolor=CYAN,
frame=off,offset=.25cm,strut=no]{%BEGIN
\startcolorintent[overprint]

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{overprint \\ 
\startcolorintent[knockout]{knockout}\stopcolorintent}%

\stopcolorintent
}

\page

\framed[background=color,backgroundcolor=CYAN,
frame=off,offset=.25cm,strut=no]{%BEGIN
\startcolorintent[overprint]

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{overprint}%

\stopcolorintent
}

\framed[background=color,backgroundcolor=CYAN,
frame=off,offset=.25cm,strut=no]{%BEGIN
\startcolorintent[overprint]

\framed[background=color,backgroundcolor=MAGENTA,
foregroundcolor=YELLOW,
align={lohi,middle},
frame=off,width=2.5cm,height=2cm]
{\startcolorintent[knockout]{knockout}\stopcolorintent}%

\stopcolorintent
}


\stoptext





Regards
Jannis

___________________________________________________________________________________
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] 20+ messages in thread
* Re: Overprinting
@ 2012-02-24  9:39 Jan Heinen
  2012-02-24 10:20 ` Overprinting luigi scarso
  0 siblings, 1 reply; 20+ messages in thread
From: Jan Heinen @ 2012-02-24  9:39 UTC (permalink / raw)
  To: ntg-context

I got an answer from my printer to the example I have shown 
in this thread:

 > \framed[%
 >  width=80mm,height=50mm,
 >  background=color,
 >  backgroundcolor=myc,
 > ]
 >
 > {\startcolorintent[overprint]2 Overprinted or 
not?\stopcolorintent}

His answer in german:
"Die Texte, welche auf Kasten 2  stehen, sind innerhalb 
Ihrer erzeugten Datei zwar alle überdruckend eingestellt, 
visuell allerdings aussparend."

My translation:
The text on box 2 is formated as overprinted but visualy 
spared out.

What the hell is going on?

Regards
Jannis


 >On Wed, Feb 22, 2012 at 11:59 PM, Jan Heinen 
<jahei...@gmx.de> wrote:
 >> I again must come to this point. At the end of this week 
I want to give my
 >> book (pdf) to the printer to print.
 >> But he says: Your texts are not overprinted over colored 
areas.
 >>
 >> What do I have to do?
 >>
 >>
 >>
 >> The company who prints my books says that my text
 >> is not overprinted over the framed boxes.
 >> They do a preflight with Adobe.
 >>
 >> I think, I made no mistake - what do you think?
 >> I hope it is not a missing  \par?
 >>
 >>
 >> \setupcolors[state=start,rgb=no,cmyk=yes]
 >> \definecolor[myc] [c=.40, m=.10, y=.50, k=0]
 >> \starttext
 >> \framed[%
 >>  width=80mm,height=50mm,
 >>  background=color,
 >>  backgroundcolor=myc,
 >> ]
 >>  {1 Overprinted or not?}
 >>
 >> \blank[big]
 >>
 >> \framed[%
 >>  width=80mm,height=50mm,
 >>  background=color,
 >>  backgroundcolor=myc,
 >> ]
 >>
 >> {\startcolorintent[overprint]2 Overprinted or 
not?\stopcolorintent}
 >>
 >> \blank[big]
 >>
 >> \framed[%
 >>  width=80mm,height=50mm,
 >>  background=color,
 >>  backgroundcolor=myc,
 >> ]
 >>
 >> {\startcolorintent[knockout]3 Overprinted or 
not?\stopcolorintent}
 >>
 >> \stoptext
 >>
 >>
 >> Regards
 >> Jannis
 >>
 >>
 >>
 >> 
___________________________________________________________________________________
 >> 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
 >>> 
___________________________________________________________________________________
 >>
 > Have you seen if this is ok ?
 > http://www.pragma-ade.com/general/magazines/mag-0006.pdf
 > (Use AdobeReader under linux with overprint enable)

___________________________________________________________________________________
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] 20+ messages in thread
* Re: Overprinting
@ 2012-01-07 15:06 Jan Heinen
  0 siblings, 0 replies; 20+ messages in thread
From: Jan Heinen @ 2012-01-07 15:06 UTC (permalink / raw)
  To: ntg-context

Here the results of my question:

I asked my print-service, if the pdf I generated with the 
code (look at the end of this email), is ok.
The text in the second frame should be overprinted.

The answer of the printer:

in the preflight he can see the overprinting,
in the print-preview he can't.
He was astonished - because he never had the difference 
between print-preview and preflight before.
He is using Adobe Acrobat 10.

Hope this information helps others to be cautious -
an maybe someone can tell what's to do.

Regards
Jannis



>  \setupcolors[state=start,rgb=no,cmyk=yes]
>  \definecolor[myc] [c=.40, m=.10, y=.50, k=0]
>  \starttext
>  \framed[%
>    width=80mm,height=50mm,
>    background=color,
>    backgroundcolor=myc,
>  ]
>   {1 Overprinted or not?}
>
>  \blank[big]
>
>  \framed[%
>    width=80mm,height=50mm,
>    background=color,
>    backgroundcolor=myc,
>  ]
>   {\startcolorintent[overprint]2 Overprinted or not?\stopcolorintent}
>
>  \blank[big]
>
>  \framed[%
>    width=80mm,height=50mm,
>    background=color,
>    backgroundcolor=myc,
>  ]
>   {\startcolorintent[knockout]3 Overprinted or not?\stopcolorintent}
>

>  \stoptext


Regards
Jannis

___________________________________________________________________________________
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] 20+ messages in thread
* Overprinting
@ 2012-01-06 15:54 Jan Heinen
  2012-01-06 16:37 ` Overprinting Peter Rolf
  0 siblings, 1 reply; 20+ messages in thread
From: Jan Heinen @ 2012-01-06 15:54 UTC (permalink / raw)
  To: ntg-context

The company who prints my books says that my text
is not overprinted over the framed boxes.
They do a preflight with Adobe.

I think, I made no mistake - what do you think?
I hope it is not a missing  \par?


\setupcolors[state=start,rgb=no,cmyk=yes]
\definecolor[myc] [c=.40, m=.10, y=.50, k=0]
\starttext
\framed[%
   width=80mm,height=50mm,
   background=color,
   backgroundcolor=myc,
]
  {1 Overprinted or not?}

\blank[big]

\framed[%
   width=80mm,height=50mm,
   background=color,
   backgroundcolor=myc,
]
  {\startcolorintent[overprint]2 Overprinted or 
not?\stopcolorintent}

\blank[big]

\framed[%
   width=80mm,height=50mm,
   background=color,
   backgroundcolor=myc,
]
  {\startcolorintent[knockout]3 Overprinted or 
not?\stopcolorintent}

\stoptext


Regards
Jannis

___________________________________________________________________________________
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] 20+ messages in thread
* overprinting
@ 2009-09-13 14:58 Peter Rolf
  2009-09-13 15:38 ` overprinting Hans Hagen
  0 siblings, 1 reply; 20+ messages in thread
From: Peter Rolf @ 2009-09-13 14:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

Hi,

overprinting is broken here. I used \dostartoverprint in the past, but 
this no longer works. What is the recommended way for overprinted text 
nowadays?

*EXAMPLE ATTACHED*

MTXrun | current version: 2009.09.12 14:44
This is LuaTeX, Version beta-0.43.0-2009090309
pdfTeX 3.1415926-1.40.10-2.2 (Web2C 2009)


Best wishes,  Peter

[-- Attachment #2: ovp.tex --]
[-- Type: text/plain, Size: 374 bytes --]

\ifnum\contextmarkmode=4
\def\dostartoverprint% yes... one of the category 'asking for trouble' :D
  {\ctxlua{overprints.enabled=true}}
\def\dostopoverprint%
  {\ctxlua{overprints.enabled=false}}
\fi

\starttext

\starttextoverprint Overprint \stoptextoverprint % fails in both marks
\dostartoverprint Overprint \dostopoverprint % fails in mkiv only

\stoptext

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2012-02-25 18:30 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-22 22:59 Overprinting Jan Heinen
2012-02-23 15:26 ` Overprinting luigi scarso
  -- strict thread matches above, loose matches on Subject: below --
2012-02-25 18:30 Overprinting Jan Heinen
2012-02-24  9:39 Overprinting Jan Heinen
2012-02-24 10:20 ` Overprinting luigi scarso
2012-01-07 15:06 Overprinting Jan Heinen
2012-01-06 15:54 Overprinting Jan Heinen
2012-01-06 16:37 ` Overprinting Peter Rolf
2009-09-13 14:58 overprinting Peter Rolf
2009-09-13 15:38 ` overprinting Hans Hagen
2009-09-13 16:00   ` overprinting Peter Rolf
2009-09-13 16:20     ` overprinting Hans Hagen
2009-09-13 16:48       ` overprinting Peter Rolf
2009-09-13 18:20         ` overprinting Hans Hagen
     [not found]           ` <4AAD4C7C.6070905@gmx.net>
     [not found]             ` <4AAD59CE.70907@wxs.nl>
     [not found]               ` <4AAD69F6.8060209@gmx.net>
2009-09-15 10:39                 ` overprinting Hans Hagen
2009-09-15 14:08                   ` overprinting Peter Rolf
2009-09-15 14:20                     ` overprinting Hans Hagen
2009-09-15 14:56                       ` overprinting Peter Rolf
2009-09-15 21:40                         ` overprinting Hans Hagen
2009-09-16 11:03                           ` overprinting Peter Rolf

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