[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 [pa

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

2022-10-09 Thread Bruce Horrocks via ntg-context
ve page 11 on the front, 12 on the back >> and so on, so that each stack has a quarter of the book. >> >> Is this something LMTX can do and if so what combination of >> \setuplayout and \setuppaper do I need to use? If they can be printed >> in reverse order then great b

Re: [NTG-context] startTEXpage on A4

2022-10-09 Thread Hans Hagen via ntg-context
ppapersize [label] [A4] \setuplayout [page] \setuppaper [nx=3, ny=10, dx=1mm, dy=1mm] \setuplayout [horoffset=50mm, veroffset=10mm] \setuparranging [XY] \setupbackgrounds [page] [frame=on] \starttext \dorecurse{56} {\startpagemakeup \midalign

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

2022-10-09 Thread Henning Hraban Ramm via ntg-context
heet which has page 9 on the front and page 10 on the back. Stack 'b' would have page 11 on the front, 12 on the back and so on, so that each stack has a quarter of the book. Is this something LMTX can do and if so what combination of \setuplayout and \setuppaper do I need to use? If they can be pri

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

2022-10-08 Thread Max Chernoff via ntg-context
age 3 and 4, and > so on down to the last sheet which has page 9 on the front and page 10 > on the back. Stack 'b' would have page 11 on the front, 12 on the back > and so on, so that each stack has a quarter of the book. > > Is this something LMTX can do and if so what combina

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

2022-10-08 Thread Bruce Horrocks via ntg-context
k 'b' would have page 11 on the front, 12 on the back and so on, so that each stack has a quarter of the book. Is this something LMTX can do and if so what combination of \setuplayout and \setuppaper do I need to use? If they can be printed in reverse order then great but I assume the printer ca

Re: [NTG-context] floats disturb grid setting

2022-10-03 Thread Max Chernoff via ntg-context
Hi Hraban, > > As soon as I use floats, text isn’t typeset on the grid any more: > > > > > > \setuppaper[A5] > > \setuplayout[grid=yes] > > \showframe\showgrid > > Oops, my bad: It must be "grid=on". > But didn’t work "yes"

Re: [NTG-context] floats disturb grid setting

2022-10-03 Thread Henning Hraban Ramm via ntg-context
Am 03.10.22 um 14:02 schrieb Henning Hraban Ramm via ntg-context: As soon as I use floats, text isn’t typeset on the grid any more: \setuppaper[A5] \setuplayout[grid=yes] \showframe\showgrid Oops, my bad: It must be "grid=on". But didn’t work "yes" in earli

[NTG-context] floats disturb grid setting

2022-10-03 Thread Henning Hraban Ramm via ntg-context
As soon as I use floats, text isn’t typeset on the grid any more: \setuppaper[A5] \setuplayout[grid=yes] \showframe\showgrid \setupexternalfigure[ location={local,global,default}, ] \starttext \samplefile{lorem} \startplacefigure[location=left,title=left]% \externalfigure[mill][width=.25

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
of the commands > mentioned above): > > \startbuffer[newbuff] > \setuppapersize[A3] > \setupbodyfont[sans, 1200pt] > \starttext > \dorecurse{8} > {\startmakeup[page][pagestate=start, align=center, style=\bf] >\recurselevel > \stopmakeup} >

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
l \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]

[NTG-context] Radiobuttons again...

2022-06-25 Thread Henning Hraban Ramm via ntg-context
in \definesubfield, all subfields are activated together, which is clearly wrong. I hope that’s an easy fix. Hraban """ \setupinteraction[state=start] \setuppaper[a6,landscape] \setupfield[CGradio][frame=off, height=1em, width=1em] \definefield[CGjoin][radio][CGradio][CGPerson,CGCo

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] help with facing page image

2022-03-07 Thread śrīrāma via ntg-context
On Tuesday, March 8, 2022 8:21 AM śrīrāma wrote: > However, I was not able to get the preview PDF correctly, only the first page > is visible. Someone who knows how to fix this, please point me in the right > direction and I will edit it as needed. Fixed now using \setuppaper.

Re: [NTG-context] Bloody PDF boxes and cr*p marks!

2021-10-12 Thread Hans Hagen via ntg-context
for whole layouts (same as TrimBox might make sense), just interesting in \externalfigure. also worthless I agree. With \setuppaper[A4][A4,oversized] I’d expect ConTeXt to set... * MediaBox and CropBox to the bigger format * TrimBox to the page format (A4) * BleedBox also to the page format,

Re: [NTG-context] Bloody PDF boxes and cr*p marks!

2021-10-12 Thread Henning Hraban Ramm via ntg-context
systems in printshops rely on BleedBox and TrimBox. It’s not about rendering, but imposition and even postprocessing (cutting etc.). >> * ArtBox is neglectable for whole layouts (same as TrimBox might make >> sense), just interesting in \externalfigure. > > also worthless I ag

Re: [NTG-context] Bloody PDF boxes and cr*p marks!

2021-10-12 Thread Hans Hagen via ntg-context
Standard, MediaBox is the only required one; but CropBox is the most important one, since PDF viewers rely on it. With \setuppaper[A4] all boxes can be the same (or undefined). Status quo. With \setuppaper[A4][A4,oversized] I’d expect ConTeXt to set... * MediaBox and CropBox to the bigger format

[NTG-context] Bloody PDF boxes and cr*p marks!

2021-10-12 Thread Henning Hraban Ramm via ntg-context
in \externalfigure. According to PDF Standard, MediaBox is the only required one; but CropBox is the most important one, since PDF viewers rely on it. With \setuppaper[A4] all boxes can be the same (or undefined). Status quo. With \setuppaper[A4][A4,oversized] I’d expect ConTeXt to set... * MediaBox

Re: [NTG-context] line numbering restarts every page

2021-09-01 Thread Hans Hagen via ntg-context
ering=file, ] \setuptyping[numbering=line] \setuppaper[A5] \setupbodyfont[18pt] \starttext \startbuffer Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pro

[NTG-context] line numbering restarts every page

2021-09-01 Thread Henning Hraban Ramm via ntg-context
Hi again, if a "typing" environment with line numbering goes over a page break, the line numbers start at 1 again on the new page. It doesn’t happen with \start/stoplinenumbering. MWE: \setuptyping[ numbering=file, ] \setuppaper[A5] \setupbodyfont[18pt] \starttext \startbuffer

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] error running wiki example with labels

2020-06-26 Thread Jan-Erik Hägglöf
tchtobodyfont[14pt]#1}} \define[1]\Title{#1} \mainlanguage[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] \setu

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Wolfgang Schuster
Hans Hagen schrieb am 20.05.2020 um 16:12: On 5/20/2020 2:46 PM, Wolfgang Schuster wrote: Peter Münster schrieb am 20.05.2020 um 14:01: On Wed, May 20 2020, Hans Hagen wrote: [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Hans Hagen
On 5/20/2020 2:46 PM, Wolfgang Schuster wrote: Peter Münster schrieb am 20.05.2020 um 14:01: On Wed, May 20 2020, Hans Hagen wrote: [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper    [offset=\getdocumentargumentdefault

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Wolfgang Schuster
Peter Münster schrieb am 20.05.2020 um 14:01: On Wed, May 20 2020, Hans Hagen wrote: [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper [offset=\getdocumentargumentdefault{paperformat_print}{0pt}] Yes, I guess. I think

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
On Wed, May 20 2020, Hans Hagen wrote: >> [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] > > shouldn't that one then become > > \setuppaper > [offset=\getdocumentargumentdefault{paperformat_print}{0pt}] Yes, I guess. >> With LMTX, --extra=select i

Re: [NTG-context] paperformat=landscape not working

2020-05-20 Thread Hans Hagen
}{A4}] + [\getdocumentargumentdefault{paperformat_print}{A4}] \setuppaper [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] shouldn't that one then become \setuppaper [offset=\getdocumentargumentdefault{paperformat_print}{0pt}] With LMTX, --extra=select is not working

[NTG-context] paperformat=landscape not working

2020-05-20 Thread Peter Münster
{paperformat_print}{A4}] \setuppaper [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] With LMTX, --extra=select is not working at all. I get this error: mtx-context | processing extra: mtx-context-select.tex mtx-context | redirect luametatex -> luatex: luatex --luaonly "/opt

Re: [NTG-context] two additional pagenumber series

2020-04-29 Thread Pablo Rodriguez
e sets and the additional material are a section each. And both chapters and sections need to be numbered as page/lastpage (for each). > The hard part is to find a hook for this because AFAIK there is no > simple key to do this (e.g. \setuppaper[setups=...]). What you have to > do in this c

Re: [NTG-context] two additional pagenumber series

2020-04-29 Thread Wolfgang Schuster
page. The hard part is to find a hook for this because AFAIK there is no simple key to do this (e.g. \setuppaper[setups=...]). What you have to do in this case is to append the counter settings to a token register which is called when ConTeXt has finished a page. \definecounter

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

2020-03-30 Thread Hans Hagen
, and I guess I could do something based on current page number modulo total subpages as well.\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

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

2020-03-30 Thread Hans Hagen
on top, but I'm sure there's a more 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

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

2020-03-30 Thread Mojca Miklavec
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 [XY] \showframe

Re: [NTG-context] repeat a page inside a document

2020-02-06 Thread Wolfgang Schuster
ndows): > > \installshipoutmethod{savepages} > {\dowithnextbox > {\invokepagehandler{normal}{\copy\nextbox}% > \putboxincache{savedpages}{\number\realpageno}\nextbox} >\hbox} > > \setuppaper[method=savepages] > > \starttext > >

Re: [NTG-context] repeat a page inside a document

2020-02-06 Thread Pablo Rodriguez
The sample that seems to work is the following (too tricky for my taste and I have to adapt it to Windows): \installshipoutmethod{savepages} {\dowithnextbox {\invokepagehandler{normal}{\copy\nextbox}% \putboxincache{savedpages}{\number\realpageno}\nextbox} \hbox}

Re: [NTG-context] repeat a page inside a document

2020-02-06 Thread Pablo Rodriguez
for your help, Pablo > \installshipoutmethod{savepages} > {\dowithnextbox > {\invokepagehandler{normal}{\copy\nextbox}% > \putboxincache{savedpages}{\number\realpageno}\nextbox} >\hbox} > > \setuppaper[method=savepages] > > \starttext > > \dorecurse

Re: [NTG-context] repeat a page inside a document

2020-02-06 Thread Wolfgang Schuster
he stored box afterwards. \installshipoutmethod{savepages} {\dowithnextbox {\invokepagehandler{normal}{\copy\nextbox}% \putboxincache{savedpages}{\number\realpageno}\nextbox} \hbox} \setuppaper[method=savepages] \starttext \dorecurse{8} {\expanded{\chapter{Chapter \recurselevel}}

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
the number of columns with the nx-key of \setuppaper. \definepapersize [A4/3] [width=99mm,height=210mm] \setuppapersize [A4/3] [A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging [XY] \setupbodyfont [10pt] \showframe[page] \starttext \dorecurse{10}{\samplefile{tufte}} \stoptext Wolfgang

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
to 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-21 Thread Brian Ballsun-Stanton
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] \setuplayout

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

2017-10-28 Thread John Kitzmiller
with the 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] Why is the page off?

2017-07-03 Thread Henri Menke
[\v!fit] [\v!middle] [\c!backspace=\dimexpr\layoutparameter\c!leftmargin+\layoutparameter\c!leftmargindistance\relax, \c!cutspace=\dimexpr\layoutparameter\c!rightmargin+\layoutparameter\c!rightmargindistance\relax] > >> >> \setuppapersize[A5][

Re: [NTG-context] Why is the page off?

2017-07-03 Thread Hans Hagen
. Furthermore it doesn't make sense to have a non-centred text block for onesided typesetting. theyt run off the page but are aligned to the text side so that permits a bit more tolerance against wrapping to soon \setuppapersize[A5][A4,landscape] \setuppaper[nx=2] \setuparranging[XY] \showframe

Re: [NTG-context] Why is the page off?

2017-07-03 Thread Henri Menke
ow about this?  By default text in the margin can run off the page.  Also > the whole layout is > symmetric (margin widths, margin distances) but shifted to the left.  This > looks like a bug to me. >  Furthermore it doesn't make sense to have a non-centred text block for

Re: [NTG-context] Why is the page off?

2017-07-03 Thread Henri Menke
rmore it doesn't make sense to have a non-centred text block for onesided typesetting. \setuppapersize[A5][A4,landscape] \setuppaper[nx=2] \setuparranging[XY] \showframe \starttext Foo\page Bar\inleft{Foob

[NTG-context] two questions on imposition

2016-10-04 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A6,landscape] \setupbodyfont[pagella, 12.1pt] \starttext \input knuth \stoptext I don’t get it imposed four times on a single A4 sheet: \showframe \setuppapersize [A6][A4, landscape] \setuppaper[nx=2,ny=2

[NTG-context] Beta problem with arranging XY

2015-07-09 Thread Taco Hoekwater
Hi, It seems that the latest betas have a problem with the XY arrangement and/or \setuppaper. The attached file used to run fine, but lately all the placements are off (the address labels should be roughly centered on the A4 page). I am not sure how long ago this started going wrong, sorry

Re: [NTG-context] Beta problem with arranging XY

2015-07-09 Thread Hans Hagen
On 7/9/2015 10:04 AM, Taco Hoekwater wrote: Hi, It seems that the latest betas have a problem with the XY arrangement and/or \setuppaper. The attached file used to run fine, but lately all the placements are off (the address labels should be roughly centered on the A4 page). I am not sure

Re: [NTG-context] duplicate booklet arrangement

2015-02-24 Thread Willi Egger
. This would require a \setuppaper such as [A6][A4]. The first four pages would be: last|first last-1|first+1 last-2|first+2 last+3|first+3 last|first last-1|first+1 last-2|first+2 last+3|first+3 Just in case I haven’t explained myself, here you have a sample: https://archive.org

Re: [NTG-context] duplicate booklet arrangement

2015-02-22 Thread Hans Hagen
require a \setuppaper such as [A6][A4]. The first four pages would be: last|first last-1|first+1 last-2|first+2 last+3|first+3 last|first last-1|first+1 last-2|first+2 last+3|first+3 Just in case I haven’t explained myself, here you have a sample: https://archive.org/download/ensayo

Re: [NTG-context] duplicate booklet arrangement

2015-02-22 Thread Pablo Rodriguez
imposition one above each other. This would require a \setuppaper such as [A6][A4]. The first four pages would be: last|first last-1|first+1 last-2|first+2 last+3|first+3 last|first last-1|first+1 last-2|first+2 last+3|first+3 Just in case I haven’t explained myself, here you

[NTG-context] duplicate booklet arrangement

2015-02-22 Thread Pablo Rodriguez
Hans, I need to generate a duplicate booklet from a PDF file. It would be like \setuparrange[2UP, singlesided]. But I need an extra imposition (this is what I have to do now), repeating the same booklet imposition one above each other. This would require a \setuppaper such as [A6][A4

[NTG-context] Strange bug with overviewpage module.

2014-12-19 Thread Aditya Mahajan
][option:overviewpage=\v!yes]} \appendtoks \processcommacommand [\moduleparameter{overviewpage}\c!level] \overviewpage_setup_head \to \everysetupmodule \the\everysetupmodule \setuppaper [\c!method=overviewpage] \definelistalternative [overviewpage] [\c!renderingsetup

[NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize [carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit] \setuplayout[page] \setuplayout

Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Hans Hagen
On 6/1/2014 12:00 PM, Xan wrote: Hi, I have this code: \definepapersize[carnet][width=8.50cm,height=5.40cm] \setuppapersize [carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit

Re: [NTG-context] dx=1cm with imposition: how to disable right most dx?

2014-06-01 Thread Xan
[carnet][A4] \setuppaper [] \setuplayout[page] [topspace=0.02cm, backspace=0.02cm, header=0.02cm,margin=0.02cm,width=middle,footer=0.02cm,height=fit] \setuplayout[page] \setuplayout[location=middle,marking=on,nx=2,ny=4,dy=1cm,dx=1cm] When I run context, the dx

Re: [NTG-context] different page sizes on one sheet

2014-02-27 Thread amerke
\setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page \setuppapersize[A5,landscape][A4] Page 3. A5 \input knuth \stoptext i ALMOST get the wished layout

Re: [NTG-context] different page sizes on one sheet

2014-02-26 Thread amerke
hi all, using \setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page \setuppapersize[A5,landscape][A4] Page 3. A5 \input knuth \stoptext i ALMOST get

Re: [NTG-context] different page sizes on one sheet

2014-02-26 Thread Rudolf Bahr
On Wed, Feb 26, 2014 at 03:37:48PM +0100, amerke wrote: hi all, using \setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page

Re: [NTG-context] different page sizes on one sheet

2014-02-26 Thread Rudolf Bahr
On Wed, Feb 26, 2014 at 03:37:48PM +0100, amerke wrote: hi all, using \setuppaper[nx=2, ny=2] \setuparranging[XY] \showframe[cut=true] \setuppapersize[A4] \starttext \setuppapersize[A6][A4] Page 1. A6 Portrait \input knuth \page Page 2. A6 Portrait \input knuth \page

Re: [NTG-context] different page sizes on one sheet

2014-02-24 Thread amerke
the A5 pages and A6 pages undestroyed :-) i have tried combining \setuppaper[nx=2, ny=2, dx=0mm, dy=0mm] \setuparranging[XY] but didn't get a satisfying result because of different page sizes involved ... any ideas? cheers artur ps. here my starting point: \setuppaper[nx=2, ny=2, dx=0mm, dy

[NTG-context] different page sizes on one sheet

2014-02-23 Thread amerke
cutting the A4 sheet should let the A5 pages and A6 pages undestroyed :-) i have tried combining \setuppaper[nx=2, ny=2, dx=0mm, dy=0mm] \setuparranging[XY] but didn't get a satisfying result because of different page sizes involved ... any ideas? cheers artur ps. here my starting point

[NTG-context] different page sizes on one sheet

2014-02-23 Thread Artur Merke
the A4 sheet should let the A5 pages and A6 pages undestroyed :-) i have tried combining \setuppaper[nx=2, ny=2, dx=0mm, dy=0mm] \setuparranging[XY] but didn't get a satisfying result because of different page sizes involved ... any ideas? cheers artur ps. here my starting point

Re: [NTG-context] columns vs. paragraphs, and a question about fillinrule

2013-09-15 Thread Pavneet Arora
. \setuppaper[A5, landscape] \starttext \startalignment[middle] {\tfc AN IMPORTANT LEGAL DOCUMENT} \stopalignment \starttabulate[|p(0.5\textwidth)|p(0.1\textwidth)|p(0.4\textwidth)|] \NC WITNESSES: \fillinrules[n=15,interlinespace=small,width=broad,separator=]{1.} \fillinrules[n=15

Re: [NTG-context] columns vs. paragraphs, and a question about fillinrule

2013-09-14 Thread Aditya Mahajan
with additional lorems to see where the columns land on the page. Again results are similar. Any suggestions? What is the desired output? Do you want the left column to continue on to the next page? Is so, you could use the tabulate environment. \setuppaper[A5, landscape] \starttext

Re: [NTG-context] Get rid of LuaTeX warning on duplicate destination identifier

2013-08-29 Thread Hans Hagen
!alternative=overview] \stopstandardmakeup} \appendtoks \ifx\overviewsection\empty \edef\overviewsection{\overviewparameter\c!level}% \ifx\overviewsection\empty \setuppaper[\c!method=\v!normal]% \else \setuppaper[\c!method=overview]% \fi \else

Re: [NTG-context] Using \setupinterlinespace with \setuparranging[XY], and more

2013-06-26 Thread Pavneet Arora
=4in,height=3.33in] \setuppapersize[Label][letter,portrait] \setuppaper [topspace=0.4688in, backspace=0.1875in, dx=0.1875in, dy=0in, nx=2, ny=3] \setuplayout [topspace=0in, backspace=0in, margin=0in, width=4in

Re: [NTG-context] Using \setupinterlinespace with \setuparranging[XY], and more

2013-06-25 Thread Pavneet Arora
as in the following MWE. I haven't seen any answers on my other two questions from the original post (included down below), so if anyone has any ideas, I would be most grateful. MWE: \definepapersize [Label] [width=4in,height=3.33in] \setuppapersize[Label][letter,portrait] \setuppaper

Re: [NTG-context] Using \setupinterlinespace with \setuparranging[XY], and more

2013-06-25 Thread Wolfgang Schuster
Am 21.06.2013 um 22:27 schrieb Pavneet Arora pavneet_ar...@waroc.com: Hello, I am using Willi's MAPS 37 and the Example section from the \setuppaper command: http://wiki.contextgarden.net/Command/setuppaper to print a set of labels, 2x6 configuration on U.S. Letter waterproof label

[NTG-context] Using \setupinterlinespace with \setuparranging[XY], and more

2013-06-21 Thread Pavneet Arora
Hello, I am using Willi's MAPS 37 and the Example section from the \setuppaper command: http://wiki.contextgarden.net/Command/setuppaper to print a set of labels, 2x6 configuration on U.S. Letter waterproof label paper. For the most part things are working well, but I have a number

[NTG-context] [***SPAM***] Re: Understanding the imposing-mechanism

2013-05-25 Thread H. Özoguz
][sheet] \setuplayout [page] [location=middle,marking=on] \setuplayout [page] \setuppaper[nx=13,ny=4] \setuparranging [XY] \starttext \showframe \dorecurse{100}{\centerbox{\definedfont[Sans sa 5]\pagenumber}\page} \stoptext Wolfgang Thanks Wolfgang, that works. Next question

Re: [NTG-context] [***SPAM***] Re: Understanding the imposing-mechanism

2013-05-25 Thread Sietse Brouwer
Hi Huseyin, This is not a direct answer to your question, but have you tried reading the reference manual's chapter 3, on page design [1]? It is a rather complete overview of (a) page layout, and (b) positioning multiple pages on a sheet. In particular the \setuppaper command [2] may interest you

Re: [NTG-context] [***SPAM***] Re: Understanding the imposing-mechanism

2013-05-25 Thread Wolfgang Schuster
] \definepapersize [sheet] [width=660mm,height=330mm] \setuppapersize [card][sheet] \setuplayout [page] [location=middle,marking=on] \setuplayout [page] \setuppaper[nx=13,ny=4] \setuparranging [XY] \starttext \showframe \dorecurse{100}{\centerbox{\definedfont[Sans sa 5]\pagenumber}\page

[NTG-context] Understanding the imposing-mechanism

2013-05-24 Thread H. Özoguz
: http://wiki.contextgarden.net/Imposition And here my failed try: \definepapersize[sheet][width=660mm,height=330mm] \definepapersize[bigsheet][width=\dimexpr\paperwidth+4mm\relax,height=\dimexpr\paperheight+4mm\relax] \setuppaper[sheet][bigsheet] \setuppaper[nx=13, ny=4] \setuplayout[page][location

Re: [NTG-context] Understanding the imposing-mechanism

2013-05-24 Thread Wolfgang Schuster
] \setuppaper[sheet][bigsheet] \setuppaper[nx=13, ny=4] \setuplayout[page][location=middle, marking=on] \setuparranging [XY] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setuppagenumbering

[NTG-context] Is it possible to arrange pages so that they fall alternating on two sides of the sheet?

2012-11-06 Thread Marcin Borkowski
Hi all, I have something like this: \definepapersize[thin][width=210mm,height=74.25mm] \setuppapersize[thin][A4] \setuppaper[nx=1,ny=4] \setuplayout[topspace=1.5cm,backspace=1.5cm, header=0mm,footer=0mm, width=middle,height=middle] \setuparranging[XY] I'd like to have pages 1, 3, 5, 7

[NTG-context] imposition broken again

2012-07-09 Thread Henning Hraban Ramm
,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 [2UP] %[2*2

Re: [NTG-context] error in XY imposition

2011-12-20 Thread Henning Hraban Ramm
Am 2011-12-19 um 22:53 schrieb Hans Hagen: It looks to me like \setuppaper resets paper size. Is this something you can/will fix, or should I just document that you need to setup imposition in this order? you can check the next (not yet there) beta the problem is that \setuppaper(size

Re: [NTG-context] error in XY imposition

2011-12-20 Thread Wolfgang Schuster
Am 20.12.2011 um 12:24 schrieb Henning Hraban Ramm: Am 2011-12-19 um 22:53 schrieb Hans Hagen: It looks to me like \setuppaper resets paper size. Is this something you can/will fix, or should I just document that you need to setup imposition in this order? you can check the next

Re: [NTG-context] error in XY imposition

2011-12-20 Thread Henning Hraban Ramm
Am 2011-12-20 um 13:13 schrieb Wolfgang Schuster: Am 20.12.2011 um 12:24 schrieb Henning Hraban Ramm: Am 2011-12-19 um 22:53 schrieb Hans Hagen: It looks to me like \setuppaper resets paper size. Is this something you can/will fix, or should I just document that you need to setup

[NTG-context] fun with markings

2011-12-20 Thread Henning Hraban Ramm
page into its header. While that didn’t work last year at all (at least not in combination with imposition), I get rather good results with this code (helpfully donated by someone on this list): \setupbodyfont [ss,18pt] \setuplayout[location=middle,marking=on] \setuppaper [nx

Re: [NTG-context] error in XY imposition

2011-12-19 Thread Henning Hraban Ramm
Am 2011-12-16 um 16:42 schrieb Hans Hagen: On 16-12-2011 16:22, Henning Hraban Ramm wrote: \setuppapersize[A7][A4] \setuppaper [nx=2,ny=2] \setuparranging [XY] \starttext \strut \stoptext fixed in next beta This error is fixed, but in latest beta imposition doesn’’t work

Re: [NTG-context] error in XY imposition

2011-12-19 Thread Henning Hraban Ramm
Am 2011-12-19 um 14:03 schrieb Henning Hraban Ramm: Am 2011-12-16 um 16:42 schrieb Hans Hagen: On 16-12-2011 16:22, Henning Hraban Ramm wrote: \setuppapersize[A7][A4] \setuppaper [nx=2,ny=2] \setuparranging [XY] \starttext \strut \stoptext fixed in next beta This error

Re: [NTG-context] error in XY imposition

2011-12-19 Thread Hans Hagen
On 19-12-2011 18:37, Henning Hraban Ramm wrote: Am 2011-12-19 um 14:03 schrieb Henning Hraban Ramm: Am 2011-12-16 um 16:42 schrieb Hans Hagen: On 16-12-2011 16:22, Henning Hraban Ramm wrote: \setuppapersize [A7][A4] \setuppaper [nx=2,ny=2] \setuparranging [XY] \starttext \strut

[NTG-context] error in XY imposition

2011-12-16 Thread Henning Hraban Ramm
\zeropoint \relax \... ... l.24 \stoptext Tiny example: \setuppapersize [A7][A4] \setuppaper [nx=2,ny=2] \setuparranging [XY] \starttext \strut \stoptext Other imposition schemas like 2UP seem to work. Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http

Re: [NTG-context] error in XY imposition

2011-12-16 Thread Hans Hagen
On 16-12-2011 16:22, Henning Hraban Ramm wrote: \setuppapersize[A7][A4] \setuppaper [nx=2,ny=2] \setuparranging [XY] \starttext \strut \stoptext fixed in next beta

Re: [NTG-context] Overview screen containing multiple pages

2011-11-21 Thread Aditya Mahajan
\csname sectionpage:\number\sectionpage\endcsname \dowithnextbox {\global\expandafter\setbox\csname sectionpage:\number\sectionpage\endcsname\copy\nextbox \actualshipout{\flushnextbox}} \normalhbox} \starttext \setuppaper[method=sectionpage] Thanks a lot! I think that I

Re: [NTG-context] Overview screen containing multiple pages

2011-11-20 Thread Wolfgang Schuster
sectionpage:\number\sectionpage\endcsname\copy\nextbox \actualshipout{\flushnextbox}} \normalhbox} \starttext \setuppaper[method=sectionpage] \input knuth \page \input tufte \page \scale[factor=300]{\box\csname sectionpage:1\endcsname} \stoptext Wolfgang

[NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
: \setuppapersize[A4,landscape][A4] \setuppaper [nx=1,ny=1] \setuparranging [XY, rotated, 270] \setupcolors[state=start] \setupbackgrounds [page][page][background=screen] \setuppagenumbering [state=stop] \starttext \input zapf \stoptext The bug: - in MKIV, it output no pages at all

Re: [NTG-context] bug in \setuparranging

2011-09-22 Thread Yue Wang
the fonts used, typeset on normal paper, and rotate the page back. I certainly hope someday I can use MKIV's muti-dir omega features, but now it's broken so this is the best way I can find) The code is listed below: \setuppapersize[A4,landscape][A4] \setuppaper     [nx=1,ny=1] \setuparranging

[NTG-context] Labels, offsetting the layout...

2011-02-28 Thread Willi Egger
] \setuppapersize[Label][Mypaper] \setuppaper [paper=Mypaper, topspace=21mm, backspace=8mm, dx=2mm, dy=0mm, nx=2, ny=6, margin=0pt, width=194mm, height=255mm, location=middle] \setuplayout [page=Label, topspace=4mm, backspace=5mm, margin=0mm

Re: [NTG-context] Pdfselect in texexec not working!?

2011-01-27 Thread Hans Hagen
-common.tex \setuppapersize [\getdocumentargumentdefault{paperformat_from}{A4}] [\getdocumentargumentdefault{paperformat_to}{A4}] \setuppaper [offset=\getdocumentargumentdefault{paperformat_to}{0pt}] \setuplayout [width=middle, height=middle, topspace=\getdocumentargumentdefault

Re: [NTG-context] Problem with encoding

2010-12-21 Thread Philipp Gesang
/utility/languageid.jsp?a=de-1901l=en \setuppapersize [XY][A4] \setuppaper [nx=2,ny=2] \setuparranging [XY] \usetypescriptfile[type-cmu] \setupbodyfont[computer-modern-unicode,10pt] \mainlanguage[de-1901] %\mainlanguage[deo] \starttext \startcolumns[n=2] \dorecurse{4}{% \bgroup %\language[deo

Re: [NTG-context] print many cards (pages) on one A4 paper

2010-10-31 Thread Wolfgang Schuster
on one side? \setuppapersize [XY][A4] \setuppaper [topspace=5mm,backspace=5mm,dx=1mm,dy=1mm,nx=2,ny=6] \setuplayout[page] [topspace=5mm,backspace=5mm] \setuplayout[page] \setuplayout[location=middle] \setuparranging [XY] \showframe \starttext \dorecurse{30}{test \recurselevel \page

Re: [NTG-context] print many cards (pages) on one A4 paper

2010-10-31 Thread Jonas Stein
\setuppapersize [XY][A4] \setuppaper [topspace=5mm,backspace=5mm,dx=1mm,dy=1mm,nx=2,ny=6] \setuplayout[page] [topspace=5mm,backspace=5mm] \setuplayout[page] \setuplayout[location=middle] \setuparranging [XY] \showframe \starttext \dorecurse{30}{test \recurselevel \page

  1   2   >