ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with --arrange option (current 2011.05.18 18:04 MKIV and actual beta)
@ 2013-02-21 10:41 Pierre Bovet
  2013-02-23 20:04 ` Willi Egger
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Bovet @ 2013-02-21 10:41 UTC (permalink / raw)
  To: ntg-context

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

Hi,

I would print a booklet with trap of 3mm. With the current version 2011.05.18 18:04 MKIV – luatex 0.70, all's right. But with the current version 2012.05.30 11:26 MKIV – luatex 0.72 and the actuel beta – luatex 0.74, the header logo is cut into the cut marks (w/o trap).

You can see my minimal in attachment.

PS: excuse me for my approximate language, I don't speak english…

Pierre Bovet



[-- Attachment #2: arranging.tex --]
[-- Type: application/octet-stream, Size: 772 bytes --]

\setuplayout
  [alternative=doublesided,
   margin=20mm,
   topspace=10mm,
   bottomspace=10mm,
   height=fit,
   width=fit,
   marking=on,
   location=middle,
  ]

\setuppapersize [A4] [doubleoversized, landscape]
\setuparranging [2UP]

\setupbackgrounds
[page]
[background=header,offset=3mm]

\definelayer
  [header]
  [x=-3mm,
   y=-3mm,
   width=\dimexpr\paperwidth+6mm\relax,
   height=\dimexpr\paperheight+6mm\relax,
   doublesided=yes,
   repeat=yes]



\setlayer [header] [left] [preset=lefttop] {\externalfigure[hacker.jpg][height=10mm,width=\dimexpr\paperwidth+6mm\relax]}
\setlayer [header] [right] [preset=righttop] {\externalfigure[hacker.jpg][height=10mm,width=\dimexpr\paperwidth+6mm\relax]}



\starttext

\input tufte

\page [yes]

\input knuth

\stoptext

[-- Attachment #3: 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] 3+ messages in thread

* Re: problem with --arrange option (current 2011.05.18 18:04 MKIV and actual beta)
  2013-02-21 10:41 problem with --arrange option (current 2011.05.18 18:04 MKIV and actual beta) Pierre Bovet
@ 2013-02-23 20:04 ` Willi Egger
  2013-02-25 14:26   ` Pierre Bovet
  0 siblings, 1 reply; 3+ messages in thread
From: Willi Egger @ 2013-02-23 20:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

Hi Pierre,

I do not know whether I understand you correctly, but I see that you have a y-value of -3mm, so the header-layer is moved towards the top, Setting this value to 0mm the pic aligns nicely with the cut marks ( I use LuaTeX, Version beta-0.74.0-2012122517 (rev 4541) ConTeXt  ver: 2013.02.20 14:35 MKIV  fmt: 2013.2.20  int: english/english)

Willi

[-- Attachment #2: headerproblem.pdf --]
[-- Type: application/pdf, Size: 49851 bytes --]

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



On Feb 21, 2013, at 11:41 AM, Pierre Bovet wrote:

> Hi,
> 
> I would print a booklet with trap of 3mm. With the current version 2011.05.18 18:04 MKIV – luatex 0.70, all's right. But with the current version 2012.05.30 11:26 MKIV – luatex 0.72 and the actuel beta – luatex 0.74, the header logo is cut into the cut marks (w/o trap).
> 
> You can see my minimal in attachment.
> 
> PS: excuse me for my approximate language, I don't speak english…
> 
> Pierre Bovet
> 
> 
> <arranging.tex>___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #4: 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] 3+ messages in thread

* Re: problem with --arrange option (current 2011.05.18 18:04 MKIV and actual beta)
  2013-02-23 20:04 ` Willi Egger
@ 2013-02-25 14:26   ` Pierre Bovet
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre Bovet @ 2013-02-25 14:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

Hi Willi,

Thank you for your answer.
I need that the pictures are placed 3mm toward. But the typesetting works correctly with the old context current (see attachment luatex_0.70.2.pdf), but with the last version (luatex 0.72 or luatex 0.74) , it seems that context don't works correctly (see attachment luatex_0.74.0.pdf). 

The used context version are written into whole attachment.

Pierre

Le 23 févr. 2013 à 21:04, Willi Egger <context@boede.nl> a écrit :

> Hi Pierre,
> 
> I do not know whether I understand you correctly, but I see that you have a y-value of -3mm, so the header-layer is moved towards the top, Setting this value to 0mm the pic aligns nicely with the cut marks ( I use LuaTeX, Version beta-0.74.0-2012122517 (rev 4541) ConTeXt  ver: 2013.02.20 14:35 MKIV  fmt: 2013.2.20  int: english/english)
> 
> Willi<headerproblem.pdf>
> 
> On Feb 21, 2013, at 11:41 AM, Pierre Bovet wrote:
> 
>> Hi,
>> 
>> I would print a booklet with trap of 3mm. With the current version 2011.05.18 18:04 MKIV – luatex 0.70, all's right. But with the current version 2012.05.30 11:26 MKIV – luatex 0.72 and the actuel beta – luatex 0.74, the header logo is cut into the cut marks (w/o trap).
>> 
>> You can see my minimal in attachment.
>> 
>> PS: excuse me for my approximate language, I don't speak english…
>> 
>> Pierre Bovet
>> 
>> 
>> <arranging.tex>___________________________________________________________________________________
>> 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
> ___________________________________________________________________________________

[-- Attachment #2: luatex_0.74.0.pdf --]
[-- Type: application/pdf, Size: 16916 bytes --]

[-- Attachment #3: luatex_0.70.2.pdf --]
[-- Type: application/pdf, Size: 48723 bytes --]

[-- Attachment #4: 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] 3+ messages in thread

end of thread, other threads:[~2013-02-25 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-21 10:41 problem with --arrange option (current 2011.05.18 18:04 MKIV and actual beta) Pierre Bovet
2013-02-23 20:04 ` Willi Egger
2013-02-25 14:26   ` Pierre Bovet

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