Re: [NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-08 Thread Nicolas Girard
2009/6/7 Hans Hagen pra...@wxs.nl: Nicolas Girard wrote: i'll add marking=page for that purpose Hi Hans, thanks in advance, that'd be great. I intend to typeset business cards in Context in the near future, i just hope i'll have climbed up the learning curve enough by then. When you dedicate

[NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-07 Thread Nicolas Girard
][A4] \setuplayout[nx=2,ny=5,dx=1cm,dy=0pt] \setuplayout[location=middle,width=fit,height=fit,marking=on] }{ \setuppapersize[BC][BC] \showframe[edge] } \setuppagenumbering[location=,state=stop] \def\ZapfinoMedium{} \def\ZapfinoBig{} \setupbackgrounds[page][background=blocks] \starttext

Re: [NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-07 Thread Hans Hagen
marks should try not to overlap the pages, or suppress the marks between two columns of pages. What do you think ? Is there currently a solution to this ? i'll add marking=page for that purpose

Re: [NTG-context] Crop marks and \setuplayout[nx,ny]

2009-06-07 Thread Nicolas Girard
2009/6/7 Hans Hagen pra...@wxs.nl: i'll add marking=page for that purpose Hi Hans, thanks in advance, that'd be great. I intend to typeset business cards in Context in the near future, i just hope i'll have climbed up the learning curve enough by then. When you dedicate some time

[NTG-context] Page shifting crop marks

2009-06-03 Thread Nicolas Girard
,30pt,-30pt] \setuppageshift[test] \setuplayout[margin=5mm,marking=on,location=middle] \setuparranging[2*2*4,rotated] \setuppageshift[paper][test] \showframe \starttext \dorecurse{14}{\input tufte} \stoptext ___ If your

Re: [NTG-context] Page shifting crop marks

2009-06-03 Thread Willi Egger
,-10pt,+20pt,-20pt,30pt,-30pt] \setuppageshift[test] \setuplayout[margin=5mm,marking=on,location=middle] \setuparranging[2*2*4,rotated] \setuppageshift[paper][test] \showframe \starttext \dorecurse{14}{\input tufte} \stoptext

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

2009-06-02 Thread Willi Egger
wrong with my code ? Thanks in advance, Nicolas \setuppapersize[CD][A4] \definepageshift[test][horizontal][10pt,20pt,30pt,40pt,50pt] \setuppageshift[test] \setuplayout[margin=5mm,marking=on,location=middle] %\setuparranging[2*2*4,rotated] \setuppageshift[test] \showframe \starttext \dorecurse{14

[NTG-context] \setuppageshift and \setuparranging

2009-05-31 Thread Nicolas Girard
. What's wrong with my code ? Thanks in advance, Nicolas \setuppapersize[CD][A4] \definepageshift[test][horizontal][10pt,20pt,30pt,40pt,50pt] \setuppageshift[test] \setuplayout[margin=5mm,marking=on,location=middle] %\setuparranging[2*2*4,rotated] \setuppageshift[test] \showframe \starttext \dorecurse

Re: [NTG-context] re-posting example of header at page bottom

2009-05-20 Thread Jos van Gisbergen
, marking=on, % enable the marking of text grid=no, ] \setuplayout[myCustomLayout] % Experimental \definelayout[TitlePageLayout][header=0pt, footer=0pt, backspace=0.25\paperwidth, topspace=0.25\paperheight

Re: [NTG-context] header at page bottom example

2009-05-19 Thread Jos van Gisbergen
topspace=8mm, % space above header bottomspace=\topspace, % space below footer backspace=25mm, cutspace=20mm, width=middle, height=middle, marking=on, % enable the marking of text grid=no, ] \setuplayout[myCustomLayout] % Experimental

[NTG-context] framed text question

