1.3.1 LaTeX

<..ooffice title page..>
 \Configure{maketitle}
    {\HCode{<!--begin maketitle-->}}
    {\HCode{<!--end maketitle-->}\par}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<text:p text:style-name="Title<.cond rtl class.>"
               >}}
    {\HCode{</text:p>}}
-_-_-

<..ooffice title page..>+
 \Configure{thanks author date and}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<text:p text:style-name="Text-body<.cond rtl class.>"
              >}}
    {\HCode{</text:p>}}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<text:p text:style-name="author<.cond rtl class.>"
               >}}
    {\HCode{</text:p>}}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<text:p text:style-name="date<.cond rtl class.>"
               >}}
    {\HCode{</text:p>}}
    {}
    {}%   {\HCode{<text:line-break/>}}
-_-_-

<..footnote thank..>
 \Configure{thank}
    {\setbox\tmp:bx=\hbox\bgroup}
    {\egroup}
    {\NoFonts   \leavevmode   \bgroup \protect\Configure{$}{}{}{}%
     \hbox{\HCode{<\text:footnote\Hnewline\text:note:class
                   text:id="}<.thank id.>%
                \HCode{"><\text:footnote-citation>}}%
    }
    {\egroup \EndNoFonts
     \HCode{</\text:footnote-citation><\text:footnote-body>
     <text:p\Hnewline text:style-name="Footnote" ><text:s/>}}
    {\HCode{</text:p></\text:footnote-body></\text:footnote>}}
-_-_-

<..oo2 tex4ht..>+
 \def\text:footnote{text:note}
 \:CheckOption{endnotes}\if:Option
    \def\text:note:class{text:note-class="endnote" }
 \else
    \def\text:note:class{text:note-class="footnote" }
    \Log:Note{for end notes instead of footnotes,
          use the command line option ‘endnotes’}
 \fi
-_-_-

<..ooffice title page..>+
 \NewConfigureOO{title}
 \ConfigureOO{title}{%
 <style:style style:name="Title"
              style:family="paragraph"
              style:parent-style-name="Heading"
              style:next-style-name="author"
              style:class="chapter">\Hnewline
 <style:paragraph-properties  fo:margin-top="0.42cm"
                   fo:margin-bottom="0.51cm"
                   fo:font-size="20pt"
                   fo:font-weight="normal"
                   style:font-size-asian="18pt"
                   style:font-weight-asian="bold"
                   style:font-size-complex="18pt"
                   style:font-weight-complex="bold"
                   fo:text-align="center"
                   style:justify-single-word="false"/>
 </style:style> \Hnewline <.Title rtl.> }
-_-_-

<..ooffice title page..>+
 \NewConfigureOO{author}
 \ConfigureOO{author}{%
 <style:style      style:name="author"
                   style:family="paragraph"
                   style:parent-style-name="Text-body"
                   style:next-style-name="date">\Hnewline
 <style:paragraph-properties  fo:margin-top="0cm"
                   fo:margin-bottom="0.199cm"
                   fo:font-size="14pt"
                   fo:text-align="center"
                   style:justify-single-word="false"/>
 </style:style>\Hnewline <.author rtl.>}
-_-_-

<..ooffice title page..>+
 \NewConfigureOO{date}
 \ConfigureOO{date}{%
 <style:style style:name="date"
                   style:family="paragraph"
                   style:parent-style-name="Text-body"
                   style:next-style-name="Text-body">\Hnewline
 <style:paragraph-properties  fo:margin-top="0cm"
                   fo:margin-bottom="0.199cm"
                   fo:font-size="14pt"
                   fo:text-align="center"
                   style:justify-single-word="false"/>
 </style:style>\Hnewline <.date rtl.>}
-_-_-