[NTG-context] \setupindenting \chapter indention

2006-01-21 Thread Tobias Burnus
Hello,

I want to have:

aa
aa
   bbb
b

That is: The second paragraph being indented. I tried:
--cut---
\setupindenting[next,yes,big]

\starttext
fajkhfkldjglfd

FJHDLKSGJLKDS
\stoptext
--knip--

but both paragraphs as not indented.

 * * *

In addition, I have the problem that
--
\chapter{foo}
bar
--
is printed as
|  1 foo
|bar
i.e. the 1 foo starts too far at the right

* * *

The first problem I also see using http://live.contextgarden.net/, the
other not. (My ConTeXt is newer though, 2006.01.16 18:35).

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


Re: [NTG-context] \setupindenting \chapter indention

2006-01-21 Thread Taco Hoekwater

Tobias Burnus wrote:

Hello,

I want to have:

aa
aa
   bbb
b

That is: The second paragraph being indented. I tried:
--cut---
\setupindenting[next,yes,big]


Ordering matters, it seems. Try this:

  \setupindenting[next,big,yes]

Don't know about that other problem.


In addition, I have the problem that
--
\chapter{foo}
bar
--
is printed as
|  1 foo
|bar


No such problem here (and I also use the 01.16 version).

Cheers, Taco

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