2009-04-21 Thread Jos van Gisbergen
of footer topspace=8mm, % space above header bottomspace=\topspace, % space below footer backspace=25mm, cutspace=20mm, width=middle, height=middle, marking=on, % enable the marking of text grid=yes, ] \setuplayout[myCustomLayout] \setuptyping[margin

[NTG-context] \setuparranging in mkiv

2009-04-17 Thread Otared Kavian
structures: if this is the case please disregard this bug report. Here is a minimal example: \setuppapersize [A7][A4] \setuparranging [2*2*4,doublesided] \setuplayout [location=middle,marking=on] \setupheadertexts[Arranging pages] \starttext \startbuffer[TestPage] \strut \blank

Re: [NTG-context] \setuparranging in mkiv

2009-04-17 Thread Hans Hagen
don't know yet the new structures: if this is the case please disregard this bug report. Here is a minimal example: \setuppapersize [A7][A4] \setuparranging [2*2*4,doublesided] \setuplayout [location=middle,marking=on] \setupheadertexts[Arranging pages] \starttext \startbuffer[TestPage] \strut

[NTG-context] switching layouts for a float

2009-03-16 Thread Corin Royal Drummond
don't know how to switch to a wide layout with tiny backspace and margin just for the combination floats. I'm trying: ... \definepapersize[wide][width=9in, height=7in] \setuppapersize[wide][wide] \setuplayout [location=middle, marking=on, topspace=.5cm, height=6.5in, width=4.5in, margin

Re: [NTG-context] switching layouts for a float

2009-03-16 Thread Wolfgang Schuster
, marking=on, topspace=.5cm, height=6.5in, width=4.5in, margin=3.5in, backspace= 2cm, footer=. 9cm, header=.9cm] \definelayout [photopage][width=7.5in, margin=.5cm, backspace=1.5cm, ] ... \starttext ...lots of text in chapters... \setuplayout[photopage] \placefigure{none} {\startcombination[2*2

Re: [NTG-context] Making necessary OpenType features on by default

2009-02-24 Thread Idris Samawi Hamid
/#Script_Names_in_Rendering. Sure but that can be done by using explicit switches to another 'environment' i.e. explicitly marking sections I'm not that sure if i want to add some fuzzy automatism which then needs to handle all kind of exceptions too proper markup is a good solution Not sure I

Re: [NTG-context] Making necessary OpenType features on by default

2009-02-24 Thread Hans Hagen
/reports/tr24/#Script_Names_in_Rendering. Sure but that can be done by using explicit switches to another 'environment' i.e. explicitly marking sections I'm not that sure if i want to add some fuzzy automatism which then needs to handle all kind of exceptions too proper markup is a good

Re: [NTG-context] Making necessary OpenType features on by default

2009-02-23 Thread Hans Hagen
switches to another 'environment' i.e. explicitly marking sections I'm not that sure if i want to add some fuzzy automatism which then needs to handle all kind of exceptions too proper markup is a good solution Hans

Re: [NTG-context] issue with imposition

2009-01-19 Thread Pablo Rodríguez
=no, marking=off] \starttext \filterpages[ZittrainTheFutureoftheInternet.pdf][4:351][height=21cm] \stoptext The PDF file can be downloaded from http://futureoftheinternet.org/static/ZittrainTheFutureoftheInternet.pdf. The issue here is that I get a resulting paper size with the filius height

[NTG-context] issue with imposition

2009-01-18 Thread Pablo Rodríguez
[filius][A4,landscape] \setuparranging [2UP,doublesided] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt, grid=no, marking=off] \starttext \filterpages

Re: [NTG-context] issue with imposition

2009-01-18 Thread Willi Egger
,doublesided] \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt, grid=no, marking=off] \starttext \filterpages[ZittrainTheFutureoftheInternet.pdf][4:351][height=21cm] \stoptext The PDF file can

Re: [NTG-context] issue with imposition

2009-01-18 Thread Pablo Rodríguez
[backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt, grid=no, marking=off] \starttext \filterpages[ZittrainTheFutureoftheInternet.pdf][4:351][height=21cm] \stoptext The PDF file can be downloaded from http

Re: [NTG-context] chapter-like headings with separate numbering

2008-12-06 Thread Aditya Mahajan
not set any marking, and there are not enough hooks to set a mark. But we can still use poor man's marks: macros! % First we need two types of headings: for chapters and for interludes startsetups[headline:chapter] {\ss\it Chapter \getmarking[chapternumber].\quad\getmarking[chapter

Re: [NTG-context] File fails to compile

2008-12-05 Thread Charles Doherty
On 30 Nov 2008, at 16:50, Thomas A. Schmitz wrote: Dear Thomas, I was up to my eyes marking end of term essays and since I am in terror of the terminal I didn't get around to your suggestion until now. After trying everything else I finally added the line as you suggested. Thanks very very

Re: [NTG-context] Has anybody used asymptote without LaTeX?

2008-09-28 Thread Alan BRASLAU
points with TikZ intersection coordinate system % [*] usage of 'to' path operation instead of 'arc' for marking angles to allow for % easy positioning of text labels on the curve % [*] 3D lighting effects with shading % % % Who's done it % = % % Tomasz M. Trzeciak % % % Distribution

Re: [NTG-context] Has anybody used asymptote without LaTeX?

2008-09-28 Thread Zhichu Chen
system % [*] usage of 'to' path operation instead of 'arc' for marking angles to allow for % easy positioning of text labels on the curve % [*] 3D lighting effects with shading % % % Who's done it % = % % Tomasz M. Trzeciak % % % Distribution and use

