[NTG-context] Impostion to make a scroll

2010-09-15 Thread Arild Syme
tried using a tex file like the following: \definepapersize [scroll][width=1480mm, height=210mm] \setuppapersize[A5][scroll] \setuppaper [topspace=0mm, backspace=0mm, dx=1mm, dy=0mm, nx=1, ny=10, margin=0, width=148mm, height=210mm] \setuplayout [topspace=0mm, backspace=0mm, margin

Re: [NTG-context] Impostion to make a scroll

2010-09-15 Thread Wolfgang Schuster
I make a custom page size 1480mm x 210 mm? I've also tried using a tex file like the following: \definepapersize [scroll][width=1480mm, height=210mm] \setuppapersize[A5][scroll] \setuppaper [topspace=0mm, backspace=0mm, dx=1mm, dy=0mm, nx=1, ny=10, nx=10, ny=1 margin=0, width

Re: [NTG-context] Different printing positions on cards

2010-07-23 Thread Jaroslav Hajtmar
) \definemeasure[topspace] [\dimexpr(\printpaperheight-(\cardheight + \distvert)*\countofvert+\distvert)/2\relax] \definemeasure[backspace] [\dimexpr(\printpaperwidth-(\cardwidth + \disthor)*\countofhor+\disthor)/2\relax] \setuppaper [topspace=\measure{topspace},backspace=\measure{backspace

Re: [NTG-context] Different printing positions on cards

2010-07-23 Thread Jaroslav Hajtmar
[topspace] [\dimexpr(\printpaperheight-(\cardheight + \distvert)*\countofvert+\distvert)/2\relax] \definemeasure[backspace] [\dimexpr(\printpaperwidth-(\cardwidth + \disthor)*\countofhor+\disthor)/2\relax] \setuppaper [topspace=\measure{topspace},backspace=\measure{backspace},bottomspace=\measure

[NTG-context] Different printing positions on cards

2010-07-22 Thread Jaroslav Hajtmar
-\dimexpr(\disthor)*(\countofhor-1))/\countofhor) \definemeasure[topspace] [\dimexpr(\printpaperheight-(\cardheight + \distvert)*\countofvert+\distvert)/2\relax] \definemeasure[backspace] [\dimexpr(\printpaperwidth-(\cardwidth + \disthor)*\countofhor+\disthor)/2\relax] \setuppaper [topspace

Re: [NTG-context] Different printing positions on cards

2010-07-22 Thread Jaroslav Hajtmar
+ \distvert)*\countofvert+\distvert)/2\relax] \definemeasure[backspace] [\dimexpr(\printpaperwidth-(\cardwidth + \disthor)*\countofhor+\disthor)/2\relax] \setuppaper [topspace=\measure{topspace},backspace=\measure{backspace},bottomspace=\measure{topspace},cutspace=\measure{backspace}, dx

[NTG-context] Setuparranging[XY] and arrangement of labels

2010-07-03 Thread Jaroslav Hajtmar
+\disthor)/2\relax] \setuppaper [topspace=\measure{topspace},backspace=\measure{backspace},dx=\disthor,dy=\distvert,nx=\counthor,ny=\countvert] \setuplayout[page] [topspace=\measure{topspace},backspace=\measure{backspace}] \setuplayout[page] \setuplayout[location=middle

Re: [NTG-context] XY arranging

2010-07-02 Thread Henning Hraban Ramm
: \setuppapersize [A7][A4] \setuppaper[nx=2,ny=2] \setuppagenumbering [alternative=doublesided,location=footer] \setuplayout [margin=0pt,width=fit] \setupbackgrounds [text][text][background=screen,backgroundscreen=0.7] \setuplayout [location=middle,marking=on] \setuparranging [XY] Thank you

[NTG-context] Centering labels on A4 page

2010-07-02 Thread Jaroslav Hajtmar
[label][A4] \setuppaper[dx=1mm,dy=1mm,nx=5,ny=10] \setuparranging[XY] \showframe[edge] \starttext \dorecurse{50}{\page} \stoptext Labels are placed on left and top. I want to placed it to vertical and horizontal center (I want print doublesided cards) It certainly will be some pablum isnt

Re: [NTG-context] Centering labels on A4 page

2010-07-02 Thread Wolfgang Schuster
[label][width=30mm,height=20mm] \setuppapersize[label][A4] \setuppaper[dx=1mm,dy=1mm,nx=5,ny=10] \setuplayout[location=middle] \setuparranging[XY] \showframe[edge] \starttext \dorecurse{50}{\page} \stoptext Labels are placed on left and top. I want to placed it to vertical and horizontal

Re: [NTG-context] Centering labels on A4 page

2010-07-02 Thread Jaroslav Hajtmar
on the A4 paper, but without success. Is there any possibility make it? Here is example code (see [NTG-context] XY arranging ignores dx/dy Angus Lees): \definepapersize[label][width=30mm,height=20mm] \setuppapersize[label][A4] \setuppaper[dx=1mm,dy=1mm,nx=5,ny=10] \setuplayout[location=middle

Re: [NTG-context] Centering labels on A4 page

2010-07-02 Thread Wolfgang Schuster
] \definemeasure[topspace] [\dimexpr(297mm-21mm*10+1mm)/2\relax] \definemeasure[backspace][\dimexpr(210mm-31mm*5+1mm)/2\relax ] \setuppaper [topspace=\measure{topspace},backspace=\measure{backspace},dx=1mm,dy=1mm,nx=5,ny=10] \setuplayout[page] [topspace=\measure{topspace},backspace=\measure

Re: [NTG-context] Centering labels on A4 page

2010-07-02 Thread Jaroslav Hajtmar
[topspace] [\dimexpr(297mm-21mm*10+1mm)/2\relax] \definemeasure[backspace][\dimexpr(210mm-31mm*5+1mm)/2\relax ] \setuppaper [topspace=\measure{topspace},backspace=\measure{backspace},dx=1mm,dy=1mm,nx=5,ny=10] \setuplayout[page] [topspace=\measure{topspace},backspace=\measure{backspace

[NTG-context] XY arranging

2010-07-01 Thread Henning Hraban Ramm
Is XY arranging supposed to work in MkIV? I call context --arrange myfile, but get only one paper per sheet. Other imposition schemas are working ok. \setuppapersize [A7][A4] \setuparranging [XY] \setuppaper[nx=2,ny=2] \setuppagenumbering [alternative=doublesided,location=footer

Re: [NTG-context] XY arranging

2010-07-01 Thread Wolfgang Schuster
Am 01.07.10 15:34, schrieb Henning Hraban Ramm: Is XY arranging supposed to work in MkIV? I call context --arrange myfile, but get only one paper per sheet. Other imposition schemas are working ok. \setuppapersize [A7][A4] \setuparranging [XY] \setuppaper[nx=2,ny=2] \setuppagenumbering

Re: [NTG-context] two newbie questions (about conditional processing)

2009-05-23 Thread Wolfgang Schuster
\global\chapterpagefalse} \normalhbox} \starttext \setuppaper[method=color] \subject{Tufte}\chapterpagetrue \dorecurse{10}{\input tufte\par} \page \setuppaper[method=color] \subject{Knuth}\chapterpagetrue \dorecurse{10}{\input knuth\par} \stoptext Wolfgang

Re: [NTG-context] two newbie questions (about conditional processing)

2009-05-23 Thread Zhichu Chen
\chapterpagefalse}  \normalhbox} \starttext \setuppaper[method=color] \subject{Tufte}\chapterpagetrue \dorecurse{10}{\input tufte\par} \page \setuppaper[method=color] \subject{Knuth}\chapterpagetrue \dorecurse{10}{\input knuth\par} \stoptext Wolfgang

Re: [NTG-context] How to make a stretched pdf file

2009-05-22 Thread Wolfgang Schuster
] {\flushnextbox}} \setuppapersize[fake]} \normalhbox} \setuppaper[method=deform] \starttext \subject{Tufte} \input tufte \page \subject{Knuth} \input knuth \stoptext Wolfgang ___ If your question

