16 Apr
2003
16 Apr
'03
8:03 a.m.
Hans Hagen
This is related to Hans' suggestion for typing code next to text in tabulate environment. The following fragment has a slight problem:
[...]
When I do a \getbuffer[CodeSnippet] inside tabulate, the empty line is suppressed :( How to fix it (empty lines really do improve readability of the source)?
dunno, just remove \start-stoptyping and use \typebuffer[CodeSnippet] instead
does not work here, the empty line is ignored: \definebuffer[CodeSnippet] \startCodeSnippet first line second line \stopCodeSnippet \starttext \starttabulate[|p|r|] \NC \typebuffer[CodeSnippet] \NC none \NC\NR \NC hello \NC hello \NC\NR \stoptabulate \stoptext Patrick