Re: [NTG-context] Has anybody used asymptote without LaTeX?

2008-09-28 Thread Yue Wang
) for definition of characteristic points in % local coordinate systems so that they are accessible outside of their plane of % definition % [*] calculation of intersections points with TikZ intersection coordinate system % [*] usage of 'to' path operation instead of 'arc' for marking angles

Re: [NTG-context] system modes

2008-08-01 Thread Taco Hoekwater
Alan Stone wrote: Hi, There are *some* system modes listed in the modes manual and main manual. Are *all* system modes listed somewhere ? The modes manual has all modes documented except for a really obscure one (as Hans explained). There is a small error, though: *marking should

Re: [NTG-context] bib module and hypehnation

2008-07-28 Thread Aditya Mahajan
, marking=on, ] \setupitemgroup [itemize] [each] [margin=1pc, distance=0pt, itemalign=left, headstyle=bolditalic, headcolor=darkred, afterhead=, before={\blank[small]}, after={\blank[small]}, indentnext=no] \setupitemgroup [itemize] [each] [broad,fit

[NTG-context] \setuphheadertexts for titles.

2008-07-17 Thread John Culleton
chapter,title. Somehow there must be a way to change the current chapter marking but I can't figure it out. -- John Culleton Resources for every author and publisher: http://wexfordpress.com/tex/shortlist.pdf http://wexfordpress.com/tex/packagers.pdf http://www.creativemindspress.com

Re: [NTG-context] \setuphheadertexts for titles.

2008-07-17 Thread Wolfgang Schuster
) ... } but that didn't work. Changing the second field to {chapter,title] just gave me the words chapter,title. Somehow there must be a way to change the current chapter marking but I can't figure it out. You could try (untested): \setupheadertexts [\doiftextelse{\getmarking[title]}{\getmarking[title

[NTG-context] Strange error in using backgrounds with enumerations

2008-07-13 Thread Aditya Mahajan
, footerdistance=0.25in, marking=on, grid=no, ] \setupformulas [ indentnext=auto, spacebefore=none, ] \usemodule [mathsets] \definemathset[EXP] [text={E}] \definemathset[PR] [text=\Pr,left=(,right=)] \unexpanded\def\stackrel#1#2

[NTG-context] foldername instead of jobname

2008-07-11 Thread Steffen Wolfrum
Hi, marking=on often uses \jobname. My file's name is not as important as its respective folder name. Is it possible to read and reuse this folder's name? Thanks, Steffen ___ If your question is of interest

Re: [NTG-context] foldername instead of jobname

2008-07-11 Thread Taco Hoekwater
Steffen Wolfrum wrote: Hi, marking=on often uses \jobname. My file's name is not as important as its respective folder name. Is it possible to read and reuse this folder's name? In mkii you would have to do something with \write18, I fear. In mkiv you can simply do: \edef

Re: [NTG-context] a sort of marking

2008-04-09 Thread Wolfgang Schuster
On Wed, Apr 9, 2008 at 1:35 AM, Andrea Valle [EMAIL PROTECTED] wrote: Hi to all, I have a manual. It's A5 to be printed in A4 (so to cut in the middle the A4 page). I'd like to have a cue like a marking to be able to cut exactly in the middle. \setuplayout[marking=on] does not print

Re: [NTG-context] a sort of marking

2008-04-09 Thread Andrea Valle
1) Why don't you play with \startTEXpage ? Because I don't know how does it work 2) Andare a dormire :) ? Io ci sono andato! :) -a- -- luigi it's new . it's powerful . it's luatex . http://www.luatex.org __

Re: [NTG-context] a sort of marking

2008-04-09 Thread Andrea Valle
Thanks Wolfgang %\setupbackgrounds[page][leftframe=on] \setuppagenumbering[alternative={singlesided,doublesided}] \setupbackgrounds[leftpage][leftframe=on] Could you please explain what's going on here? I cannot understand why \setuppagenumbering is relevant for such a behavior Best

Re: [NTG-context] a sort of marking

2008-04-09 Thread luigi scarso
On Wed, Apr 9, 2008 at 9:23 AM, Andrea Valle [EMAIL PROTECTED] wrote: 1) Why don't you play with \startTEXpage ? Because I don't know how does it work $ cd tex/texmf-local/tex/context/base $ grep startTEXpage * (hint: see page-app.tex) Use the source, luke ! -- luigi it's new . it's

Re: [NTG-context] a sort of marking

