Re: [NTG-context] Formatting enumerations in MKIV

2013-05-01 Thread Wolfgang Schuster

Am 01.05.2013 um 02:10 schrieb Lance Larsen lance.c.lar...@gmail.com:

 I am trying to configure an enumeration in MKiv, but it is not clear how to
 set some of the formatting. I need to be able to control the distance
 between the title and the enumeration text, but parameters such as
 'inbetween' seem to have no effect. Is there a parameter I can use to set
 the spacing. Also, how do I find out what parameters are available. I tried
 to figure out where defineenumeration is defined in the lua or mkiv files
 without luck.
 
 \starttext
 
 \defineenumeration[ref][alternative=left,inbetween=\blank]
 
 \ref Testing \par
 \ref Testing \par
 
 \stoptext

Your inbetween setting is ignored because \blank is a command to add vertical 
space
but the text of your enumeration is on the same line as the content and you need
a horizontal space.

To control the spacing you can change the width of the text with the “width” key
and the distance between the text and the content with the “distance” key.

\starttext

\defineenumeration[ref][alternative=left,width=2cm,distance=5mm]

\startref Testing \stopref

\startref Testing \stopref

\stoptext

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
___


Re: [NTG-context] Formatting enumerations in MKIV

2013-05-01 Thread Lance Larsen
Thankyou Wolfgang. This was what I was missing. I think I was not
understanding the purpose of the width parameter.

-Lance


 Lance Larsen lance.c.lar...@gmail.com:
 I am trying to configure an enumeration in MKiv, but it is not clear 
 how to set some of the formatting. I need to be able to control the 
 distance between the title and the enumeration text, but parameters 
 such as 'inbetween' seem to have no effect. Is there a parameter I can 
 use to set the spacing. Also, how do I find out what parameters are 
 available. I tried to figure out where defineenumeration is defined in 
 the lua or mkiv files without luck.
 
 \starttext
 
 \defineenumeration[ref][alternative=left,inbetween=\blank]
 
 \ref Testing \par
 \ref Testing \par
 
 \stoptext

Your inbetween setting is ignored because \blank is a command to add
vertical space but the text of your enumeration is on the same line as the
content and you need a horizontal space.

To control the spacing you can change the width of the text with the ?width?
key and the distance between the text and the content with the ?distance?
key.

\starttext
\defineenumeration[ref][alternative=left,width=2cm,distance=5mm]
\startref Testing \stopref
\startref Testing \stopref
\stoptext

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
___


[NTG-context] Formatting enumerations in MKIV

2013-04-30 Thread Lance Larsen
I am trying to configure an enumeration in MKiv, but it is not clear how to
set some of the formatting. I need to be able to control the distance
between the title and the enumeration text, but parameters such as
'inbetween' seem to have no effect. Is there a parameter I can use to set
the spacing. Also, how do I find out what parameters are available. I tried
to figure out where defineenumeration is defined in the lua or mkiv files
without luck.

\starttext

\defineenumeration[ref][alternative=left,inbetween=\blank]

\ref Testing \par
\ref Testing \par

\stoptext

-Lance Larsen

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