[NTG-context] Margins using 2UP imposition schema

2024-09-14 Thread Angel M Alganza
Hello: I'm composing an A5 booklet printed on an A4 paper using the 2UP imposition schema. 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 properl. I want to

[NTG-context] margins while two columns texts

2012-01-11 Thread Pavel Dohnal
Hello, I want to have text in two columns and use inmargin. But in margin allways put objects to left margin. I want in left column place objects to left margin and in right column to place objects to right margin. It is possible in ConTEXT somehow? _

Re: [NTG-context] margins

2008-03-26 Thread Peter I. Hansen
On Wed, Mar 26, 2008 at 8:12 AM, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 25, 2008 at 10:55 PM, Peter I. Hansen <[EMAIL PROTECTED]> wrote: > > > > On Tue, Mar 25, 2008 at 9:06 PM, Henning Hraban Ramm <[EMAIL PROTECTED]> > wrote: > > > Am 2008-03-25 um 01:51 schrieb Joel C. S

Re: [NTG-context] margins

2008-03-26 Thread Wolfgang Schuster
On Tue, Mar 25, 2008 at 10:55 PM, Peter I. Hansen <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 25, 2008 at 9:06 PM, Henning Hraban Ramm <[EMAIL PROTECTED]> > wrote: > > Am 2008-03-25 um 01:51 schrieb Joel C. Salomon: > > > > > In other words, you want large inner margins and small outer margins. > >

Re: [NTG-context] margins

2008-03-25 Thread Peter I. Hansen
On Tue, Mar 25, 2008 at 9:06 PM, Henning Hraban Ramm <[EMAIL PROTECTED]> wrote: > Am 2008-03-25 um 01:51 schrieb Joel C. Salomon: > > > In other words, you want large inner margins and small outer margins. > >> However, the standard behaviour seems to be the opposite. > > For very good reason.

Re: [NTG-context] margins

2008-03-25 Thread Henning Hraban Ramm
Am 2008-03-25 um 01:51 schrieb Joel C. Salomon: > In other words, you want large inner margins and small outer margins. >> However, the standard behaviour seems to be the opposite. > For very good reason. When a two-page spread is laid flat, it usually > looks best if the outer margins are both a

Re: [NTG-context] margins

2008-03-24 Thread Joel C. Salomon
On Mon, Mar 24, 2008 at 6:27 PM, Peter I. Hansen <[EMAIL PROTECTED]> wrote: > I'm typesetting a document to be printed in book format. For this > purpose I need the left margin of an odd numbered page to be larger > than the right margin, and the right margin of an even numbered page > to be la

[NTG-context] margins

2008-03-24 Thread Peter I. Hansen
Hi I'm typesetting a document to be printed in book format. For this purpose I need the left margin of an odd numbered page to be larger than the right margin, and the right margin of an even numbered page to be larger than the left margin. However, the standard behaviour seems to be the opposite.

Re: [NTG-context] Margins around figures

2007-09-08 Thread Kumar Appaiah
Dear Mojka, On Sat, Sep 08, 2007 at 11:14:30AM +0200, Mojca Miklavec wrote: > Since plain metapost doesn't know about ConTeXt (metafun) extentions, > you need to: > - either add a line "input metafun ;" at the top of your metapost files This works just as I expect! Many thanks! > - or run "mptop

Re: [NTG-context] Margins around figures

2007-09-08 Thread Mojca Miklavec
On 9/7/07, Kumar Appaiah wrote: > On Fri, Sep 07, 2007 at 09:18:30AM +0200, Oliver Buerschaper wrote: > > Perhaps > > > > setbounds currentpicture to boundingbox currentpicture enlarged 5mm; > > > > at the end of your MetaPost drawing might do what you want? > > That's probably in the right directi

Re: [NTG-context] Margins around figures