2008-04-09 Thread Wolfgang Schuster
On Wed, Apr 9, 2008 at 9:27 AM, Andrea Valle [EMAIL PROTECTED] wrote: Thanks Wolfgang %\setupbackgrounds[page][leftframe=on] \setuppagenumbering[alternative={singlesided,doublesided}] \setupbackgrounds[leftpage][leftframe=on] Could you please explain what's going on here? I cannot

Re: [NTG-context] a sort of marking

2008-04-09 Thread Andrea Valle
=off]\color[cirmaGrey]}, after={\color[cirmaOrange]\textrule \color[fontColor]\stopframedtext}] \setupframedtexts[width=local, framecolor=cirmaOrange] \setuplayout[marking=on, margin=0pt, width=fit] %[width=fit, % rightmargin=1.5cm, % leftmargin=1.5cm

Re: [NTG-context] a sort of marking

2008-04-09 Thread Andrea Valle
What setting do you use in your environment, you have many different settings and I don't know which one of them do you use. The one which is not commented. Make a minimal example (no section formatting, no typing ...) and post this with a sample text. ok BTW: The argument for

Re: [NTG-context] a sort of marking

2008-04-09 Thread Wolfgang Schuster
On Wed, Apr 9, 2008 at 11:09 AM, Andrea Valle [EMAIL PROTECTED] wrote: What setting do you use in your environment, you have many different settings and I don't know which one of them do you use. The one which is not commented. I thought you want to arrange the pages with the 2SIDE command

Re: [NTG-context] a sort of marking

2008-04-09 Thread Wolfgang Schuster
On Wed, Apr 9, 2008 at 10:22 AM, Andrea Valle [EMAIL PROTECTED] wrote: Thanks Wolfgang. Hmm, your example work. But it does not if I include it my environment What setting do you use in your environment, you have many different settings and I don't know which one of them do you use. Make a

Re: [NTG-context] a sort of marking

2008-04-09 Thread Andrea Valle
Thanks Wolfgang, it works perfectly May thanks -a- On 9 Apr 2008, at 11:18, Wolfgang Schuster wrote: On Wed, Apr 9, 2008 at 11:09 AM, Andrea Valle [EMAIL PROTECTED] wrote: What setting do you use in your environment, you have many different settings and I don't know which one of them do

Re: [NTG-context] mplib

2008-03-14 Thread Aditya Mahajan
to have two optional arguments for setting the font in the gnuplot module). Will mplib mean that the metapost code can place any tex box at the desired location? One thing which is really shaky in the current implementation is page anchors. That is, marking something in a paragraph and then using

[NTG-context] newbie ConTeXt question