Re: [NTG-context] How to make a stretched pdf file

2009-05-22 Thread Zhichu Chen
]  \actualshipout{\scale[width=\paperwidth,height=\paperheight]{\flushnextbox}}      \setuppapersize[fake]}   \normalhbox} \setuppaper[method=deform] \starttext \subject{Tufte} \input tufte \page \subject{Knuth} \input knuth \stoptext Wolfgang

Re: [NTG-context] Feature request: 4SIDE

2008-11-17 Thread Henning Hraban Ramm
2008/11/16 Willi Egger [EMAIL PROTECTED]: one could make this definition. If I understand it correctly though, then the 4SIDE would mean 4 pages on one sheet op paper, single sided 1 - 2 3 - 4 This is easily accomplished with \setuparranging[XY] and \setuppaper [nx=2,ny=2] I guess

Re: [NTG-context] Feature request: 4SIDE

2008-11-16 Thread Willi Egger
Hi, one could make this definition. If I understand it correctly though, then the 4SIDE would mean 4 pages on one sheet op paper, single sided 1 - 2 3 - 4 This is easily accomplished with \setuparranging[XY] and \setuppaper [nx=2,ny=2] Willi On Nov 14, 2008, at 9:34 AM, Hans Hagen wrote

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
] \setupmarking[name][options] \setupnarrower[options] \setupnumbering[options] \setupoppositeplacing[options] \setupoutput[names] \setuppagenumber[number][state=start|stop|keep] \setuppagenumbering[options] \setuppagetransitions[options] \setuppalet[name] \setuppaper[options] \setuppapersize[typesetting

Re: [NTG-context] Another \setuparranging

2007-01-18 Thread Willi Egger
[MyPaper][A4,landscape] \setuplayout[location=middle,marking=on] \setuppaper [topspace=10mm, backspace=0mm, dx=5mm, dy=0mm, nx=3, ny=1, margin=0, width=297mm, height=210mm] \setuplayout [topspace=10mm, backspace=6mm, margin=0mm, width=75mm, height

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-14 Thread Hans Hagen
Mojca Miklavec wrote: On 9/7/06, Mojca Miklavec wrote: Hello, \setuppapersize[XY] is not working properly when paper orientation is landscape. The following code results in pages of dimensions 29.5 x 29.5 cm: \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-13 Thread Mojca Miklavec
On 9/7/06, Mojca Miklavec wrote: Hello, \setuppapersize[XY] is not working properly when paper orientation is landscape. The following code results in pages of dimensions 29.5 x 29.5 cm: \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging

[NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Mojca Miklavec
Hello, \setuppapersize[XY] is not working properly when paper orientation is landscape. The following code results in pages of dimensions 29.5 x 29.5 cm: \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging [XY] \showframe \starttext second page

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Peter Rolf
Hi Mojca, Mojca Miklavec wrote: Hello, \setuppapersize[XY] is not working properly when paper orientation is landscape. The following code results in pages of dimensions 29.5 x 29.5 cm: \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging [XY

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Mojca Miklavec
=\paperheight,width=\paperwidth]\egroup}] \setupbackgrounds[paper][background=test] % or: \setupbackgrounds[paper][background=color,backgroundcolor=red] \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging [XY] \starttext \null \stoptext Mojca

Re: [NTG-context] \setuppapersize[XY] not working properly with landscape orientation

2006-09-07 Thread Willi Egger
: Hello, \setuppapersize[XY] is not working properly when paper orientation is landscape. The following code results in pages of dimensions 29.5 x 29.5 cm: \setuppapersize [XY][A4,landscape] \setuppaper [nx=3,ny=1] \setuparranging [XY] \showframe \starttext second

Re: [NTG-context] XY and papersize

2006-07-25 Thread Matt Claus
properly. For example: \setuppapersize[letter][letter] \setuppapersize [XY][letter] \setuppaper[nx=3,ny=10,dx=2mm,dy=0mm,topspace=5mm,backspace=5mm] \setuplayout [location=middle] \setuparranging [XY] \showframe \starttext \dorecurse{30}{test} \stoptext This is a very handy way to generate a centered

[NTG-context] XY and papersize

2006-07-21 Thread Claus, Matt - eSpeed
] \setuppaper[nx=3,ny=10,dx=0mm,dy=0mm,topspace=5mm,backspace=5mm] \setuplayout [location=middle] \setuparranging [XY] \showframe \starttext \dorecurse{15}{test \recurselevel \page} \stoptext However, when I change A4 to letter the output seems to introduce some dy. I experimented with some other

