John McCabe-Dansted <gma...@gmail.com> writes: > Also... I was thinking that it should be possible to define a > texrowStream object encapsulates an odocstream and a TeXRow and > automatically calls newline() whenever a newline is written to it, but > presumably there is some reason why this approach was not taken.
The only reason is that nobody found the time to write it. But we do need a specialized stream (also to avoid creating spurious paragraph when sending two \n to the stream). Suche a stream would help to simplify the code a lot. JMarc