2008-03-11 Thread jazz_johnson
luck. \startenvironment \setuppapersize[letter][letter] \setuplayout[height=9in, header=1.0in, footer=0in, topspace=1in, backspace=1.33in, %the backspace includes the margin location=middle,marking=on] \setuppagenumbering [alternative

Re: [NTG-context] newbie ConTeXt question

2008-03-11 Thread Wolfgang Schuster
the margin location=middle,marking=on] \setuppagenumbering [alternative=singlesided] \noheaderandfooterlines \setupbodyfont[cmr,12pt] \usesymbols[mvs] \setupsymbolset[martinvogel 2] \def\MyLetterhead% {%\showboxes \vbox{%\showboxes \hbox{%\showboxes \vbox

[NTG-context] showframe - showgrid = 2pt ??

2008-01-12 Thread Steffen Wolfrum
, backspace=20mm,topspace=15mm, header=\XVertikal,headerdistance=0.5\XVertikal, footer=3.5\XVertikal,footerdistance=0pt, location=middle,marking=on,grid=yes] \showframe \showgrid \starttext bla \stoptext ... when height is made 2pt smaller then it fits: \newdimen

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
} # \loadmapfile \loadsorts \loadsynonyms # \localhsize \logfields \lohi[low]{text}{text} \low{text} # \LR \mainlanguage[language code] \mar[references]{text} \marginrule[number]{text} \margintext[+|-|low][reference]{text} \marking[name]{text} \markversion \mathematics{text} \mediaeval{text} \midaligned

Re: [NTG-context] Setting up a project

2007-12-23 Thread Wolfgang Schuster
. Ya think maybe? ;) Thanks for the help, --Joel \setuplayout [marking=on, location=middle, width=288pt, height=432pt, header=12pt, headerdistance=12pt, topspace=\dimexpr72pt-\headerheight-\headerdistance\relax, footer=\headerheight, footerdistance=\headerdistance

Re: [NTG-context] Setting up a project

2007-12-21 Thread Hans Hagen
; it depends on your papersize also try: \setuppapersize[sixbynine][oversized] \setuplayout[marking=on] What are the offset scale in the paper size? special purpose, tweaking, seldom needed I want to have 6″×9″ trim, inner margin of 48pt, outer margin 96pt, top margin 72pt, bottom margin 144pt

Re: [NTG-context] Setting up a project

2007-12-21 Thread Hans Hagen
Joel C. Salomon wrote: On Dec 21, 2007 3:19 AM, Hans Hagen [EMAIL PROTECTED] wrote: \setuppapersize[sixbynine][oversized] \setuplayout[marking=on] Cool! Is there a way to center the 6″×9″ page on 8½″×11″ paper? I've tried \setuppapersize[sixbynine][letter] but that puts the page

Re: [NTG-context] Setting up a project

2007-12-21 Thread Joel C. Salomon
On Dec 21, 2007 3:19 AM, Hans Hagen [EMAIL PROTECTED] wrote: \setuppapersize[sixbynine][oversized] \setuplayout[marking=on] Cool! Is there a way to center the 6″×9″ page on 8½″×11″ paper? I've tried \setuppapersize[sixbynine][letter] but that puts the page in the upper-left corner

[NTG-context] \setuplayout with marking but WITHOUT number

2007-12-21 Thread Steffen Wolfrum
Hi, see the following example, please: \definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=on,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext How

Re: [NTG-context] \setuplayout with marking but WITHOUT number

2007-12-21 Thread Wolfgang Schuster
,marking=on,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext How do I get rid of the four little 1 ??? \let\pagecutmarksymbol\relax Wolfgang ___ If your question is of interest to others

Re: [NTG-context] Setting up a project

2007-12-21 Thread Joel C. Salomon
] \setuplayout [marking=on, location=middle, textwidth=288pt, textheight=432pt, header=12pt, headerdistance=12pt, topspace=72pt, footer=12pt, footerdistance=12pt, bottomspace=144pt, leftmargindistance=12pt, leftmargin=24pt, backspace=48pt

Re: [NTG-context] \setuplayout with marking but WITHOUT number

2007-12-21 Thread Steffen Wolfrum
Or even worse, how do I get rid of those fat white numbers in the nice color fields: \setupcolors[state=start] \definepapersize[Small][width=15cm,height=7.5cm] \setuppapersize[Small][A46,landscape] \setuplayout [width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking

Re: [NTG-context] \setuplayout with marking but WITHOUT number

2007-12-21 Thread Wolfgang Schuster
[width=15cm,height=7.5cm,backspace=-0cm, location=middle,marking=color,grid=no] \starttext\setupheadertexts[] \centerline{TEXT} \stoptext Steffen This is not possible, the numbers are hard coded in the colorfield macros, the only solution is to change the original macros, grep

Re: [NTG-context] Setting up a project

2007-12-21 Thread Wolfgang Schuster
). \definepapersize[sixbynine][width=6in,height=9in] \setuppapersize[sixbynine][letter] \setuplayout [marking=on, location=middle, textwidth=288pt, textheight=432pt, header=12pt, headerdistance=12pt, topspace=72pt, footer=12pt, footerdistance=12pt, bottomspace=144pt

Re: [NTG-context] Setting up a project

2007-12-21 Thread Joel C. Salomon
][letter] \setuplayout [marking=on, location=middle, textwidth=288pt, textheight=432pt, header=12pt, headerdistance=12pt, topspace=72pt, footer=12pt, footerdistance=12pt, bottomspace=144pt, leftmargindistance=12pt, leftmargin=24pt, backspace=48pt

Re: [NTG-context] Setting up a project

2007-12-21 Thread Wolfgang Schuster
: \definepapersize[sixbynine][width=6in,height=9in] \setuppapersize[sixbynine][letter] \setuplayout [marking=on, location=middle, textwidth=288pt, textheight=432pt, replace these two lines with width=288pt and height=432pt don't use textwidth and textheight in \setuplayout

Re: [NTG-context] \version[temporary]

2007-12-19 Thread Wolfgang Schuster
below). \definepapersize[steffen][width=15.7cm,height=23.2cm] \setuppapersize[steffen][steffen] \setuplayout [width=113mm,height=576pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking

Re: [NTG-context] \version[temporary]

2007-12-19 Thread Steffen Wolfrum
,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=off,grid=no] \version[temporary] \showframe \starttext \dorecurse{10}{text\footnote{note\index{keyword}}\par} \stoptext Thus, I'd like to ask: How can I 1) kill

[NTG-context] \version[temporary]

2007-12-18 Thread Steffen Wolfrum
,height=23.2cm] \setuppapersize[steffen][steffen] \setuplayout [width=113mm,height=576pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=off,grid=no] \version[temporary] \showframe \starttext

[NTG-context] font modification in \inright

2007-11-25 Thread Boris Dagaev
][width=10.5cm,height=18.5cm] \setuppapersize[MYBOOK][letter] \setuplayout[width=fit, height=fit, topspace=0cm, header=1cm, footer=0.2cm, location=middle, marking=on, leftmargin=0cm, leftmargindistance=0cm, rightmargin=0.5cm, rightmargindistance=0cm, leftdistance=0cm, rightdistance=0cm, backspace

Re: [NTG-context] font modification in \inright

2007-11-25 Thread Boris Dagaev
font directly in \inright{}? My solution: \setupoutput[pdftex] \definepapersize[MYBOOK][width=10.5cm,height=18.5cm] \setuppapersize[MYBOOK][letter] \setuplayout[width=fit, height=fit, topspace=0cm, header=1cm, footer=0.2cm, location=middle, marking=on, leftmargin=0cm, leftmargindistance=0cm

Re: [NTG-context] font modification in \inright

2007-11-25 Thread Thomas A. Schmitz
] \setuplayout[width=fit, height=fit, topspace=0cm, header=1cm, footer=0.2cm, location=middle, marking=on, leftmargin=0cm, leftmargindistance=0cm, rightmargin=0.5cm, rightmargindistance=0cm, leftdistance=0cm, rightdistance=0cm, backspace=0cm] \setupbodyfont[14pt] \setupwhitespace[big] \setupinmargin

Re: [NTG-context] Doc to ConTeXt [was Re: HTML to ConTeXt]

2007-11-10 Thread Hans Hagen
Andrea Valle wrote: Yes, Tell me, how did you set up the cropmarks etc.? but cropmarks are the easy parts using layers... :) \setuplayout[marking=on|color] - Hans Hagen | PRAGMA