[NTG-context] Printing labels with ConTeXt

2006-05-31 Thread Renaud AUBIN
Hi all, I need to print labels on this kind of paper: - A4 page with 24 labels (70mm x 36mm) - 3 columns and 8 rows - 4.5mm top margin, 4.5mm bottom margin I use: \definepapersize[DECAdry-70x36][width=70mm,height=36mm] \setuppapersize[DECAdry-70x36][A4] \setuppaper[nx=3,ny=8

Re: [NTG-context] Arranging pages

2006-04-25 Thread Willi Egger
What you can do is e.g. the following: \definepapersize[Card][width=14.85cm,height=21cm] \setuppapersize[Card][A4,landscape] \setuplayout [topspace=1cm, backspace=1cm, margin=0pt, header=0pt, footer=0pt, height=19cm, width=12.5cm] \setuppaper[nx=2,ny=1

Re: [NTG-context] Changing page orientation - Landscape/Portrait

2006-04-11 Thread Hans Hagen
]% {\doifassignmentelse{#1} {\setuppaper[#1]} {\doifelsenothing{#2} {\expanded{\dodosetuppapersize [\executeifdefined{\??pp:1:#1}{#1}]% [\executeifdefined{\??pp:2:#1}{}]}} {\doifassignmentelse{#2} {\getparameters[\??pp\executeifdefined{\??pp:1:#1

Re: [NTG-context] Is it possible to automatically determine font size to fit text to a given space?

2005-12-03 Thread Daniel Pittman
] \setuppaper [topspace=15.9mm,backspace=6.0mm,dx=4.7mm,dy=1.6mm,nx=4,ny=21] \setuplayout[page] [topspace=15.9mm,backspace=6.0mm] \setuplayout[page] \setuplayout[location=middle] \setuparranging [XY] % The layout within the label \setuplayout[ width=fit,height=fit, header=1mm

[NTG-context] XY arranging ignores dx/dy

2005-08-03 Thread Angus Lees
=30mm,height=20mm] \setuppapersize[label][A4] \setuppaper[dx=1mm,dy=1mm,nx=2,ny=6] \setuparranging[XY] \showframe[edge] \starttext \dorecurse{6}{test \recurselevel \page} \stoptext -- - Gus ___ ntg-context mailing list ntg-context@ntg.nl http

Re: [NTG-context] Paper size page arranging

2005-02-24 Thread Willi Egger
,landscape] \setuppaper [dx=2mm, dy=0mm, nx=2, ny=1, margin=0, width=297mm, height=210mm] \setuplayout [topspace=10mm] \setuparranging[XY] \starttext \showframe \chapter{Ward} \input ward \chapter{Tufte} \input tufte \chapter

[NTG-context] m-bib module

2004-09-06 Thread a
elect switches are also available, but my guess is that what you want is (currently) not possible. What texexec actually does is: it creates a temporary TeX input file that starts with the \setuppaper, \setuplayout etc. implementing the options you have given on texexec's commandline. In

[NTG-context] Re: ntg-context Digest, Vol 3, Issue 7

2004-09-05 Thread n9020
is that what you want is (currently) not possible. What texexec actually does is: it creates a temporary TeX input file that starts with the \setuppaper, \setuplayout etc. implementing the options you have given on texexec's commandline. In the document body it then includes (every) page(s) of the pdf file(s

Re: [NTG-context] concatenate PDF files.

2004-09-03 Thread Taco Hoekwater
, but my guess is that what you want is (currently) not possible. What texexec actually does is: it creates a temporary TeX input file that starts with the \setuppaper, \setuplayout etc. implementing the options you have given on texexec's commandline. In the document body it then includes (every

Re: [NTG-context] address labels

2004-01-11 Thread Willi Egger
,portrait] \setuppaper [topspace=0mm, backspace=0mm, dx=2mm, dy=0mm, nx=2, ny=7, margin=0, width=210mm, height=297mm] \setuplayout [topspace=4mm, backspace=8mm, margin=0mm, width=96mm, height=34mm, header=0mm, footer=0mm] \setuparranging

