0.4 Etc

<..configure htmlw alphanum..>
 \Configure{toclvld}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading6">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvle}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading7">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvlf}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading8">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvlg}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading9">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvlh}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading10">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvli}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading11">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvlj}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading12">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvlk}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading13">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 \Configure{toclvll}
    {}{}
    {\ifvmode \IgnorePar\fi \EndP\IgnorePar
     \HCode{<p class="MsoHeading14">}\TitleMark\space\HtmlParOff}
    {\HCode{</p>}\HtmlParOn \IgnoreIndent \par}
 
 \Css{p.MsoHeading6 {margin-top:12.0pt;
                     margin-right:0cm;
                     margin-bottom:3.0pt;
                     margin-left:0cm;
                     font-size:11.0pt;}}
 \Css{p.MsoHeading7 {margin-top:12.0pt;
                     margin-right:0cm;
                     margin-bottom:3.0pt;
                     margin-left:0cm;
                     font-size:12.0pt;}}
 \Css{p.MsoHeading8 {margin-top:12.0pt;
                     margin-right:0cm;
                     margin-bottom:3.0pt;
                     margin-left:0cm;
                     font-size:12.0pt;
                     font-style:italic;}}
 \Css{p.MsoHeading9 {margin-top:12.0pt;
                     margin-right:0cm;
                     margin-bottom:3.0pt;
                     margin-left:0cm;
                     font-size:11.0pt;
                     font-family:Arial;}}
-_-_-
>> But they should go for h6, h7, h8 ... (which is not the case now).  
 
EG> But HTML does not recognize h* tags besides h1--h5. What we can do is  
EG> to set diffent CSS code there--however, I didn’t see differents in  
EG> fonts there. -eitan  
 
This is true as far as plain html is concerned. But you can use higher  
h? if you are planning to convert to *.doc because word interprets h1 as  
heading 1 or h9 as heading 9 (presumably) as long as they are defined in  
normal.dot.  
 
EG> Do you know how can I inspect the content of that file? Under  
EG> emacs it all looks like junk. -eitan  
 
Which file do you mean? --- I suppose normal.dot. I do not think that  
there is a possibility to view that file (apart from looking at it  
with an hex editor).  
 
But you can see the result quite easily if you produce an html-file  
with several headings (lets say h1 to h9) and load that file into  
word. After saving that file in a word format (*.doc) you will realize  
that your headings are assigned to word’s styles Heading 1 to Heading  
9. Start then a new document with a different template. Let’s say  
thesis. Copy the hole text by Edit/Select All, Edit/Copy and Edit/Paste  
into the new document. Then you will realize that all headings are  
formated according to the heading styles of the thesis template.  
 
This feature makes tex4ht even more interesting for converting  
latex to word. Because you can write your texts with latex, convert  
them to word and use then a template which is given to you by your  
publisher. Unfortunately, German publishers do that quite often now  
because nearly 90 % of all German lawyers are using word for writing  
their essays these days.