Re: [NTG-context] Losing our hang

2006-07-11 Thread Taco Hoekwater


David Arnold wrote:
 All, why do we lose our hang in the second question?

The hanging is a paragraph characteristic: the first line does
not indent, all others do. So, it would not work as desired even
if it did behave as advertised.

Anwyay, just remove the hang=100 line. The output of that
looks fine to me.

Cheers, taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Losing our hang

2006-07-11 Thread Peter Münster
On Sat, 8 Jul 2006, David Arnold wrote:

 All, why do we lose our hang in the second question?
 
 computer platforms.
 
 \placeformula[-]
 \startformula
 f(x)=x^2
 \stopformula
 
 An icon is a representation of an action or the name of a computer

Because you begin a new paragraph. Just remove the empty line, and it
should be as you want.
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Losing our hang

2006-07-08 Thread David Arnold
All, why do we lose our hang in the second question?

\defineenumeration
[question]
[text=,]

\setupenumerations
[question]
[location=left,
width=fit,
 distance=1em,
 hang=100,
 margin=0pt,
headcolor=green,
right=.,
way=bysection,
sectionnumber=no]

\setupcolumns[page=no]

\starttext

\startcolumns[n=2]

\noindent Now is the time for all good men to come to the aid of  
their county. Now is the time for all good men to come to the aid of  
their county. Now is the time for all good men to come to the aid of  
their county. Now is the time for all good men to come to the aid of  
their county. Now is the time for all good men to come to the aid of  
their county. Now is the time for all good men to come to the aid of  
their county.

\startquestion
An icon is a representation of an action or the name of a computer
program. Icons are frequently used in operating systems on several
computer platforms.
\stopquestion

\startquestion
An icon is a representation of an action or the name of a computer
program. Icons are frequently used in operating systems on several
computer platforms.

\placeformula[-]
\startformula
f(x)=x^2
\stopformula

An icon is a representation of an action or the name of a computer
program. Icons are frequently used in operating systems on several
computer platforms.

\stopquestion


\stopcolumns

\stoptext

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context