Re: [NTG-context] mkiv: wide gap between name and text of enumerations

2010-04-06 Thread Matthias Weber

Thanks Peter,

that helps, but it means I need to tune all my 20 enumerations...


Matthias


On Apr 6, 2010, at 1:25 AM, Peter Münster wrote:


On Tue, Apr 06 2010, Matthias Weber wrote:


\defineenumeration  [blurb]
[text=Blurb,
way=bysection,
location=hanging]

Blurb 1  Here should only be a small gap.

Is there a way to narrow the gap?


This helps: width=4em
You can also play with distance=
Cheers, Peter

--  
Contact information: http://pmrb.free.fr/contact/



___
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
___


___
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
___


Re: [NTG-context] mkiv: wide gap between name and text of enumerations

2010-04-06 Thread Aditya Mahajan

On Tue, 6 Apr 2010, Matthias Weber wrote:


Thanks Peter,

that helps, but it means I need to tune all my 20 enumerations...


I usually use width=fit, distance=0.5em which gives reasonable results.

Aditya
___
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
___


[NTG-context] mkiv: wide gap between name and text of enumerations

2010-04-05 Thread Matthias Weber

Dear all,

I use in mkii


\defineenumeration  [blurb]
[text=Blurb,
way=bysection,
location=hanging]

\starttext

\startblurb
Here should only be a small gap.
\stopblurb
\stoptext

to get something like

Blurb 1   Here should only be a small gap.

However, the same input gives in mkiv

Blurb 1  Here should only be a small gap.

Is there a way to narrow the gap?


Thanks,

Matthias
___
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
___


Re: [NTG-context] mkiv: wide gap between name and text of enumerations

2010-04-05 Thread Peter Münster
On Tue, Apr 06 2010, Matthias Weber wrote:

 \defineenumeration[blurb]
   [text=Blurb,
   way=bysection,
   location=hanging]
 
 Blurb 1  Here should only be a small gap.

 Is there a way to narrow the gap?

This helps: width=4em
You can also play with distance=
Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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
___