[NTG-context] Re: Margins using 2UP imposition schema

2024-09-16 Thread Willi Egger
margin larger, so that I can hole punch the > booklet. > > I believe, in such case, margins should be controlled using 'backspace' and > 'cutspace' options of the \setuplayout command, but I'm afraid I don't quite > understand how to use those properly.

[NTG-context] Re: Margins using 2UP imposition schema

2024-09-15 Thread Wolfgang Schuster
se, margins should be controlled using 'backspace' and 'cutspace' options of the \setuplayout command, but I'm afraid I don't quite understand how to use those properly.  Here's a minimal example: \setuppapersize[A5][A4] \setuparranging[2UP,rotated] \setuplayout

[NTG-context] Margins using 2UP imposition schema

2024-09-14 Thread Angel M Alganza
ce' and 'cutspace' options of the \setuplayout command, but I'm afraid I don't quite understand how to use those properly. Here's a minimal example: \setuppapersize[A5][A4] \setuparranging[2UP,rotated] \setuplayout [topspace=13pt, backspace=30pt, cutspace=-20pt, wid

[NTG-context] Re: command line arguments

2024-03-20 Thread Hraban Ramm
s, as used in \dorecurse{\Pages}{…}, but not for the imposition schema. Typesetting \Schema looks right, but \setuparranging doesn’t work. Where's my error? You forgot about expansion and in your case \doifelsedocumentargument is not fully expandable. This doesn't matter for \dore

[NTG-context] Re: command line arguments

2024-03-19 Thread Wolfgang Schuster
r the imposition schema. Typesetting \Schema looks right, but \setuparranging doesn’t work. Where's my error? You forgot about expansion and in your case \doifelsedocumentargument is not fully expandable. This doesn't matter for \dorecurse where the number parser ignores the flag because

[NTG-context] Re: command line arguments

2024-03-19 Thread Willi Egger
, as used in \dorecurse{\Pages}{…}, > but not for the imposition schema. Typesetting \Schema looks right, but > \setuparranging doesn’t work. Where's my error? > > \def\Schema{\doifelsedocumentargument{schema}{\getdocumentargument{schema}}{1*8}} > \def\Pages{\doifelsedocumenta

[NTG-context] command line arguments

2024-03-19 Thread Hraban Ramm
looks right, but \setuparranging doesn’t work. Where's my error? \def\Schema{\doifelsedocumentargument{schema}{\getdocumentargument{schema}}{1*8}} \def\Pages{\doifelsedocumentargument{numberofpages}{\getdocumentargument{numberofpages}}{16}} \setuparranging[\Schema] Find the full example attach

[NTG-context] Re: Structuring a magazine or booklet

2024-02-29 Thread Jean-Pierre Delange
https://wiki.contextgarden.net/Imposition I'll read and test it. Hi Jean-Pierre, in its simplest form, a booklet may be: \setuppapersize[A4][A3, landscape] \setuparranging[2UP] \starttext \dorecurse{28}{\section{Section}\input zapf} \stoptext I think this seems to be what you may be aiming at. Ju

[NTG-context] Re: Structuring a magazine or booklet

2024-02-28 Thread Pablo Rodriguez via ntg-context
persize[A4][A3, landscape] \setuparranging[2UP] \starttext \dorecurse{28}{\section{Section}\input zapf} \stoptext I think this seems to be what you may be aiming at. Just in case it might help, Pablo ___ If your question

[NTG-context] Re: imposition: getting to the last page of a booklet

2024-02-27 Thread Pablo Rodriguez via ntg-context
sted a solution for this. I’m afraid I cannot make your sample work: \setuppapersize[A5][A4, landscape] \setuparranging[2UP] \setuppagenumbering[alternative={singlesided,doublesided}] \starttext \samplefile{lorem} \page[quadruple] page before the quadruple (must be 3, not 4) \page[yes, q

[NTG-context] Re: Asking help for better way to make tickets.

2024-01-12 Thread Marco Patzer
nter of the ticket which is increasing. > > I use the following code to make it. Here's a suggestion: \definepapersize [jeong] [width=67mm, height=73mm] \setuppapersize [jeong] [A4] \setuppaper [nx=3, ny=4, dx=4.4mm, dy=1.5mm] \setuparranging [XY] \setuplayout

[NTG-context] Problem with float and new layout on same page

2022-12-25 Thread peter.hopcroft--- via ntg-context
My MWE below produces this pdf. My problem is that on page 2, the body text flows beyond its frame and into the footer distance. Regards, Peter Play.pdf Description: Adobe PDF document MWE: \setuppapersize[A4][A3,landscape] \setuparranging[2SIDE] \showframe \definelayout[mypage

Re: [NTG-context] Seems to be a bug with \definelayout

2022-12-10 Thread peter.hopcroft--- via ntg-context
t; 2 - On pages 5 and 6, the text flows beyond the bottom of the frame. >> It should stop at the bottom of the frame. > > Hi Peter, > > as in my reply from yesterday, this seems to fix your bugs: > > \showframe > \setuppapersize[A4][A3,landscape] \setuparranging[2S

Re: [NTG-context] Seems to be a bug with \definelayout

2022-12-10 Thread Pablo Rodriguez via ntg-context
\setuppapersize[A4][A3,landscape] \setuparranging[2SIDE] \setuplayout[backspace=80mm, width=100mm, topspace=50mm, header=0mm, footer=0mm, height=200mm, margindistance=10mm, leftmargin=40mm] \definelayout[short][backspace=80mm, width=100mm, topspace=50mm, header=0mm, footer=0mm, height=80mm, margi

[NTG-context] Seems to be a bug with \definelayout

2022-12-09 Thread peter.hopcroft--- via ntg-context
the text flows within the frames. Peter %== \showframe \setuppapersize[A4][A3,landscape] \setuparranging[2SIDE] \setuplayout[backspace=80mm, width=100mm, topspace=50mm, header=0mm, footer=0mm, height=200mm, margindistance=10mm, leftmargin=40mm

[NTG-context] \definelayout[pagenumber][layout] behaving strangely

2022-12-08 Thread peter.hopcroft--- via ntg-context
LMTX I updated a few days ago. ConTeXt online’s pdf is the same. %== \showframe \setuppapersize[A4][A3,landscape] \setuparranging[2SIDE] \setuplayout[backspace=80mm, width=100mm, topspace=50mm, header=0mm, footer=0mm, height=200mm, margindistance

Re: [NTG-context] startTEXpage on A4

2022-10-10 Thread Willi Egger via ntg-context
an environment like \startTEXpage? >>>> >>>> Can you be more concrete what your goal is, there are a few ways to solve >>>> your problem but with a few more information we can give you a good >>>> solution. >>> Say I want to print some stickers

Re: [NTG-context] startTEXpage on A4

2022-10-09 Thread Leah Neukirchen via ntg-context
a way to print crop marks around >>>> an environment like \startTEXpage? >>> >>> Can you be more concrete what your goal is, there are a few ways to solve >>> your problem but with a few more information we can give you a good >>> solution. >> Say I

Re: [NTG-context] \setuparranging values for perfect bound A5 on A3?

2022-10-09 Thread Bruce Horrocks via ntg-context
> On 9 Oct 2022, at 02:58, Max Chernoff wrote: > > > Hi Bruce, > >> I have a book to be perfect bound[1] and I'm trying to work out what >> imposition to use. >> >> The printer would like 4 A5 pages laid out on A3 e.g. >> >> +---+---+ >> | | | >> | a | b | >> | | | >> +---+---+ >> |

Re: [NTG-context] startTEXpage on A4

2022-10-09 Thread Hans Hagen via ntg-context
print some stickers or paper strips of non-fixed size, and get crop marks around them to know where to cut. With \setuppapersize and \setuparranging I can do this nicely if I know the size in advance, but in some cases I don't. \unprotect % fix needed \def\page_boxes_apply_offset % #box

Re: [NTG-context] startTEXpage on A4

2022-10-09 Thread Wolfgang Schuster via ntg-context
s or paper strips of non-fixed size, and get crop marks around them to know where to cut. With \setuppapersize and \setuparranging I can do this nicely if I know the size in advance, but in some cases I don't. You can use \framed to create a box which takes the size of its content. The

Re: [NTG-context] startTEXpage on A4

2022-10-09 Thread Leah Neukirchen via ntg-context
an give you a good > solution. Say I want to print some stickers or paper strips of non-fixed size, and get crop marks around them to know where to cut. With \setuppapersize and \setuparranging I can do this nicely if I know the siz

Re: [NTG-context] \setuparranging values for perfect bound A5 on A3?

2022-10-09 Thread Henning Hraban Ramm via ntg-context
o use? If they can be printed in reverse order then great but I assume the printer can do that fairly easily. If not, is there a recommended external program that can do it? I've tried \setuplayout[4*2] and XY with 2x2 but neither output is what I need. You meant \setuparranging, didn’t yo

Re: [NTG-context] \setuparranging values for perfect bound A5 on A3?

2022-10-08 Thread Max Chernoff via ntg-context
Hi Bruce, > I have a book to be perfect bound[1] and I'm trying to work out what > imposition to use. > > The printer would like 4 A5 pages laid out on A3 e.g. > > +---+---+ > | | | > | a | b | > | | | > +---+---+ > | | | > | c | d | > | | | > +---+---+ > > so that he can cut t

[NTG-context] \setuparranging values for perfect bound A5 on A3?

2022-10-08 Thread Bruce Horrocks via ntg-context
I have a book to be perfect bound[1] and I'm trying to work out what imposition to use. The printer would like 4 A5 pages laid out on A3 e.g. +---+---+ | | | | a | b | | | | +---+---+ | | | | c | d | | | | +---+---+ so that he can cut the paper and simply stack a, b, c, & d on t

Re: [NTG-context] Missing letters and numbers in printout

2022-09-29 Thread Pablo Rodriguez via ntg-context
.ntg.nl/pipermail/ntg-context/2022/106829.html by Hans himself). The following code relates to an issue I had with ConTeXt myself: \setuppapersize[A5][A4, landscape] \doifmodeelse{broken-printer} {\setuparranging[2UP,doublesided] \setupinteractionscreen[option={portrait, pape

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
\stoptext > \stopbuffer > \startmode[*first] > \savebuffer[newbuff][source_page.tex, prefix=no] > \executesystemcommand{context --purgeall source_page.tex} > \stopmode > \setuplayout[page] > \setuppapersize[A6][A4] > \setuppaper[nx=2, ny=2] > \setuparranging [XY] > \starttext &

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
newbuff] > \setuppapersize[A3] > \setupbodyfont[sans, 1200pt] > \starttext > \dorecurse{8} > {\startmakeup[page][pagestate=start, align=center, style=\bf] >\recurselevel > \stopmakeup} > \stoptext > \stopbuffer > \startmode[*first] > \savebuffer[newbu

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
\stopmakeup} \stoptext \stopbuffer \startmode[*first] \savebuffer[newbuff][source_page.tex, prefix=no] \executesystemcommand{context --purgeall source_page.tex} \stopmode \setuplayout[page] \setuppapersize[A6][A4] \setuppaper[nx=2, ny=2] \setuparranging [XY] \starttext \startnotmode[*first]

Re: [NTG-context] Clipping multiple PDFs

2022-08-21 Thread Pablo Rodriguez via ntg-context
bf] \recurselevel \stopmakeup} \stoptext \stopbuffer \startmode[*first] \savebuffer[newbuff][source_page.tex, prefix=no] \executesystemcommand{context --purgeall source_page.tex} \stopmode \setuplayout[page] \setuppapersize[A6][A4] \setuppaper[nx=2, ny=2] \setuparranging [XY]

Re: [NTG-context] split TABLE cells

2022-05-19 Thread Steffen Wolfrum via ntg-context
t >> \eTD >> \bTD >> Test >> \eTD >> \bTD >> Test >> \eTD >> \eTR >> \eTABLE >> \stoptext > not possible, use tabulate instead do you have a MWE? the example from https://wiki.contextgarden.net/Tabulate gives an empty page: \set

Re: [NTG-context] \installpagearrangement doublesided stickers

2022-02-11 Thread Jigé via ntg-context
pages \fi} \definepapersize[Vignette][width=80.0mm,height=50.0mm] \setuppapersize [Vignette][A4] \setuparranging [2*5*double*2*5] \setuplayout [margin=0pt, location=middle, marking=on] \showframe \starttext \dorecurse{20}{\vbox to \textheight{\vfill\midaligned{\tfd ABC}\vfill}\page} \stoptext M

Re: [NTG-context] \installpagearrangement doublesided stickers

2022-01-22 Thread Willi Egger via ntg-context
angedpageA % > \or \handlearrangedpageXandY{#1}003\arrangedpageB % > \or \handlearrangedpageXandY{#1}004\arrangedpageA % > \or \handlearrangedpageXandY{#1}014\arrangedpageB % > \or \handlearrangedpageXandY{#1}014\arrangedpageA % > \or \handlearrangedpageXandY{#1}004\arrange

[NTG-context] \installpagearrangement doublesided stickers

2022-01-16 Thread Jigé via ntg-context
pageB % \or \handlearrangedpageXandY{#1}014\arrangedpageA % \or \handlearrangedpageXandY{#1}004\arrangedpageB % \poparrangedpages \fi} \definepapersize[Etiquette][width=80.0mm,height=50.0mm] \setuppapersize [Etiquette][A4] \setuparranging [2*5*double*2*5] %\setuplayout [margin=0

Re: [NTG-context] \rotate[rotation=270] adds extra vertical space

2021-10-22 Thread Hans Hagen via ntg-context
\stopbuffer \startmode[*first] \savebuffer[newbuff][A3page.tex, prefix=no] \executesystemcommand{context --purgeall A3page.tex} \stopmode \showframe \setuplayout[page] \setuppapersize[A5][A4, landscape] \setuparranging [2UP] \setupinteractionscreen[option={landscape, paper

[NTG-context] \rotate[rotation=270] adds extra vertical space

2021-10-21 Thread Pablo Rodriguez via ntg-context
] \executesystemcommand{context --purgeall A3page.tex} \stopmode \showframe \setuplayout[page] \setuppapersize[A5][A4, landscape] \setuparranging [2UP] \setupinteractionscreen[option={landscape, paper}] \starttext \doiffile{A3page.pdf} {\def\Doc{A3page.pdf} \getfiguredimensions[\Doc

Re: [NTG-context] lmtx error: You can't use 'integer 340' in internal vertical mode

2021-02-23 Thread Hans Hagen
On 2/23/2021 11:55 AM, Thomas A. Schmitz wrote: On 20.02.21 17:12, Hans Hagen wrote: hm, but it still makes sense to know if something fails .. keep en eye on it I just stumbled upon the same error. Arranging is broken in lmtx. MWE: \setuppapersize[A6][A4] \setuparranging[2*4] \starttext

Re: [NTG-context] lmtx error: You can't use 'integer 340' in internal vertical mode

2021-02-23 Thread Thomas A. Schmitz
On 20.02.21 17:12, Hans Hagen wrote: hm, but it still makes sense to know if something fails .. keep en eye on it I just stumbled upon the same error. Arranging is broken in lmtx. MWE: \setuppapersize[A6][A4] \setuparranging[2*4] \starttext \dorecurse{8}{Test: \recurselevel \page

Re: [NTG-context] question about frames

2020-11-26 Thread Pablo Rodriguez
solution is straight to the point and works like a charm. And it’s also highly instructive. This is the first time I see \offinterlineskip. Thanks to “TeX for the Impatient”, I see that this is a TeX command. > Variant 2: > > \setuparranging >[XY] I wonder whether arranging is a more

Re: [NTG-context] question about frames

2020-11-26 Thread Wolfgang Schuster
: \definepapersize [etikett] [width=5cm, height=2cm] \setuppapersize [etikett] [A4] \setuplayout [page] \setuppaper [nx=4, ny=14] \setuppaper [dx=1sp, dy=1sp, backspace=5mm, topspace=10mm] \setuparranging [XY] \setuplayout [location=middle] \starttext \dorecurse{56

Re: [NTG-context] \setuparranging broken in LMTX?

2020-11-07 Thread Pablo Rodriguez
On 11/7/20 12:25 PM, Hans Hagen wrote: > On 11/7/2020 10:57 AM, Pablo Rodriguez wrote: >> [...] >> With a simple PDF document, I cannot make \setuparranging work in LMTX. >> Using latest from 2020.11.06 20:34. >> [...] > a bit too agressive checking in the engine .. i

Re: [NTG-context] \setuparranging broken in LMTX?

2020-11-07 Thread Hans Hagen
On 11/7/2020 10:57 AM, Pablo Rodriguez wrote: Dear list, I have the following sample: \setuparranging[2TOP] \setuplayout[page] \starttext \insertpages[file.pdf] \stoptext With a simple PDF document, I cannot make \setuparranging work in LMTX. Using latest from 2020.11.06 20:34

[NTG-context] \setuparranging broken in LMTX?

2020-11-07 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuparranging[2TOP] \setuplayout[page] \starttext \insertpages[file.pdf] \stoptext With a simple PDF document, I cannot make \setuparranging work in LMTX. Using latest from 2020.11.06 20:34. It works perfectly fine with MkIV. Could anyone

[NTG-context] wrong 2TOPSIDE?

2020-08-27 Thread Pablo Rodriguez
artnotmode[*first] \setuppapersize[A5, landscape][A4] \setuparranging[2TOPSIDE] \setuplayout[page] \setupinteractionscreen[option={portrait,paper}] \starttext \insertpages[\jobname-singular.pdf][width=0pt] \stopnotmode \stoptext I would say that last page (

[NTG-context] Is there a bug in lmt_shade[...=...,...=...]

2020-07-29 Thread Keith McKay
Hi Has a bug appeared in the command lmt_shade[ ]? This used to work before I upgraded. \setuppapersize [A5, portrait][A4, landscape] \setuparranging[2UP] \starttext \startMPpage StartPage; width := PaperWidth ; height := PaperHeight ; unit := cm ; definecolor [ name = "MyColor

Re: [NTG-context] error running wiki example with labels

2020-06-26 Thread Jan-Erik Hägglöf
uage[sv] %\usetypescriptfile [plex] \setupbodyfont [palatino,ss,11pt] \setupinterlinespace[16pt] \useMPlibrary[dum] \useexternalfigure[logo][cow][size=art] \definepapersize[Label][width=\LWidth,height=\LHeight] \setuppapersize[Label][A4] \setuppaper[ nx=2, ny=9, topspace=1cm, backsp

Re: [NTG-context] (no subject)

2020-06-17 Thread Taco Hoekwater
arrangedpageN > \or \handlearrangedpageXandY{#1}010\arrangedpageA % 1 rot,hskip,vskip > \or \handlearrangedpageXandY{#1}111\arrangedpageA % 2 > \or \handlearrangedpageXandY{#1}101\arrangedpageA % 3 > \or \handlearrangedpageXandY{#1}000\arrangedpageA % 4 > \poparrangedpages >

[NTG-context] (no subject)

2020-06-17 Thread Malte Frank Gerdes
XandY{#1}000\arrangedpageA % 4 \poparrangedpages \fi} \setuppapersize [A10][A8] \setuparranging [1*4*reversed] \setuplayout[margin=0pt, width=fit] \showframe \starttext \dorecurse{8}{\vbox to \textheight{\vfill\midaligned{\tfd ABC}\vfill}\page} \stoptext ``` imposition scheme i

Re: [NTG-context] How to make page break & headers in XY arrangements?

2020-03-30 Thread Hans Hagen
ayout [location=middle] \setuparranging [XY] \showframe \setupbodyfont [8pt] \def\somecontent#1{\startpagemakeup #1 \stoppagemakeup} \starttext \installpagebreakmethod{mojca} {\page \scratchcounterone \numexpr\rootlayouttargetparameter{nx}*\rootlayouttargetparameter{ny}\

Re: [NTG-context] How to make page break & headers in XY arrangements?

2020-03-30 Thread Hans Hagen
e] \setuplayout [location=middle] \setuparranging [XY] \showframe \setupbodyfont [8pt] \def\somecontent#1{\startpagemakeup #1 \stoppagemakeup} \starttext % I want to mark the page with label numbers \setupheadertexts[1][1][1][1]% \dorecurse{50}{\somecontent{Label ONE}} % I want an actual

[NTG-context] How to make page break & headers in XY arrangements?

2020-03-30 Thread Mojca Miklavec
elegant way to achieve the same. Thank you, Mojca \setuppapersize [XY][A4] \setuppaper [topspace=10mm,backspace=10mm,dx=0mm,dy=0mm,nx=5,ny=13] \setuplayout [page] [topspace=2mm,backspace=2mm] \setuplayout [page] \setuplayout [location=middle] \setuparranging

Re: [NTG-context] Problem with \setuparranging

2020-02-27 Thread context
ttext \pagefigure[A3.pdf] \start \setuppapersize[A4,portrait][A3,landscape] \setuparranging[2SIDE] \pagefigure[A4.pdf] \input knuth \stop \pagefigure[A3.pdf] \start \setuppapersize[A4,portrait][A3,landscape] \setuparranging[2SIDE] \pagefigure[A4.pdf] \input knuth \stop \stoptext Any

Re: [NTG-context] Problem with \setuparranging

2020-02-26 Thread Willi Egger
pages with A3 landscape pages in an imposition run. Willi > On 13 Feb 2020, at 15:13, cont...@vivaldi.net wrote: > > Hello, > > I missed to write my code: > > \starttext > \pagefigure[A3.pdf] > > \start > \setuppapersize[A4,portrait][A3,landscape] > \se

Re: [NTG-context] Problem with \setuparranging

2020-02-13 Thread context
Hello, I missed to write my code: \starttext \pagefigure[A3.pdf] \start \setuppapersize[A4,portrait][A3,landscape] \setuparranging[2SIDE] \pagefigure[A4.pdf] \input knuth \stop \pagefigure[A3.pdf] \start \setuppapersize[A4,portrait][A3,landscape

[NTG-context] Problem with \setuparranging

2020-02-13 Thread context
as on page 2). The (unwanted) result is: - page 1: as expected, - page 2: as expected, - page 3: surprisignly A4 (red) (whilst the figure is of A3), - page 4: surprisingly A3, but some text on the left half, and no green A4. Is \setuparranging limited somehow or intended for another use? How t

Re: [NTG-context] Tent style cards

2019-12-22 Thread Pavneet Arora
ation. \showframe %\showsetups %\showlayout \getbuffer[tblcard] \page \getbuffer[tblcard] \stoptext On 22Dec19, Wolfgang Schuster wrote: > > \setuparranging[1*2-Conference] -- Pavneet Arora m: +1 647-406-6843 Waroc Informatike: pavneet_ar...@waroc.co

Re: [NTG-context] Tent style cards

2019-12-22 Thread Hans Hagen
many alternatives, this is the closest I have come up with. But mirroring doesn't work.  If I use \setuparranging[2*4] mirroring works, but I only need tent style (1*2 head-to-head) so that I can trim to size. Any template that could be suggested would be most helpful as the wedding is on Mon (yikes!)

Re: [NTG-context] Tent style cards

2019-12-22 Thread Wolfgang Schuster
. But mirroring doesn't work. If I use \setuparranging[2*4] mirroring works, but I only need tent style (1*2 head-to-head) so that I can trim to size. Any template that could be suggested would be most helpful as the wedding is on Mon (yikes!). Simple solution: \starttexdefinition Ta

Re: [NTG-context] Tent style cards

2019-12-22 Thread Wolfgang Schuster
. But mirroring doesn't work. If I use \setuparranging[2*4] mirroring works, but I only need tent style (1*2 head-to-head) so that I can trim to size. Any template that could be suggested would be most helpful as the wedding is on Mon (yikes!). There is a arrangement style but it's meant

Re: [NTG-context] Tent style cards

2019-12-21 Thread Pablo Rodriguez
losest I have come up with. > But mirroring doesn't work. If I use \setuparranging[2*4] mirroring > works, but I only need tent style (1*2 head-to-head) so that I can trim > to size. > > Any template that could be suggested would be most helpful as the > wedding is on Mon (

[NTG-context] Tent style cards

2019-12-21 Thread Pavneet Arora
If I use \setuparranging[2*4] mirroring works, but I only need tent style (1*2 head-to-head) so that I can trim to size. Any template that could be suggested would be most helpful as the wedding is on Mon (yikes!). advTHANKSance. >>>MWE<<< \definepapersize[tblcard][width=4in,height=3

[NTG-context] lmtx setuparranging

2019-08-17 Thread jk...@inradius.net
Booklet layout 2UP is not working with lmtx for me. MWE: under mkiv I get all 4 booklet pages laid out for two-sided print and fold. \setuppapersize[A5][A4,landscape] \setuparranging[2UP,doublesided] \starttext \dorecurse{4}{\input tufte \blank} \dorecurse{3}{\input bryson \blank} \dorecurse{3

Re: [NTG-context] background color, was: CMYK Color profile

2019-06-02 Thread Benjamin Koppe
all] > [width=\dimexpr100mm-\measure{shortfold}\relax, > height=210mm] > > %% Imposition: With the following two commands we arrange the six > pages > %% on the final PDF print sheet. > > %% The flyerpages are imposed on the printed sheet. > \setuppapersize >

Re: [NTG-context] background color, was: CMYK Color profile

2019-05-31 Thread Benjamin Koppe
imposed on the printed sheet. \setuppapersize [flyer-page] [A4-flyer] %% The pages are arranged as a tryptichon. \setuparranging [TRYPTICHON] %% Because of the shorter folded page and the bleed the pages has %% to be shifted horizontally on the printed sheet. %% The values are calcu

[NTG-context] Imposition: 4 on 1, last 2 pages upside down

2019-04-18 Thread Paul Schalck
Hello, I'm trying to get four small A6 pages on one A4 page (portrait) like this: 4 1 3 2 The last two pages should be upside down. This is my starting point: \setuppapersize[A6][A4] \setuparranging[1*4] Aside from the different page sequence, this rotates the last two pages, which i

[NTG-context] DIN lang folder with crop marks

2019-04-10 Thread Benjamin Koppe
as a tryptichon. \setuparranging [TRYPTICHON] %% Because of the shorter folded page and the bleed the pages has %% to be shifted horizontally on the printed sheet. %% The values are calculated here. \definepageshift [flyer] [horizontal] [\dimexpr\measure{bleed}-\measured{s

[NTG-context] Filterpages is broken in LMTX

2019-04-08 Thread Markus Finke
\setuppapersize [A5] [A4, landscape] 
\setuparranging [2SIDE]

 \starttext
 \filterpages[test.pdf][1:6][]
 \stoptext Thank you, Markus ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] Printing 3 din lang pages on one dina4 page

2019-03-12 Thread Jan U. Hasecke
Am 12.03.19 um 17:25 schrieb Wolfgang Schuster: > \definepapersize [A4/3] [width=99mm,height=210mm] > > \setuppapersize [A4/3] [A4,landscape] > > \setuppaper [nx=3,ny=1] > > \setuparranging [XY] > > \setupbodyfont [10pt] > > \showframe[page] > > \start

Re: [NTG-context] Printing 3 din lang pages on one dina4 page

2019-03-12 Thread Wolfgang Schuster
following does not work. \definepapersize [flyer] [width=99mm,height=210mm] \setuppapersize [flyer] [a4] \setuparranging[1*3] The option [1*3] does not exist for \setuparranging. But I thought this could be what I want one sheet three pages. Use the XY arrangement method and set the

[NTG-context] Printing 3 din lang pages on one dina4 page

2019-03-12 Thread Jan U. Hasecke
[flyer] [width=99mm,height=210mm] \setuppapersize [flyer] [a4] \setuparranging[1*3] The option [1*3] does not exist for \setuparranging. But I thought this could be what I want one sheet three pages. TIA juh

Re: [NTG-context] Changes \setuphead

2019-01-21 Thread Ursula Hermann
o show the effect on this wiki > \setuppapersize[A8][A5,landscape] \setuppaper[nx=4, ny=2] > \setuplayout[page][location=middle, marking=on] \setuparranging [XY] > \setupbodyfont[6pt] > > % actual example starts here > \setuppagenumbering > [alternative=doublesided] >

Re: [NTG-context] Changes \setuphead

2019-01-21 Thread Otared Kavian
o show the effect on this wiki > \setuppapersize[A8][A5,landscape] > \setuppaper[nx=4, ny=2] > \setuplayout[page][location=middle, marking=on] > \setuparranging [XY] > \setupbodyfont[6pt] > > % actual example starts here > \setuppagenumbering > [alternative=doublesided]

[NTG-context] Changes \setuphead

2019-01-21 Thread Ursula Hermann
show the effect on this wiki \setuppapersize[A8][A5,landscape] \setuppaper[nx=4, ny=2] \setuplayout[page][location=middle, marking=on] \setuparranging [XY] \setupbodyfont[6pt] % actual example starts here \setuppagenumbering [alternative=doublesided] \startsetups [chapter:before

Re: [NTG-context] Creating flyers with ConTeXt

2018-09-24 Thread Jan U. Hasecke
rsize [A4-flyer] [width=303mm, height=216mm] \definepapersize [flyer-page] [width=100mm, height=210mm] \definepapersize [flyer-page-small] [width=\dimexpr100mm-\measure{shortfold}\relax, height=210mm] \setuppapersize [flyer-page] [A4-flyer] \setuparranging [TRYPTICHON] %% The pa

Re: [NTG-context] Creating flyers with ConTeXt

2018-09-21 Thread Marco Patzer
On Fri, 21 Sep 2018 15:27:02 +0200 "Jan U. Hasecke" wrote: > consulting the wiki I found > http://context.aanhet.net/svn/contextman/context-reference/en/co-pagedesign.pdf > and the command \setuparranging [TRYPTICHON]. So I think that I should > be able to make a pdf fo

Re: [NTG-context] Creating flyers with ConTeXt

2018-09-21 Thread Brian Ballsun-Stanton
o map the pages to the folds. My imposition code: \definepapersize[sheet][width=99mm,height=210mm] \setuppapersize[sheet][A4, landscape] \setuppaper[nx=3, ny=1, dx=0mm, dy=0mm] % must come before \setuparranging! \setuplayout[page][location=middle, marking=on] \setuparranging [XY] \setupl

Re: [NTG-context] Creating flyers with ConTeXt

2018-09-21 Thread Wolfgang Schuster
\definepapersize [A4/3] [width=99mm,height=210mm] \setuppapersize [A4/3] [A4,landscape] \setuparranging [TRYPTICHON] \setupbodyfont [10pt] \starttext \dorecurse{12}{\samplefile{knuth}} \stoptext Wolfgang Jan U. Hasecke schrieb am 21.09.18 um 15:27: Hi all, consulting the wiki I found

[NTG-context] Creating flyers with ConTeXt

2018-09-21 Thread Jan U. Hasecke
Hi all, consulting the wiki I found http://context.aanhet.net/svn/contextman/context-reference/en/co-pagedesign.pdf and the command \setuparranging [TRYPTICHON]. So I think that I should be able to make a pdf for a flyer and print it with an online printer. But as I am still very new to ConTeXt

Re: [NTG-context] 6-sided letter fold (TRYPTICHON) with unequal page size

2018-06-27 Thread Wolfgang Schuster
For most documents this should work. \definepapersize[flyer][width=100mm,height=210mm] \setuppapersize[flyer][A4,landscape] \setuparranging [TRYPTICHON] \definepageshift[flyer][horizontal][-3pt,0pt,0pt,0pt,-3pt,-3pt] %\definepageshift[flyer][horizontal][-3pt,0pt,0pt,-1.5pt,-1.5p

[NTG-context] 6-sided letter fold (TRYPTICHON) with unequal page size

2018-06-19 Thread Marco Patzer
small] [width=9.7cm, height=21cm] \setuppapersize [flyer] [A4, landscape] \setuplayout [page] \setuparranging [TRYPTICHON] \starttext \showframe 10cm:\blank \rightaligned{\blackrule[width=10cm]}\vfill{\tfd\currentpage} \page 10cm:\blank[5mm] \blackrule[width=10cm]\vfill{\tfd\currentpage} \p

Re: [NTG-context] issues with \typesetbuffer

2018-04-18 Thread Pablo Rodriguez
On 04/18/2018 08:22 PM, Hans Hagen wrote: > On 4/18/2018 6:38 PM, Pablo Rodriguez wrote: >> Hans, >> >> I have the following sample: >> >> \setuppapersize[A5][A4, landscape] >> >> \setuparranging[2SIDE] > works ok here but arranging mi

Re: [NTG-context] issues with \typesetbuffer

2018-04-18 Thread Hans Hagen
On 4/18/2018 6:38 PM, Pablo Rodriguez wrote: Hans, I have the following sample: \setuppapersize[A5][A4, landscape] \setuparranging[2SIDE] works ok here but arranging might interfere (do that on the commandline

[NTG-context] issues with \typesetbuffer

2018-04-18 Thread Pablo Rodriguez
Hans, I have the following sample: \setuppapersize[A5][A4, landscape] \setuparranging[2SIDE] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt

Re: [NTG-context] \completeindex and \setuparranging

2018-03-20 Thread Gerard
Bonjour Wolfgang ! Great ! it's perfect ! I was sad to give up my idea (music booklet in A5 format...). Too happy 8-) Thank you for you precious help. I have a lot to learn with ConTeXt ! Gérard Le 20/03/2018 à 10:53, Wolfgang Schuster a écrit : Your index doesn’t work because you have no

Re: [NTG-context] \completeindex and \setuparranging

2018-03-20 Thread Wolfgang Schuster
survoje <mailto:surv...@free.fr> 19. März 2018 um 21:26 Bonsoir Wolfgang ! I tried according to your method (without arrangement and extra run) without result, I tried others possibilities without result. The index page is never ok with \setuparranging... Surely I did not understan

Re: [NTG-context] \completeindex and \setuparranging

2018-03-19 Thread survoje
Bonsoir Wolfgang ! I tried according to your method (without arrangement and extra run) without result, I tried others possibilities without result. The index page is never ok with \setuparranging... Surely I did not understand. I wanted to make a booklet of musical scores in A5 (24 pages

Re: [NTG-context] \completeindex and \setuparranging

2018-03-19 Thread Wolfgang Schuster
A5][A4,landscape] \setuparranging[2UP] \setupregister[index][n=2, pagestyle=bold] \starttext \externalfigure[Alaude][width=\textwidth]\index{Alaude} \blank \externalfigure[Andro][width=\textwidth]\index{Andro} \page \completeindex \stoptext - and run

[NTG-context] \completeindex and \setuparranging

2018-03-19 Thread Gerard
ached : - \placeindex does not mark the pages - \completeindex only marks page 19 (the last page) That's the context : --- \setuppapersize[A5][A4,landscape] \setuparranging[2UP] \setupregister[index][n=2,     pagestyle=bold] \starttext \externalfigure[Alaude][width=

Re: [NTG-context] \completindex in \setuparranging

2018-03-18 Thread Pablo Rodriguez
completeindex (or \placeindex) works in this case : >>> >>> \setuppapersize[A5]%[A4,landscape] >>> >>> %\setuparranging[2UP] >>> >>> >>> with % >>> >>> >>> but does not work in this case : >>> >>> >>> \

[NTG-context] \completindex in \setuparranging

2018-03-18 Thread Gerard
<mailto:surv...@free.fr> 18. März 2018 um 19:37 Bonjour, \completeindex (or \placeindex) works in this case : \setuppapersize[A5]%[A4,landscape] %\setuparranging[2UP] with % but does not work in this case : \setuppapersize[A5][A4,landscape] \setuparranging[2UP] I do not understand where

Re: [NTG-context] \xmldoifelseempty

2018-03-18 Thread Wolfgang Schuster
survoje <mailto:surv...@free.fr> 18. März 2018 um 19:37 Bonjour, \completeindex (or \placeindex) works in this case : \setuppapersize[A5]%[A4,landscape] %\setuparranging[2UP] with % but does not work in this case : \setuppapersize[A5][A4,landscape] \setuparranging[2UP] I

Re: [NTG-context] \xmldoifelseempty

2018-03-18 Thread Pablo Rodriguez
On 03/18/2018 07:37 PM, survoje wrote: > Bonjour, > > \completeindex (or \placeindex) works in this case : > > \setuppapersize[A5]%[A4,landscape] > %\setuparranging[2UP] > > with % > > but does not work in this case : > > \setuppapersize[A5][A4,landscape]

Re: [NTG-context] \xmldoifelseempty

2018-03-18 Thread survoje
Bonjour, \completeindex (or \placeindex) works in this case : \setuppapersize[A5]%[A4,landscape] %\setuparranging[2UP] with % but does not work in this case : \setuppapersize[A5][A4,landscape] \setuparranging[2UP] I do not understand where is my mistake ! Thank you for your help

Re: [NTG-context] vertical alignment of images in Natural Table

2017-10-28 Thread John Kitzmiller
module fullpage to keep it simpler.) \setuppagenumbering[state=stop] \usemodule[fullpage][style={margin,empty},margin=1.4cm] \useMPlibrary[dum] \setuppapersize[A6][A4] \setuppaper[nx=2,ny=2] \setuplayout[page][location=middle] \setuparranging [XY] \showframe \starttext 73 apples are on a tree

Re: [NTG-context] Page printed upside down

2017-10-23 Thread Fabrice Couvreur
0\times 1,05 + > 400\times 1,05^2 + \dots + 400 \times 1,05^{11}\NR > \NC \NC = 400\times (1 + 1,05 + 1,05^2 + \dots + 1,05^{11})\NR > \NC \NC = 400\times \frac{1-1,05^{12}}{1-1,05}\approx 6\,367.\NR > \stopmathalignment > \stopformula} > \stoptext > > And then use

Re: [NTG-context] Page printed upside down

2017-10-22 Thread Pablo Rodriguez
] \enabledirectives[references.border] \setuparranging [2UP] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setupinteraction[state=start] \setupinteract

Re: [NTG-context] Page printed upside down

2017-10-21 Thread Fabrice Couvreur
document in the standard way (no landscape). > > 2. Impose it using the following code: > > \setuppapersize [A5][A4,landscape] > \setupexternalfigures[interaction=all] > \enabledirectives[references.border] > \setuparranging [2UP] > \setuplayout > [backs

Re: [NTG-context] Page printed upside down

2017-10-18 Thread Pablo Rodriguez
xternalfigures[interaction=all] \enabledirectives[references.border] \setuparranging [2UP] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt]

Re: [NTG-context] imposition with some rotated pages

2017-08-02 Thread Willi Egger
blo Rodriguez wrote: > > Dear list, > > I have a PDF document in A4 paper size with some rotated pages. > > I would like to make a booklet of it: > >\setuppapersize [A5][A4, landscape] >\setuparranging [2UP] >\setuplayout > [backspace=0pt, >

[NTG-context] imposition with some rotated pages

2017-07-30 Thread Pablo Rodriguez
Dear list, I have a PDF document in A4 paper size with some rotated pages. I would like to make a booklet of it: \setuppapersize [A5][A4, landscape] \setuparranging [2UP] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle

  1   2   3   4   5   6   >