7.2 Outline

<..normalizing math tables..>
 <dom name="." xml="." method="mtable" class="tex4ht.OoUtilities" />
-_-_-

<..static void mtable(dom)..>
 public static void mtable(Node dom) {
       Node mtr, mtd, d;
       int cols = 0;
   Node node = dom.getFirstChild();
    <.remove trailing non-content entries.>
    <.fill rows.>
 }
-_-_-