ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* arranging and cut marks
@ 2011-07-29  9:29 Henning Hraban Ramm
  2011-07-29 21:13 ` Willi Egger
  0 siblings, 1 reply; 2+ messages in thread
From: Henning Hraban Ramm @ 2011-07-29  9:29 UTC (permalink / raw)
  To: mailing ConTeXt users list for

In recent versions (didn't test any other than the latest two betas,  
and only MkIV) the "3SIDE" imposition schema, written by Willi Egger  
in 2003, doesn’t work any more; the error says something about "the  
letter 6 is not a valid prefix".

So I deleted "3SIDE" from http://wiki.contextgarden.net/Imposition - I  
can replace it with "XY" like this:

My setup is:
\definepapersize[filius][width=92mm, height=172mm]
\setuppapersize	[filius][A4,landscape]
\setuppaper     [nx=3, ny=1, dx=0mm, dy=0mm, topspace=19mm,  
backspace=10.5mm]
\setuplayout    [page] [topspace=19mm, backspace=10.5mm,  
location=middle, marking=on]
\setuparranging [XY]

For the records: You need to call \setuppaper[nx=3,ny=1] *before*  
\setuparranging[XY] !

Remaining problem (and difference to "3SIDE"): I don’t get cut marks  
*between* those imposed pages, only the outer ones appear.
Can I change that, and how?

Here's usable test setup:

\setuppapersize [A7][A4,landscape]
\setuppagenumbering [alternative=doublesided,location=footer]
\setuplayout [margin=0pt,width=fit]
\setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
%\setupcolors [state=start]
\setuplayout [location=middle,marking=on]
\setuppaper[nx=4, ny=2]
\setuparranging [XY]

\def\Style{[XY 4*2]}

\startbuffer[Fakepage]
	\strut
	\blank[force]
	\midaligned{\Style}
	\vfill
	\midaligned{This is page \recurselevel}
	\vfill
\stopbuffer

\setupheadertexts[\CONTEXT]

\starttext
% \showframe
\dorecurse{16}{\getbuffer[Fakepage]\page}

\stoptext



Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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] 2+ messages in thread

* Re: arranging and cut marks
  2011-07-29  9:29 arranging and cut marks Henning Hraban Ramm
@ 2011-07-29 21:13 ` Willi Egger
  0 siblings, 0 replies; 2+ messages in thread
From: Willi Egger @ 2011-07-29 21:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

There have been  a lot of arranging schemes included in the core in the meantime. The 3SIDE is included as well. - I will have to check what is going on.

Willi
On 29 Jul 2011, at 11:29, Henning Hraban Ramm wrote:

> In recent versions (didn't test any other than the latest two betas, and only MkIV) the "3SIDE" imposition schema, written by Willi Egger in 2003, doesn’t work any more; the error says something about "the letter 6 is not a valid prefix".
> 
> So I deleted "3SIDE" from http://wiki.contextgarden.net/Imposition - I can replace it with "XY" like this:
> 
> My setup is:
> \definepapersize[filius][width=92mm, height=172mm]
> \setuppapersize	[filius][A4,landscape]
> \setuppaper     [nx=3, ny=1, dx=0mm, dy=0mm, topspace=19mm, backspace=10.5mm]
> \setuplayout    [page] [topspace=19mm, backspace=10.5mm, location=middle, marking=on]
> \setuparranging [XY]
> 
> For the records: You need to call \setuppaper[nx=3,ny=1] *before* \setuparranging[XY] !
> 
> Remaining problem (and difference to "3SIDE"): I don’t get cut marks *between* those imposed pages, only the outer ones appear.
> Can I change that, and how?
> 
> Here's usable test setup:
> 
> \setuppapersize [A7][A4,landscape]
> \setuppagenumbering [alternative=doublesided,location=footer]
> \setuplayout [margin=0pt,width=fit]
> \setupbackgrounds [text][text][background=screen,backgroundscreen=0.7]
> %\setupcolors [state=start]
> \setuplayout [location=middle,marking=on]
> \setuppaper[nx=4, ny=2]
> \setuparranging [XY]
> 
> \def\Style{[XY 4*2]}
> 
> \startbuffer[Fakepage]
> 	\strut
> 	\blank[force]
> 	\midaligned{\Style}
> 	\vfill
> 	\midaligned{This is page \recurselevel}
> 	\vfill
> \stopbuffer
> 
> \setupheadertexts[\CONTEXT]
> 
> \starttext
> % \showframe
> \dorecurse{16}{\getbuffer[Fakepage]\page}
> 
> \stoptext
> 
> 
> 
> Greetlings from Lake Constance!
> Hraban
> ---
> http://www.fiee.net/texnique/
> http://wiki.contextgarden.net
> https://www.cacert.org (I'm an assurer)
> 
> ___________________________________________________________________________________
> 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] 2+ messages in thread

end of thread, other threads:[~2011-07-29 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-29  9:29 arranging and cut marks Henning Hraban Ramm
2011-07-29 21:13 ` Willi Egger

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