ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Margin terminology -- badly documented, undocumented, or  misdocumented
@ 2010-02-25  4:39 James Fisher
  2010-02-25 10:23 ` Hans Hagen
  0 siblings, 1 reply; 11+ messages in thread
From: James Fisher @ 2010-02-25  4:39 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1731 bytes --]

Hi all.


I am trying to understand the terminology for the \definelayout and
\setuplayout commands.
Unfortunately the documentation at
http://wiki.contextgarden.net/Layoutdoesn't correspond to the actual
output I get.
Nor does the 'documentation' at http://getfo.org/context_xml/page3.html ,
which the first page recommends.
More, the two pages seem pretty contradictory.

Consider my situation: I'm trying to set up an A4 page with the following
margins (I use the term margin to mean the space from the edge of the
physical paper to the edge of the body text area):

top: 2.97cm
bottom: 2.97cm
left: 2.1cm
right: 2.1cm

For the moment, I don't care at all about header and footer space, nor notes
in the margins; I'm just trying to get the above margins.
However, with all conceivable combinations of commands at both of those
pages, I've been unable to set anything like this up.

Based on the getfo.org page, I should be able to set up these left and right
margins with:

backspace=2.1cm,
cutspace=2.1cm

But, looking at the result, and also with using \showlayout (which for some
reason, AFAICS, generates four identical pages at the beginning of the
document), this quite obviously doesn't do what getfo.org claims.

I have also tried setting everything to 0cm with the exception of any random
one of the measurements that go into making a margin, which I would set to
2.1cm.  No avail here, either.

Can someone give me the configuration I would need for the above required
margins?  Even better, can someone give me the definitive definitions of all
the terms used in http://wiki.contextgarden.net/Layout, algebraically rather
than as ambiguous tables of "Remarks"?  This would help a bunch.


Many thanks,


James Fisher

[-- Attachment #1.2: Type: text/html, Size: 2108 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or  misdocumented
  2010-02-25  4:39 Margin terminology -- badly documented, undocumented, or misdocumented James Fisher
@ 2010-02-25 10:23 ` Hans Hagen
  2010-02-25 10:57   ` R. Bastian
  2010-02-25 20:17   ` James Fisher
  0 siblings, 2 replies; 11+ messages in thread
From: Hans Hagen @ 2010-02-25 10:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 25-2-2010 5:39, James Fisher wrote:
> Hi all.
>
>
> I am trying to understand the terminology for the \definelayout and
> \setuplayout commands.
> Unfortunately the documentation at
> http://wiki.contextgarden.net/Layoutdoesn't correspond to the actual
> output I get.
> Nor does the 'documentation' at http://getfo.org/context_xml/page3.html ,
> which the first page recommends.
> More, the two pages seem pretty contradictory.
>
> Consider my situation: I'm trying to set up an A4 page with the following
> margins (I use the term margin to mean the space from the edge of the
> physical paper to the edge of the body text area):
>
> top: 2.97cm
> bottom: 2.97cm
> left: 2.1cm
> right: 2.1cm
>
> For the moment, I don't care at all about header and footer space, nor notes
> in the margins; I'm just trying to get the above margins.
> However, with all conceivable combinations of commands at both of those
> pages, I've been unable to set anything like this up.
>
> Based on the getfo.org page, I should be able to set up these left and right
> margins with:

\setuplayout
  [backspace=2.1cm,
   cutspace=2.1cm,
   width=middle,
   topspace=2.97cm,
   bottomspace=2.97cm,
   height=middle]

\showframe

\starttext

\input tufte

