ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* crop marks
@ 1998-06-17 15:13 Frans Goddijn
  0 siblings, 0 replies; 6+ messages in thread
From: Frans Goddijn @ 1998-06-17 15:13 UTC (permalink / raw)


I must be overlooking some example, since I can't seem to get crop
marks... what I do is this:

\gebruikspecials[tpd]
\stelpapierformaatin[A5][A4]
\stellayoutin[markering=aan]
\starttekst
testing... testing...
\stoptekst

aren't crop marks activated by [markering=aan] ?

Met hartelijke groet!

 Frans Goddijn   | bbs: +31 (0)26 3217041
 Postbus 30196   | email: fg@fgbbs.iaf.nl
 6803 AD Arnhem  | tel: +31 (0)26 3219342
 The Netherlands | http://www.iaf.nl/Users/Meridian 
--
You are what you is


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

* Re: crop marks
  2016-06-29 10:37 ` Thomas A. Schmitz
  2016-06-29 12:34   ` Thomas Fehige
@ 2016-06-29 12:35   ` Thomas Fehige
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Fehige @ 2016-06-29 12:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <thomas@fehige.de> 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
___________________________________________________________________________________

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

* Re: crop marks
  2016-06-29 10:37 ` Thomas A. Schmitz
@ 2016-06-29 12:34   ` Thomas Fehige
  2016-06-29 12:35   ` Thomas Fehige
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Fehige @ 2016-06-29 12:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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 <thomas@fehige.de> 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
___________________________________________________________________________________

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

* Re: crop marks
  2016-06-29 10:14 Thomas Fehige
  2016-06-29 10:36 ` Wolfgang Schuster
@ 2016-06-29 10:37 ` Thomas A. Schmitz
  2016-06-29 12:34   ` Thomas Fehige
  2016-06-29 12:35   ` Thomas Fehige
  1 sibling, 2 replies; 6+ messages in thread
From: Thomas A. Schmitz @ 2016-06-29 10:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 29 Jun 2016, at 12:14, Thomas Fehige <thomas@fehige.de> 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
___________________________________________________________________________________

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

* Re: crop marks
  2016-06-29 10:14 Thomas Fehige
@ 2016-06-29 10:36 ` Wolfgang Schuster
  2016-06-29 10:37 ` Thomas A. Schmitz
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2016-06-29 10:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 639 bytes --]

> Thomas Fehige <mailto:thomas@fehige.de>
> 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

[-- Attachment #1.2: Type: text/html, Size: 1721 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* crop marks
@ 2016-06-29 10:14 Thomas Fehige
  2016-06-29 10:36 ` Wolfgang Schuster
  2016-06-29 10:37 ` Thomas A. Schmitz
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Fehige @ 2016-06-29 10:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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,
                      % this should show the crop marks
]

\showframe    % not for the final printing of course

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

%==============
___________________________________________________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2016-06-29 12:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-17 15:13 crop marks Frans Goddijn
2016-06-29 10:14 Thomas Fehige
2016-06-29 10:36 ` Wolfgang Schuster
2016-06-29 10:37 ` Thomas A. Schmitz
2016-06-29 12:34   ` Thomas Fehige
2016-06-29 12:35   ` Thomas Fehige

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