Re: [NTG-context] crop marks

2016-06-29 Thread Thomas Fehige

Thanks Wolfgang and Thomas, that was it.

Now, what if I want crop marks only outside the printed area? As it is 
now, they appear also where the cutting lines cross each other between 
the single "pages". That way they'll end up on either the one or the 
other of the adjacent pages, maybe half a line on both, depending on how 
more or less precise printer and cutting alignments work.


Thanks -- Thomas

Am 29.06.2016 um 12:37 schrieb Thomas A. Schmitz:



On 29 Jun 2016, at 12:14, Thomas Fehige  wrote:

\definepapersize[Labelpaper][width=95mm,height=90mm]
\setuppapersize[Labelpaper][A4,portrait]

\setuplayout[
backspace=3mm,
margin=0mm,
topspace=3mm,
header=0mm,
footer=0mm,
width=89mm,
height=84mm,
nx=2,
ny=3,
location=middle,
marking=on   % according to the wiki,
 % this should show the crop marks
]

\showframe% not for the final printing of course

\starttext
~ % Dummy text, I'll work with background layers.
\stoptext


Either put a comma after your last assignment marking=on, or move the closing 
bracket right after this assignment.

Thomas
___
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
___


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

Re: [NTG-context] crop marks

2016-06-29 Thread Thomas Fehige

Thanks Wolfgang and Thomas, that was it.

Now, what if I want crop marks only outside the printed area? As it is 
now, they appear also where the cutting lines cross each other between 
the single "pages". That way they'll end up on either the one or the 
other of the adjacent pages, maybe half a line on both, depending on how 
more or less precise printer and cutting alignments work.


Thanks -- Thomas

Am 29.06.2016 um 12:37 schrieb Thomas A. Schmitz:



On 29 Jun 2016, at 12:14, Thomas Fehige  wrote:

\definepapersize[Labelpaper][width=95mm,height=90mm]
\setuppapersize[Labelpaper][A4,portrait]

\setuplayout[
backspace=3mm,
margin=0mm,
topspace=3mm,
header=0mm,
footer=0mm,
width=89mm,
height=84mm,
nx=2,
ny=3,
location=middle,
marking=on   % according to the wiki,
 % this should show the crop marks
]

\showframe% not for the final printing of course

\starttext
~ % Dummy text, I'll work with background layers.
\stoptext


Either put a comma after your last assignment marking=on, or move the closing 
bracket right after this assignment.

Thomas
___
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
___


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

Re: [NTG-context] crop marks

2016-06-29 Thread Thomas A. Schmitz

> On 29 Jun 2016, at 12:14, Thomas Fehige  wrote:
> 
> \definepapersize[Labelpaper][width=95mm,height=90mm]
> \setuppapersize[Labelpaper][A4,portrait]
> 
> \setuplayout[
>   backspace=3mm,
>   margin=0mm,
>   topspace=3mm,
>   header=0mm,
>   footer=0mm,
>   width=89mm,
>   height=84mm,
>   nx=2,
>   ny=3,
>   location=middle,
>   marking=on   % according to the wiki,
> % this should show the crop marks
> ]
> 
> \showframe% not for the final printing of course
> 
> \starttext
> ~ % Dummy text, I'll work with background layers.
> \stoptext

Either put a comma after your last assignment marking=on, or move the closing 
bracket right after this assignment. 

Thomas
___
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
___

Re: [NTG-context] crop marks

2016-06-29 Thread Wolfgang Schuster

Thomas Fehige 
29. Juni 2016 um 12:14
I wonder how I can get crop marks to work. This is what I have, but 
they don't show:


%=== MWE =

\definepapersize[Labelpaper][width=95mm,height=90mm]
\setuppapersize[Labelpaper][A4,portrait]

\setuplayout[
backspace=3mm,
margin=0mm,
topspace=3mm,
header=0mm,
footer=0mm,
width=89mm,
height=84mm,
nx=2,
ny=3,
location=middle,
marking=on   % according to the wiki,
You need a "," after "on", otherwise context uses the following spaces 
as part of the value and it sees "on ".


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

Re: [NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-08 Thread Nicolas Girard
2009/6/7 Hans Hagen pra...@wxs.nl:
 Nicolas Girard wrote:

 i'll add marking=page for that purpose


Hi Hans,
thanks in advance, that'd be great.
I intend to typeset business cards in Context in the near future, i
just hope i'll have climbed up the learning curve enough by then.

When you dedicate some time to the marking code, it would be also
great if you could get the markings to be properly shifted when using
\definepageshift / \setuppageshift.

Cheers,
Nicolas
___
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
___


Re: [NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-07 Thread Hans Hagen

Nicolas Girard wrote:

Hi,
the following code, which I ran with
context --mode=print
shows crop marks in the middle if the sheet, overlapping the pages.
It is legitimate to specify dy=0pt in order to minimize paper cuts.
It seems to me like, in the case when dy=0pt, the code dealing with
crop marks should try not to overlap the pages, or suppress the marks
between two columns of pages.
What do you think ? Is there currently a solution to this ?


i'll add marking=page for that purpose


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


Re: [NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-07 Thread Nicolas Girard
2009/6/7 Hans Hagen pra...@wxs.nl:

 i'll add marking=page for that purpose

Hi Hans,
thanks in advance, that'd be great.
I intend to typeset business cards in Context in the near future, i
just hope i'll have climbed up the learning curve enough by then.

When you dedicate some time to the marking code, it would be also
great if you could get the markings to be properly shifted when using
\definepageshift / \setuppageshift.

Cheers,
Nicolas
___
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
___