Re: [NTG-context] Background image

2007-08-06 Thread Peter Rolf
] [ printpaper ] \setuppapersize[Lulu-Print][Lulu-Stock] \setuplayout[location=middle,marking=on] \setuppagenumbering[alternative=doublesided] \setupbackgrounds[leftpage] [background={Watermark-Left,layer-with-marking}]% background doesn't work \setupbackgrounds[rightpage][background={Watermark-Right

Re: [NTG-context] \setupheader: leftstyle rightstyle

2007-07-24 Thread Giuseppe Bilotta
that the markings of the last section get cleared when an empty page is inserted. See also my thread “Section marking forgotten on next even page?” -- Giuseppe Oblomov Bilotta ___ If your question is of interest to others as well

[NTG-context] Section marking forgotten on next even page?

2007-07-14 Thread Giuseppe Bilotta
Hello all, why does \page[even] reset the section marks? Shouldn't this feature be configurable by the user? -- Giuseppe Oblomov Bilotta ___ If your question is of interest to others as well, please add an entry to

Re: [NTG-context] mirrored pages

2007-04-19 Thread Wolfgang Schuster
Horacio, the following code should work. \unprotect \def\c!mirrored{mirrored} \def\docopypages[#1][#2]% {\bgroup \getfiguredimensions[#1]% \getparameters[\??ip] [\c!n=\noffigurepages, \c!marking=\v!off, \c!scale=\!!thousand, \c!offset=\!!zeropoint, \c!mirrored

Re: [NTG-context] mirrored pages

2007-04-19 Thread Horacio Suarez
{mirrored} \def\docopypages[#1][#2]% {\bgroup \getfiguredimensions[#1]% \getparameters[\??ip] [\c!n=\noffigurepages, \c!marking=\v!off, \c!scale=\!!thousand, \c!offset=\!!zeropoint, \c!mirrored=\v!no, #2]% \dorecurse\@@ipn {\doif\@@ipmirrored\v!yes

Re: [NTG-context] Pagesize papersize: Writing jobname/date outside page area

2007-04-18 Thread Hans Hagen
to modify the definitions. \def\pagecutmarksymbol{\the\realpageno} \def\pagecutmarklength{.5cm} \let\pagecutmarktoptext\empty \let\pagecutmarkbottomtext \empty \setuplayout[marking=text] \setuplayout[marking=empty] \setuplayout[marking=color] \setuplayout[marking

[NTG-context] Umlaut causes footnotline to jump

2007-03-15 Thread Steffen Wolfrum
=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=on,grid=no] \def\setnotebodyfont {\let\setnotebodyfont\relax \restoreglobalbodyfont \switchtobodyfont[rm,9pt]\setupinterlinespace[line=9.8pt]\parskip2pt} \starttext Test.\footnote{{\em R.~Schmidt}, Öff

Re: [NTG-context] Umlaut causes footnotline to jump

2007-03-15 Thread Hans Hagen
=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=on,grid=no] \def\setnotebodyfont {\let\setnotebodyfont\relax \restoreglobalbodyfont \switchtobodyfont[rm,9pt]\setupinterlinespace[line=9.8pt]\parskip2pt

Re: [NTG-context] Umlaut causes footnotline to jump

2007-03-15 Thread Steffen Wolfrum
][width=15.7cm,height=23.2cm] \setuppapersize[MyPage][A4] \setuplayout [width=113mm,height=576pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=on,grid=no] \def\setnotebodyfont {\let

Re: [NTG-context] Umlaut causes footnotline to jump

2007-03-15 Thread Hans Hagen
=12pt] \definepapersize[MyPage][width=15.7cm,height=23.2cm] \setuppapersize[MyPage][A4] \setuplayout [width=113mm,height=576pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=on,grid

Re: [NTG-context] Umlaut causes footnotline to jump

2007-03-15 Thread Steffen Wolfrum
] \setuppapersize[MyPage][A4] \setuplayout [width=113mm,height=576pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=on,grid=no] \def\setnotebodyfont {\let\setnotebodyfont\relax

Re: [NTG-context] Umlaut causes footnotline to jump

2007-03-15 Thread Steffen Wolfrum
] \setuppapersize[MyPage][A4] \setuplayout [width=113mm,height=576pt, backspace=20mm,topspace=15mm, header=12pt,headerdistance=6pt, footer=42pt,footerdistance=0pt, location=middle,marking=on,grid=no] \def\setnotebodyfont {\let\setnotebodyfont\relax

Re: [NTG-context] How to set page background?

2007-03-01 Thread luigi scarso
,doublesided] %%% \setuppagenumbering [alternative=doublesided] \setuplayout [margin=0pt,width=fit] \setupbackgrounds [paper][background=color,backgroundcolor=red] \setuplayout [location=middle,marking=color] \setuptolerance [tolerant] \setupbodyfont [6pt] \starttext \dorecurse{30}{\input tufte \par

Re: [NTG-context] How to set page background?

2007-03-01 Thread Mojca Miklavec
][background=color,backgroundcolor=red] \setupcolors [state=start] \setuplayout [location=middle,marking=color] \setuptolerance [tolerant] \setupbodyfont [6pt] \starttext \dorecurse{30}{\input tufte \par \input knuth \par} \stoptext Mojca

Re: [NTG-context] How to set page background?

2007-03-01 Thread Zhichu Chen
[alternative=doublesided] \setuplayout [margin=0pt,width=fit] \setupbackgrounds [paper][background=color,backgroundcolor=red] \setupcolors [state=start] \setuplayout [location=middle,marking=color] \setuptolerance [tolerant] \setupbodyfont [6pt] \starttext \dorecurse{30}{\input tufte \par \input

Re: [NTG-context] How to set page background?

2007-02-28 Thread luigi scarso
[alternative=doublesided] \setuplayout [margin=0pt,width=fit] %%% hmm, try \setupbackgrounds[paper][state=start,background=color,backgroundcolor=red] \setupcolors [state=start] \setuplayout [location=middle,marking=color] \setuptolerance [tolerant] \setupbodyfont [6pt] \starttext \dorecurse{30}{\input

Re: [NTG-context] How to set page background?

2007-02-28 Thread Zhichu Chen
] \setuplayout [margin=0pt,width=fit] what about \setupbackgrounds [page][background=color,backgroundcolor=red] \setupcolors [state=start] \setuplayout [location=middle,marking=color] \setuptolerance [tolerant] \setupbodyfont [6pt] \starttext \dorecurse{30}{\input tufte \par \input knuth \par

[NTG-context] split footnote bug

2007-02-26 Thread Steffen Wolfrum
=113mm,height=48\XVertikal, backspace=20mm,topspace=15mm, header=\XVertikal,headerdistance=0.5\XVertikal, footer=3.5\XVertikal,footerdistance=0pt, location=middle,marking=on,grid=yes] \showframe \showgrid \showgridboxes \showstruts \starttext \dorecurse{10}{\input ward

Re: [NTG-context] split footnote bug

2007-02-26 Thread Steffen Wolfrum
[postscript,10pt] \setupinterlinespace[line=\XVertikal] \setuplayout [width=113mm,height=48\XVertikal, backspace=20mm,topspace=15mm, header=\XVertikal,headerdistance=0.5\XVertikal, footer=3.5\XVertikal,footerdistance=0pt, location=middle,marking=on,grid=yes

Re: [NTG-context] No TOC and other lists with \setuparranging

2007-02-25 Thread Willi Egger
[backspace=17mm,location=middle,marking=on,] \starttext \startbodymatter \chapter{to start!} \dorecurse{10}{\input knuth \par} \przepis{Prawdziwy sos czosnkowy} \dorecurse{5}{\input tufte \par} \przepis{Prawdziwy sos pieczarkowy} \dorecurse{5}{\input knuth \par} \przepis{Prawdziwy sos jogurtowy

[NTG-context] No TOC and other lists with \setuparranging

2007-02-24 Thread Piotr Kopszak
[backspace=17mm,location=middle,marking=on,] \starttext \startbodymatter \chapter{to start!} \dorecurse{10}{\input knuth \par} \przepis{Prawdziwy sos czosnkowy} \dorecurse{5}{\input tufte \par} \przepis{Prawdziwy sos pieczarkowy} \dorecurse{5}{\input knuth \par} \przepis{Prawdziwy sos jogurtowy

Re: [NTG-context] grid vs. frame (+minimal example)

2007-02-19 Thread Steffen Wolfrum
] \setupinterlinespace[line=\XVertikal] \setuplayout [width=113mm,height=48\XVertikal, backspace=20mm,topspace=15mm, header=\XVertikal,headerdistance=0.5\XVertikal, footer=3.5\XVertikal,footerdistance=0pt, location=middle,marking=on,grid=yes] \showframe \showgrid \showgridboxes

[NTG-context] Layout Question

2007-02-05 Thread Helin Gai
Hi, I bumped into a strange question. I used the following commands to set up the layout: \setuplayout[marking=color,location=middle, backspace=4.25pc, cutspace=20pc, topspace=4.25pc, bottomspace=7.5pc, footerdistance=3.5pc

Re: [NTG-context] Layout Question

2007-02-05 Thread Helin Gai
: \setuplayout[marking=color,location=middle, backspace=4.25pc, cutspace=20pc, topspace=4.25pc, bottomspace=7.5pc, footerdistance=3.5pc, footer=12pt, margindistance=2pc, header=0pc

Re: [NTG-context] including pdf and using the entire page

2007-02-04 Thread Aditya Mahajan
]% \getparameters[\??ip] [\c!n=\noffigurepages, \c!marking=\v!off, \c!scale=\!!thousand, \c!offset=\!!zeropoint, #2]% \dorecurse\@@ipn {\startTEXpage[\c!width=\paperwidth,\c!height=\paperheight,\c!offset=\@@ipoffset] \externalfigure [#1

Re: [NTG-context] including pdf and using the entire page

2007-02-04 Thread Johan Sandblom
needs. \unprotect %D Usage \copyfullpages[filename.pdf] \def\copyfullpages {\dodoubleempty\docopyfullpages} \def\docopyfullpages[#1][#2]% {\bgroup \getfiguredimensions[#1]% \getparameters[\??ip] [\c!n=\noffigurepages, \c!marking=\v!off, \c!scale

[NTG-context] wrapping URL bug

2007-01-31 Thread Alan Bowen
MKII. Alan __ \definepapersize[pagesize][width=36pc,height=54pc] \setuplayout[location=middle,marking=off] \setuppapersize[pagesize][pagesize] \setuplayout[width=26pc] \setupinteraction[state=start,style=rm] % for URLs and links

Re: [NTG-context] \useURL query

2007-01-29 Thread Alan Bowen
\definepapersize[trimsize][width=36pc,height=54pc] \setuplayout[location=middle,marking=on] \setuppapersize[trimsize][pagesize] % define print area \setuplayout[ topspace=3pc, backspace=5pc

Re: [NTG-context] \useURL query

2007-01-29 Thread Alan Bowen
\startmode[print] \stopmode \doifmode{print}{ \definepapersize[pagesize][width=41pc,height=66pc] %% page layout \definepapersize[trimsize][width=36pc,height=54pc] \setuplayout[location=middle,marking=on] \setuppapersize[trimsize][pagesize] % define print area \setuplayout

[NTG-context] Imposition struggles

2007-01-20 Thread Willi Egger
=0pt, headerdistance=0pt, footer=1.5\bodyfontsize, footerdistance= 3\bodyfontsize, height=167mm, marking=on] \setuppagenumbering[location={footer,right},alternative=doublesided] \setuparranging[2*2*4] \setupitemgroup[itemize] [1] [symbol=2, before={\blank[small

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] A couple of questions on heads.

2007-01-02 Thread Aditya Mahajan
section. You can use use totally different markings, as shown below. % Define your own marking. \definemarking[Papertitle] \definemarking[Author] % Set that marking. \marking[Papertitle]{This is a \CONTEXT\ example} \marking[Author]{Aditya Mahajan} % Allow ConTeXt to do the rest

<    1   2   3   4   5   6   7   >