9.18 Curve

<..configure html4 curve..>
 \Configure{key}
   {\HCode{<span class="key">}}
   {\HCode{</span>}}
 \Configure{key}
   {\HCode{<span class="prefix">}}
   {\HCode{</span>}}
 \ConfigureEnv{rubric}
    {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="rubric">}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
    {} {}
 \Configure{rubrichead}
    {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="rubrichead">}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
 \Configure{subrubric}
    {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="subrubric">}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
 \Configure{maketitle}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<div class="maketitle">}\bgroup
     \ConfigureEnv{center}{}{}{}{}%
    }
    {\egroup\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="title">}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{<div class="subtitle">}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}
 \Configure{makeheaders}
    {\ifvmode \IgnorePar\fi \EndP
     \HCode{<table class="makeheaders"><tr><td class="leftheader">}}
    {\HCode{</td><td class="rightheader">}}
    {\ifvmode \IgnorePar\fi \EndP \HCode{</td></tr></table>}}
 \Css{td.leftheader  {text-align:left}}
 \Css{td.rightheader {text-align:right}}
 \Css{table.makeheaders {width:100\%}}
 \Css{div.maketitle {text-align:center;}}
 \Css{div.rubrichead {margin-top:1em; margin-bottom:1em;}}
-_-_-