2007-09-07 Thread Kumar Appaiah
On Fri, Sep 07, 2007 at 11:16:50PM +0530, Kumar Appaiah wrote: > But, is there still an elegant way to have more margin in MetaPost > images? OK, a cheap and dirty workaround: define a blank label at a location outside the bounds of your actual picture, and MetaPost does the needful. Inelegant, bu

Re: [NTG-context] Margins around figures

2007-09-07 Thread Kumar Appaiah
On Fri, Sep 07, 2007 at 12:31:26PM +0200, Wolfgang Schuster wrote: > He can set the offset in ConTeXt and not in MetaPost, e.g. > > \offset[leftoffset=...]{\externalfigure[fugurename]} > > The \offset command is described in the details manual, he can also > look at the definition in core-box. W

Re: [NTG-context] Margins around figures

2007-09-07 Thread Wolfgang Schuster
2007/9/7, Oliver Buerschaper <[EMAIL PROTECTED]>: > > mpost seminar.mp > > This is MetaPost, Version 0.993 (Web2C 7.5.6) > > (seminar.mp (/usr/share/texmf-texlive/metapost/base/TEX.mp) > > (/usr/share/texmf-texlive/metapost/base/boxes.mp) > >>> boundingbox.currentpicture.enlarged1cm > > ! Improper

Re: [NTG-context] Margins around figures

2007-09-07 Thread Oliver Buerschaper
> mpost seminar.mp > This is MetaPost, Version 0.993 (Web2C 7.5.6) > (seminar.mp (/usr/share/texmf-texlive/metapost/base/TEX.mp) > (/usr/share/texmf-texlive/metapost/base/boxes.mp) >>> boundingbox.currentpicture.enlarged1cm > ! Improper `clip'. > >; > l.26 ...o boundingbox curr

Re: [NTG-context] Margins around figures

2007-09-07 Thread Kumar Appaiah
On Fri, Sep 07, 2007 at 09:18:30AM +0200, Oliver Buerschaper wrote: > Perhaps > > setbounds currentpicture to boundingbox currentpicture enlarged 5mm; > > at the end of your MetaPost drawing might do what you want? That's probably in the right direction, but the MetaPost newbie I am, I am unable

Re: [NTG-context] Margins around figures

2007-09-07 Thread Oliver Buerschaper
> I am making a presentation with ConTeXt, with numerous MetaPost > figures. Now, the only problem is that my white MetaPost figures don't > blend well with the dark background of the screen. This isn't too good > since the text labels in my figure's edges appear too close to the > edge. What I'd l

[NTG-context] Margins around figures

2007-09-06 Thread Kumar Appaiah
Deat ConTeXt users, I am making a presentation with ConTeXt, with numerous MetaPost figures. Now, the only problem is that my white MetaPost figures don't blend well with the dark background of the screen. This isn't too good since the text labels in my figure's edges appear too close to the edge.

Re: [NTG-context] margins at a cover page

2007-05-22 Thread Willi Egger
Hi Gerhard, I do not know whtherr I understand your problem correctly. However, if you want total control of the typesetting area on your paper one should use more options in the settuplayout command. Think about topspace, backspace, margins, margindistance, which all do have a predefined

Re: [NTG-context] margins at a cover page

2007-05-22 Thread Wolfgang Schuster
2007/5/22, Gerhard Kugler <[EMAIL PROTECTED]>: > Hi, > > I think it is not appropriate to have a smaller left than right margin > at a cover page. But my tries to achieve this are not successful. > > My relevant expressions: > > > \setuplayout[header=0mm,location=middle] > > \definelayer[bild][x=0m

[NTG-context] margins at a cover page

2007-05-21 Thread Gerhard Kugler
Hi, I think it is not appropriate to have a smaller left than right margin at a cover page. But my tries to achieve this are not successful. My relevant expressions: \setuplayout[header=0mm,location=middle] \definelayer[bild][x=0mm, y=0mm, width=\paperwidth, height=\paperheight] \setlayer[bil