\stoptext


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or  misdocumented
  2010-02-25 10:23 ` Hans Hagen
@ 2010-02-25 10:57   ` R. Bastian
  2010-02-25 20:17   ` James Fisher
  1 sibling, 0 replies; 11+ messages in thread
From: R. Bastian @ 2010-02-25 10:57 UTC (permalink / raw)
  To: ntg-context

On Thu, 25 Feb 2010 11:23:04 +0100
Hans Hagen <pragma@wxs.nl> scribit:

> On 25-2-2010 5:39, James Fisher wrote:
> > Hi all.
> >
> >
> > I am trying to understand the terminology for the \definelayout and
> > \setuplayout commands.
> > Unfortunately the documentation at
> > http://wiki.contextgarden.net/Layoutdoesn't correspond to the actual
> > output I get.
> > Nor does the 'documentation' at http://getfo.org/context_xml/page3.html ,
> > which the first page recommends.
> > More, the two pages seem pretty contradictory.
> >
> > Consider my situation: I'm trying to set up an A4 page with the following
> > margins (I use the term margin to mean the space from the edge of the
> > physical paper to the edge of the body text area):
> >
> > top: 2.97cm
> > bottom: 2.97cm
> > left: 2.1cm
> > right: 2.1cm
> >
> > For the moment, I don't care at all about header and footer space, nor notes
> > in the margins; I'm just trying to get the above margins.
> > However, with all conceivable combinations of commands at both of those
> > pages, I've been unable to set anything like this up.
> >
> > Based on the getfo.org page, I should be able to set up these left and right
> > margins with:
> 
> \setuplayout
>   [backspace=2.1cm,
>    cutspace=2.1cm,
>    width=middle,
>    topspace=2.97cm,
>    bottomspace=2.97cm,
>    height=middle]
> 
> \showframe
> 
> \starttext
> 
> \input tufte
> 

\showlayout 

> \stoptext
> 
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-02-25 10:23 ` Hans Hagen
  2010-02-25 10:57   ` R. Bastian
@ 2010-02-25 20:17   ` James Fisher
  2010-02-26  9:03     ` luigi scarso
  2010-03-02 11:03     ` Hans Hagen
  1 sibling, 2 replies; 11+ messages in thread
From: James Fisher @ 2010-02-25 20:17 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2468 bytes --]

Hi Hans,


Thanks for the reply -- and sorry for the rather grumpy way in which I posed
the question.  The problem for me was this mysterious "width=middle",
"height=middle" -- this is fairly undocumented at
http://wiki.contextgarden.net/Layout .  There is a mention of
"width=middle", but it's just followed by some code, most of which seems to
be irrelevant ("if cutspace == 0pt then cutspace = backspace; end"), and
there is no mention of "height=middle".  I would be more than willing to
document this myself, but what is it that "width=middle" actually *does*?
And what does "middle" actually *mean* -- the middle of *what*?


James

On Thu, Feb 25, 2010 at 10:23 AM, Hans Hagen <pragma@wxs.nl> wrote:

> On 25-2-2010 5:39, James Fisher wrote:
>
>> Hi all.
>>
>>
>> I am trying to understand the terminology for the \definelayout and
>> \setuplayout commands.
>> Unfortunately the documentation at
>> http://wiki.contextgarden.net/Layoutdoesn't<http://wiki.contextgarden.net/Layoutdoesn%27t>correspond to the actual
>>
>> output I get.
>> Nor does the 'documentation' at http://getfo.org/context_xml/page3.html ,
>> which the first page recommends.
>> More, the two pages seem pretty contradictory.
>>
>> Consider my situation: I'm trying to set up an A4 page with the following
>> margins (I use the term margin to mean the space from the edge of the
>> physical paper to the edge of the body text area):
>>
>> top: 2.97cm
>> bottom: 2.97cm
>> left: 2.1cm
>> right: 2.1cm
>>
>> For the moment, I don't care at all about header and footer space, nor
>> notes
>> in the margins; I'm just trying to get the above margins.
>> However, with all conceivable combinations of commands at both of those
>> pages, I've been unable to set anything like this up.
>>
>> Based on the getfo.org page, I should be able to set up these left and
>> right
>> margins with:
>>
>
> \setuplayout
>  [backspace=2.1cm,
>  cutspace=2.1cm,
>  width=middle,
>  topspace=2.97cm,
>  bottomspace=2.97cm,
>  height=middle]
>
> \showframe
>
> \starttext
>
> \input tufte
>
> \stoptext
>
>
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
>

