15 Apr
2011
15 Apr
'11
6:41 a.m.
I started making a page about indent: http://wiki.contextgarden.net/indent Two problems. When using the following in context: \setupindenting[yes,medium,next] \starttext \input knuth \blank \input knuth \stoptext The first paragraph after the blank is indented, but on the wiki it is not. When using the following code: \setupindenting[yes,medium,next] \usemodule[fancybreak] \definefancybreak[myblank][indentnext=no] \starttext \input knuth \myblank \input knuth \stoptext It compiles under ConTeXt without a problem, but on the wiki I get a texexec error. -- Cecil Westerhof