1.12.3 Insed Title Head

<..ooffice index..>+
 \Configure{LNK}{\oo:LNK}{\EndLink}{}
 \Odef\oo:LNK[#1]#2#3{\Link{#2}{#3}}
-_-_-

<..chapter index..>
 \Configure{@begin}{theindex}{\ifx \indexname\empty \else
     \def\put:IndexTitle{<.index title.>}\fi}
-_-_-

<..non-chapter index..>
 \Configure{@begin}{theindex}{\ifx \indexname\empty \else
     \def\put:IndexTitle{<.index title.>}\fi}
-_-_-

<..index title..>
 \HCode{<text:index-title
    text:style-name="Sect1"
    text:name="Alphabetical_Index1_Head"
      ><text:p
    text:style-name="Index-Heading"  >}\indexname
 \HCode{</text:p></text:index-title>\Hnewline}
-_-_-

<..configure ooffice latex..>+
 \NewConfigureOO{Index Heading}
 \ConfigureOO{Index Heading}{\Hnewline
   <style:style
            style:name="Index-Heading"
            style:family="paragraph"
            style:parent-style-name="Heading"
            style:class="index">\Hnewline
      <style:paragraph-properties
         fo:margin-left="0in"
         fo:margin-right="0in"
         fo:font-size="16pt"
         fo:font-weight="bold"
         style:font-size-asian="16pt"
         style:font-weight-asian="bold"
         style:font-size-complex="16pt"
         style:font-weight-complex="bold"
         fo:text-indent="0in"
         style:auto-text-indent="false"
         text:number-lines="false"
         text:line-number="0"/>\Hnewline
   </style:style>\Hnewline
 }
-_-_-

<..configure html4 multind..>
 \Configure{@begin}{theindex}
    {\ifx \indexname\empty \else<.toc for multind.>\fi}
-_-_-

<..configure html4 index..>
 \Configure{NoSection}
   {\let\sv:index=\p@index \let\sv:label=\label
    \let\sv:newline=\newline \def\newline{ }%
    \def\p@index[##1]{\@gobble}\let\label=\@gobble
    <.nolink ref.>%
   }
   {\let\p@index=\sv:index \let\label=\sv:label
    <.restore ref.>%
    \let\newline=\sv:newline
   }
-_-_-

<..configure html4 texinfo..>
 \Configure{index}
   {\IgnorePar\leavevmode\EndP\Tg<div class="index">}
   {\IgnorePar\EndP\Tg</div>}
   {\leavevmode\Tg<span class="entry">}
   {\Tg</span>\Tg<br />\IgnorePar}
-_-_-