[-- Attachment #1.2: Type: text/html, Size: 3523 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-02-25 20:17   ` James Fisher
@ 2010-02-26  9:03     ` luigi scarso
  2010-03-02 11:03     ` Hans Hagen
  1 sibling, 0 replies; 11+ messages in thread
From: luigi scarso @ 2010-02-26  9:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Feb 25, 2010 at 9:17 PM, James Fisher <jameshfisher@gmail.com> wrote:

> document this myself, but what is it that "width=middle" actually *does*?
I suppose
    if cutspace == 0pt then
       cutspace = backspace
    end
    makeupwidth =  paperwidth- backspace -cutspace
(as wiki says, from page-lay.mkiv, 2009-11-17 - 23:59)

(btw I'm the author of the irrelevant code )
-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-02-25 20:17   ` James Fisher
  2010-02-26  9:03     ` luigi scarso
@ 2010-03-02 11:03     ` Hans Hagen
  2010-03-02 21:33       ` James Fisher
  1 sibling, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2010-03-02 11:03 UTC (permalink / raw)
  To: James Fisher; +Cc: mailing list for ConTeXt users

On 25-2-2010 21:17, James Fisher wrote:
> Hi Hans,
>
>
> Thanks for the reply -- and sorry for the rather grumpy way in which I posed
> the question.  The problem for me was this mysterious "width=middle",
> "height=middle" -- this is fairly undocumented at
> http://wiki.contextgarden.net/Layout .  There is a mention of
> "width=middle", but it's just followed by some code, most of which seems to
> be irrelevant ("if cutspace == 0pt then cutspace = backspace; end"), and
> there is no mention of "height=middle".  I would be more than willing to
> document this myself, but what is it that "width=middle" actually *does*?
> And what does "middle" actually *mean* -- the middle of *what*?

just the space between back- and cutspace

(there's also fit, which takes edges into account as they play a role in 
interactive documents)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-03-02 11:03     ` Hans Hagen
@ 2010-03-02 21:33       ` James Fisher
  2010-03-02 21:42         ` Wolfgang Schuster
                           ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: James Fisher @ 2010-03-02 21:33 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1985 bytes --]

That makes sense.

The main thing confusing me on contextgarden is:

   if cutspace == 0pt then
      cutspace = backspace
   end

Which I would guess is meant to allow you to just specify backspace if you
want symmetrical margins; but what if we want a 0pt cutspace?

A minor other thing confusing me is the terminology; mainly 'cut' and
'back'.  Are these ConTeXt-specific terms or are they found elsewhere?
'Back' would make more sense to me as 'binding' or 'spine', and the edge
referred to as 'cut' is referred to in
Wikipedia<http://en.wikipedia.org/wiki/Book#Book_manufacturing_in_the_modern_world>as
the 'fore-edge'.


James

On Tue, Mar 2, 2010 at 11:03 AM, Hans Hagen <pragma@wxs.nl> wrote:

> On 25-2-2010 21:17, James Fisher wrote:
>
>> Hi Hans,
>>
>>
>> Thanks for the reply -- and sorry for the rather grumpy way in which I
>> posed
>> the question.  The problem for me was this mysterious "width=middle",
>> "height=middle" -- this is fairly undocumented at
>> http://wiki.contextgarden.net/Layout .  There is a mention of
>> "width=middle", but it's just followed by some code, most of which seems
>> to
>> be irrelevant ("if cutspace == 0pt then cutspace = backspace; end"), and
>> there is no mention of "height=middle".  I would be more than willing to
>> document this myself, but what is it that "width=middle" actually *does*?
>> And what does "middle" actually *mean* -- the middle of *what*?
>>
>
> just the space between back- and cutspace
>
> (there's also fit, which takes edges into account as they play a role in
> interactive documents)
>
> Hans
>
>
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
>

[-- Attachment #1.2: Type: text/html, Size: 2912 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-03-02 21:33       ` James Fisher
@ 2010-03-02 21:42         ` Wolfgang Schuster
  2010-03-02 21:59           ` James Fisher
  2010-03-02 23:18         ` luigi scarso
  2010-03-08  9:21         ` Hans Hagen
  2 siblings, 1 reply; 11+ messages in thread
From: Wolfgang Schuster @ 2010-03-02 21:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 02.03.10 22:33, schrieb James Fisher:
> That makes sense.
>
> The main thing confusing me on contextgarden is:
>
>    if cutspace == 0pt then
>       cutspace = backspace
>    end
>
> Which I would guess is meant to allow you to just specify backspace if 
> you want symmetrical margins; but what if we want a 0pt cutspace?
Then use absolute values for 'backspace' and 'width'.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-03-02 21:42         ` Wolfgang Schuster
@ 2010-03-02 21:59           ` James Fisher
  0 siblings, 0 replies; 11+ messages in thread
From: James Fisher @ 2010-03-02 21:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1039 bytes --]

Fairy muff!


James

On Tue, Mar 2, 2010 at 9:42 PM, Wolfgang Schuster <
schuster.wolfgang@googlemail.com> wrote:

> Am 02.03.10 22:33, schrieb James Fisher:
>
>  That makes sense.
>>
>> The main thing confusing me on contextgarden is:
>>
>>   if cutspace == 0pt then
>>      cutspace = backspace
>>   end
>>
>> Which I would guess is meant to allow you to just specify backspace if you
>> want symmetrical margins; but what if we want a 0pt cutspace?
>>
> Then use absolute values for 'backspace' and 'width'.
>
> Wolfgang
>
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 1994 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-03-02 21:33       ` James Fisher
  2010-03-02 21:42         ` Wolfgang Schuster
@ 2010-03-02 23:18         ` luigi scarso
  2010-03-08  9:21         ` Hans Hagen
  2 siblings, 0 replies; 11+ messages in thread
From: luigi scarso @ 2010-03-02 23:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Mar 2, 2010 at 10:33 PM, James Fisher <jameshfisher@gmail.com> wrote:
> That makes sense.
>
> The main thing confusing me on contextgarden is:
>
>    if cutspace == 0pt then
>       cutspace = backspace
>    end
>
> Which I would guess is meant to allow you to just specify backspace if you
> want symmetrical margins; but what if we want a 0pt cutspace?
>
> A minor other thing confusing me is the terminology; mainly 'cut' and
> 'back'.  Are these ConTeXt-specific terms or are they found elsewhere?

see  page-lay.mkiv

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Margin terminology -- badly documented, undocumented, or misdocumented
  2010-03-02 21:33       ` James Fisher
  2010-03-02 21:42         ` Wolfgang Schuster
  2010-03-02 23:18         ` luigi scarso
@ 2010-03-08  9:21         ` Hans Hagen
  2 siblings, 0 replies; 11+ messages in thread
From: Hans Hagen @ 2010-03-08  9:21 UTC (permalink / raw)
  To: James Fisher; +Cc: mailing list for ConTeXt users

On 2-3-2010 22:33, James Fisher wrote:

> A minor other thing confusing me is the terminology; mainly 'cut' and
> 'back'.  Are these ConTeXt-specific terms or are they found elsewhere?
> 'Back' would make more sense to me as 'binding' or 'spine', and the edge
> referred to as 'cut' is referred to in
> Wikipedia<http://en.wikipedia.org/wiki/Book#Book_manufacturing_in_the_modern_world>as
> the 'fore-edge'.

there are a few more 'not so good translations' ... actually, they were 
translated by native speakers so we hav eto liv ewith them (for some we 
can consider synonyms but not now)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-03-08  9:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-25  4:39 Margin terminology -- badly documented, undocumented, or misdocumented James Fisher
2010-02-25 10:23 ` Hans Hagen
2010-02-25 10:57   ` R. Bastian
2010-02-25 20:17   ` James Fisher
2010-02-26  9:03     ` luigi scarso
2010-03-02 11:03     ` Hans Hagen
2010-03-02 21:33       ` James Fisher
2010-03-02 21:42         ` Wolfgang Schuster
2010-03-02 21:59           ` James Fisher
2010-03-02 23:18         ` luigi scarso
2010-03-08  9:21         ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).