1 <TeXML xmlns="http://getfo.sourceforge.net/texml/ns1">
2 <!-- no more these restrictions -->
5 With an environment with options and parameters and text, I would
6 normally format Latex something like this:
7 \begin{foo}[options]{parameters}
10 You have given me a mechanism to remove the nl you put in after
11 \begin{foo}, but not to introduce a new one after the {parameters}.
15 <parm>parameters</parm>
22 I would tend to leave a blank line between major blocks. Only
23 possible now if there are commands both at the end of the first and at
24 the beginning of the second.
26 <TeXML>x</TeXML><spec cat="nl"/><spec cat="nl"/><TeXML>x</TeXML>
32 suppress the {}, different syntax
33 \setlength{\parindent}{0pt}
36 <cmd name="setlength" nl2="1">
37 <parm><cmd name="parindent" gr="0"/></parm>
40 <cmd name="parindent" gr="0"/>=0pt
47 * an env inside a parm
48 * groups within cmds (== parm)