Hi,

The next couple of weeks there will probably more 'updates' than normal; this is due to the fact that i'm adding long due features and such. I also want to move on to the ruby variants of texexec and texutil, so i want the latest versions to be available (for testers).

Currently I'm uploading a version that

- fixes a problem introduced when implementing the \currentvalue hack (side effect was that the non english interfaces behaved weird)

- a long standing wish of g.b. dealing with indentation (i tried to provide a more or less robust solution); the following works ok here (gb/taco: \noindent does not work in such cases, one really needs to make a handler the last action taken after a stop...; btw, suppressing a next indendation is best done with \noindentation which is what the auto thing used deep down)

\setupindenting[small,yes]

\setupitemize [indentnext=auto]
\setuptyping  [indentnext=auto]
\setupformulas[indentnext=auto]

\starttext

\input tufte

\startitemize
\item ccc
\stopitemize
\input tufte

\startitemize
\item ccc
\stopitemize

\input tufte

\startitemize
\item ccc
\stopitemize

\page

\input tufte

\starttyping
ccc
\stoptyping
\input tufte

\starttyping
ccc
\stoptyping

\input tufte

\starttyping
ccc
\stoptyping

\page

\input tufte

\startformula
a = b
\stopformula
\input tufte

\startformula
a = b
\stopformula

\input tufte

\startformula
a = b
\stopformula

\stoptext

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

Reply via email to