Hi gurus, can anyone please suggest a way to arrange this pdf: http://www.fonurgia.unito.it/andrea/stuff/prog.pdf so that at the end I have two pages A4 landscape with pages 561 and 234? I'd like to print it on A4 double sided and fold it in 3 parts. Tried by myself but no way. Many thanks Best -a- -------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
Am 08.09.2010 um 02:08 schrieb Andrea Valle:
Hi gurus,
can anyone please suggest a way to arrange this pdf:
http://www.fonurgia.unito.it/andrea/stuff/prog.pdf
so that at the end I have two pages A4 landscape with pages 561 and 234? I'd like to print it on A4 double sided and fold it in 3 parts. Tried by myself but no way.
http://wiki.contextgarden.net/User:Wolfgang_Schuster#Brochures Wolfgang
Hi Wolfgang, nice to see that! - However Hans has changed the pusharrangedpage...#1 macro in page-imp.mkiv. Probably this code needs adaptation. See my mail to Andrea. Kind regards Willi On 8 Sep 2010, at 06:21, Wolfgang Schuster wrote:
Am 08.09.2010 um 02:08 schrieb Andrea Valle:
Hi gurus,
can anyone please suggest a way to arrange this pdf:
http://www.fonurgia.unito.it/andrea/stuff/prog.pdf
so that at the end I have two pages A4 landscape with pages 561 and 234? I'd like to print it on A4 double sided and fold it in 3 parts. Tried by myself but no way.
http://wiki.contextgarden.net/User:Wolfgang_Schuster#Brochures
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 ___________________________________________________________________________________
Am 08.09.2010 um 18:15 schrieb Willi Egger:
Hi Wolfgang,
nice to see that! - However Hans has changed the pusharrangedpage...#1 macro in page-imp.mkiv. Probably this code needs adaptation. See my mail to Andrea.
Thank’s Willi, i wasn't able myself to see Hans replaced the pseudo counter with a real counter. Wolfgang
On 8-9-2010 7:30, Wolfgang Schuster wrote:
Am 08.09.2010 um 18:15 schrieb Willi Egger:
Hi Wolfgang,
nice to see that! - However Hans has changed the pusharrangedpage...#1 macro in page-imp.mkiv. Probably this code needs adaptation. See my mail to Andrea.
Thank’s Willi,
i wasn't able myself to see Hans replaced the pseudo counter with a real counter.
most pseudocounters have been replaced (and others will be too); after all we now have enough real counters Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Andrea hm, what you want is prepare a flyer? We are going to the ConTeXt meeting in Brejlov, where I will have a talk on this subject. There are more page arrangements in this field which I do hope that they will make it into the distro. You can add the following at the top of your file: CAVE! this works only with ConTeXt after 04.09.2010: \unprotect %FLYER in three parts and 6 pages 22-10-2010 \installpagearrangement TRYPTICHON {\dosetuparrangement{3}{1}{3}{4}{2}% X,Y,Total,hcutmarks,vcutmarks \pusharrangedpageFLYERSIX\poparrangedpagesAB\relax} \def\pusharrangedpageFLYERSIX#1% Willi's approach {\global\advance\arrangedpageN\plusone \reportarrangedpage\arrangedpageN \ifcase\arrangedpageN \or \handlearrangedpageXandY{#1}020\arrangedpageA % 1 rot,hskip,vskip \or \handlearrangedpageXandY{#1}000\arrangedpageB % 2 \or \handlearrangedpageXandY{#1}010\arrangedpageB % 3 \or \handlearrangedpageXandY{#1}020\arrangedpageB % 4 \or \handlearrangedpageXandY{#1}000\arrangedpageA % 5 \or \handlearrangedpageXandY{#1}010\arrangedpageA % 6 \poparrangedpages \fi} \protect If you run a version previous to 04.09.2010: \unprotect %Folder in three parts and 6 pages 22-10-2010 \installpagearrangement TRYPTICHON {\dosetuparrangement{3}{1}{3}{4}{2}% X,Y,Total,hcutmarks,vcutmarks \pusharrangedpageFOLDERSIX\poparrangedpagesAB\relax} \def\pusharrangedpageFOLDERSIX#1% Willi's approach {\doglobal\increment\arrangedpageN \reportarrangedpage\arrangedpageN \ifcase\arrangedpageN \or \handlearrangedpageXandY{#1}020\arrangedpageA % 1 rot,hskip,vskip \or \handlearrangedpageXandY{#1}000\arrangedpageB % 2 \or \handlearrangedpageXandY{#1}010\arrangedpageB % 3 \or \handlearrangedpageXandY{#1}020\arrangedpageB % 4 \or \handlearrangedpageXandY{#1}000\arrangedpageA % 5 \or \handlearrangedpageXandY{#1}010\arrangedpageA % 6 \poparrangedpages \fi} \protect I do hope that this is what you want. Kind regards Willi On 8 Sep 2010, at 02:08, Andrea Valle wrote:
Hi gurus,
can anyone please suggest a way to arrange this pdf:
http://www.fonurgia.unito.it/andrea/stuff/prog.pdf
so that at the end I have two pages A4 landscape with pages 561 and 234? I'd like to print it on A4 double sided and fold it in 3 parts. Tried by myself but no way.
Many thanks
Best
-a-
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Am 08.09.2010 um 18:10 schrieb Willi Egger:
Hi Andrea
hm, what you want is prepare a flyer?
We are going to the ConTeXt meeting in Brejlov, where I will have a talk on this subject. There are more page arrangements in this field which I do hope that they will make it into the distro.
Why don't you make a module with them, i started one for leaflets: http://bitbucket.org/wolfs/leaflet For special layouts it can be useful to have them already preset in a module which can you load then, you can then provide a setup command for background graphics or to change arrangement order. Wolfgang
Hi Wolfgang, I think it will be best to discuss this at the Brejlov meeting together with Hans. May be Hans wants a different approach than the one which is in operation at this moment. Otherwise for sure these schemes must become a module. Willi On 8 Sep 2010, at 19:58, Wolfgang Schuster wrote:
Am 08.09.2010 um 18:10 schrieb Willi Egger:
Hi Andrea
hm, what you want is prepare a flyer?
We are going to the ConTeXt meeting in Brejlov, where I will have a talk on this subject. There are more page arrangements in this field which I do hope that they will make it into the distro.
Why don't you make a module with them, i started one for leaflets: http://bitbucket.org/wolfs/leaflet
For special layouts it can be useful to have them already preset in a module which can you load then, you can then provide a setup command for background graphics or to change arrangement order.
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 ___________________________________________________________________________________
On 8-9-2010 8:22, Willi Egger wrote:
Hi Wolfgang,
I think it will be best to discuss this at the Brejlov meeting together with Hans. May be Hans wants a different approach than the one which is in operation at this moment.
Otherwise for sure these schemes must become a module.
For some time already I'm considering moving the imposition variants to (autoloaded) modules. pimp-* or so Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 8-9-2010 8:48, Arthur Reutenauer wrote:
For some time already I'm considering moving the imposition variants to (autoloaded) modules.
pimp-* or so
That name might be unfortunate :-)
I know but could not resist and i'm sure you can cook up an even more unfortunate one (in any of the 25 languages that you speak) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 2010-09-08 um 20:48 schrieb Arthur Reutenauer:
For some time already I'm considering moving the imposition variants to (autoloaded) modules.
pimp-* or so
That name might be unfortunate :-)
But imp isn't better. German "Ausschießen" tends to Freudian typos ;-) I'd suggest to outsource all the imposition schemes to one module (and that could grow at will), m-imposition perhaps (or t-impostor?). Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Yes a flyer. Thanks a lot Willi, I think I've solved (still, I have to print bus AFAICS it's pretty fine) Best -a- On Sep 8, 2010, at 6:10 PM, Willi Egger wrote:
Hi Andrea
hm, what you want is prepare a flyer?
We are going to the ConTeXt meeting in Brejlov, where I will have a talk on this subject. There are more page arrangements in this field which I do hope that they will make it into the distro.
You can add the following at the top of your file: CAVE! this works only with ConTeXt after 04.09.2010:
\unprotect %FLYER in three parts and 6 pages 22-10-2010 \installpagearrangement TRYPTICHON {\dosetuparrangement{3}{1}{3}{4}{2}% X,Y,Total,hcutmarks,vcutmarks \pusharrangedpageFLYERSIX\poparrangedpagesAB\relax}
\def\pusharrangedpageFLYERSIX#1% Willi's approach {\global\advance\arrangedpageN\plusone \reportarrangedpage\arrangedpageN \ifcase\arrangedpageN \or \handlearrangedpageXandY{#1}020\arrangedpageA % 1 rot,hskip,vskip \or \handlearrangedpageXandY{#1}000\arrangedpageB % 2 \or \handlearrangedpageXandY{#1}010\arrangedpageB % 3 \or \handlearrangedpageXandY{#1}020\arrangedpageB % 4 \or \handlearrangedpageXandY{#1}000\arrangedpageA % 5 \or \handlearrangedpageXandY{#1}010\arrangedpageA % 6 \poparrangedpages \fi} \protect
If you run a version previous to 04.09.2010:
\unprotect %Folder in three parts and 6 pages 22-10-2010 \installpagearrangement TRYPTICHON {\dosetuparrangement{3}{1}{3}{4}{2}% X,Y,Total,hcutmarks,vcutmarks \pusharrangedpageFOLDERSIX\poparrangedpagesAB\relax}
\def\pusharrangedpageFOLDERSIX#1% Willi's approach {\doglobal\increment\arrangedpageN \reportarrangedpage\arrangedpageN \ifcase\arrangedpageN \or \handlearrangedpageXandY{#1}020\arrangedpageA % 1 rot,hskip,vskip \or \handlearrangedpageXandY{#1}000\arrangedpageB % 2 \or \handlearrangedpageXandY{#1}010\arrangedpageB % 3 \or \handlearrangedpageXandY{#1}020\arrangedpageB % 4 \or \handlearrangedpageXandY{#1}000\arrangedpageA % 5 \or \handlearrangedpageXandY{#1}010\arrangedpageA % 6 \poparrangedpages \fi} \protect
I do hope that this is what you want.
Kind regards
Willi On 8 Sep 2010, at 02:08, Andrea Valle wrote:
Hi gurus,
can anyone please suggest a way to arrange this pdf:
http://www.fonurgia.unito.it/andrea/stuff/prog.pdf
so that at the end I have two pages A4 landscape with pages 561 and 234? I'd like to print it on A4 double sided and fold it in 3 parts. Tried by myself but no way.
Many thanks
Best
-a-
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
___________________________________________________________________________________ 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 ___________________________________________________________________________________
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino --> http://www.cirma.unito.it/andrea/ --> http://www.myspace.com/andreavalle --> http://www.flickr.com/photos/vanderaalle/ --> http://www.youtube.com/user/vanderaalle --> andrea.valle@unito.it -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski)
participants (6)
-
Andrea Valle
-
Arthur Reutenauer
-
Hans Hagen
-
Henning Hraban Ramm
-
Willi Egger
-
Wolfgang Schuster