Re: [NTG-context] address labels

2004-01-11 Thread R. Ermers
] \definepapersize[Etiket][height=42.3mm,width=105mm] \setuppapersize [Etiket][A4,portrait] \setuppaper [topspace=0mm, backspace=0mm, dx=2mm, dy=0mm, nx=2, ny=7, margin=0, width=210mm, height=297mm] \setuplayout [topspace=4mm, backspace=8mm

Re: [NTG-context] columns and alignment at the bottom

2003-10-12 Thread Willi Egger
possibility which looks as follows: \setuppapersize [XY][A4] \setuppaper [topspace=5mm,backspace=5mm,dx=1mm,dy=2mm,nx=3,ny=4] % \setuplayout [page] [topspace=5mm, backspace=5mm, header=0pt, headerdistance=0pt, footer=0pt, footerdistance=0pt, location=middle

Re: [NTG-context] \setuparranging 3SIDE

2003-07-22 Thread Willi Egger
22, 2003 4:20 AM Subject: Re: [NTG-context] \setuparranging 3SIDE How about the XY option: [copied from page-imp] % % handy for stickers etc, this way we can treat them as page % % \setuppapersize [XY][A4] % \setuppaper [topspace=5mm,backspace=5mm,dx=1mm,dy=1mm,nx=2,ny=6

<    1   2