1 // implementation of debug/TeX stream.
13 dstream::operator<<(String s
)
15 for (const char *cp
= s
; *cp
; cp
++)
20 case '(': indentlvl
+= INDTAB
;
30 if (indentlvl
<0) indentlvl
= 0;
34 *os
<< '\n' << String (' ', indentlvl
) << flush
;
44 /** only output possibility. Delegates all conversion to String class.