1.17.1 LaTeX

<..configure ooffice-mml latex..>+
 \:CheckOption{tab-eq}\if:Option
     <.tab-based display equation.>
 \else
     \Log:Note{for tab-based layoutof equation environment
           use the command line option ‘tab-eq’}
     <.tabular-based display equation.>
 \fi
-_-_-

<..tab-based display equation..>
 \Configure{equation}
   {\IgnorePar\ifvmode\else \HCode{<!--tex4ht:inline-->}\fi
    \EndP \HCode{<text:p text:style-name="equ-p-tab"><text:tab/>}%
    \Tabtrue
    <.disp math within equation.>%
    \IgnorePar}
   {\Tabfalse \ifvmode \IgnorePar\fi\EndP \HCode{<text:tab/>}}
   {\HCode{</text:p>}<.try inline par.>%
 }
-_-_-

<..configure ooffice Preamble..>+
 \newif\ifTab \Tabfalse
-_-_-

<..tab-based display equation..>+
 \OOstyles{%
 <style:style
      style:name="equ-p-tab"
      style:family="paragraph"
      style:parent-style-name="Standard">\Hnewline
   <style:paragraph-properties
      fo:text-align="center"
      style:justify-single-word="false">\Hnewline
      <style:tab-stops>
         <style:tab-stop
             style:position="7.5cm"
             style:type="center"/>
         <style:tab-stop
             style:position="17cm"
             style:type="right"/>
      </style:tab-stops>\Hnewline
   </style:paragraph-properties>
 </style:style>\Hnewline
 }
-_-_-

<..tabular-based display equation..>
 \Configure{equation}
   {\IgnorePar\ifvmode\else \HCode{<!--tex4ht:inline-->}\fi
    \EndP <.equation start table.>%
    <.disp math within equation.>%
    \IgnorePar}
   {\ifvmode \IgnorePar\fi\EndP
    <.equation table cells separator.>}
   {<.equation end table.><.try inline par.>%
 }
-_-_-

<..equation start table..>
 \HCode{<table:table table:style-name="equation">%
        <table:table-column table:style-name="equ-col" />\Hnewline
        <table:table-column table:style-name="equ-num-col" />\Hnewline
        <table:table-row>%
        <table:table-cell table:style-name="equ-cell">%
        <text:p text:style-name="equ-p">}%
-_-_-

<..equation end table..>
 \HCode{</text:p></table:table-cell>\Hnewline
           </table:table-row></table:table>}%
-_-_-

<..equation table cells separator..>
 \HCode{</text:p></table:table-cell>\Hnewline
        <table:table-cell table:style-name="equ-num-cell">%
        <text:p text:style-name="equ-num-p">}%
-_-_-

<..configure ooffice-mml latex..>+
 \OOstyles{%
 <style:style
      style:name="equ-p"
      style:family="paragraph"
      style:parent-style-name="Standard">\Hnewline
   <style:paragraph-properties
      fo:text-align="center"
      style:justify-single-word="false"/>\Hnewline
 </style:style>\Hnewline
 }
 \OOstyles{%
 <style:style
      style:name="equ-num-p"
      style:family="paragraph"
      style:parent-style-name="Standard">\Hnewline
   <style:paragraph-properties
      fo:text-align="end"
      style:justify-single-word="false"/>\Hnewline
 </style:style>\Hnewline
 }
 \OOstyles{%
 <style:style style:name="equation"
              style:family="table">\Hnewline
      <\style:tableproperties
                  style:rel-width="88\%"
                  fo:margin-left="1cm"
                  fo:margin-right="0cm"
                  fo:margin-top="0.3cm"
                  fo:margin-bottom="0.3cm"
                  table:align="margins"/>\Hnewline
 </style:style>\Hnewline
 }
-_-_-