6.14 American Psychological Association (APA)

<..configure html4 apa..>
 <.apa maketitle.>
 <.apa abstract.>
 <.apa captions.>
 <.apa lists.>
 \Configure{note}
    {\HCode{<div class="note">}\bgroup
     <.apa maketitle br cr.>%
    }
    {\egroup \HCode{</div>}}
 \Css{div.note{text-align:left; margin-top:1em; }}
-_-_-

<..apa lists..>
 \ConfigureList{enumerate}%
    {<.enumerate I.>}
    {<.enumerate II.>}
    {<.enumerate III.>}
    {<.enumerate IV.>}
 \ConfigureList{APAenumerate}%
    {<.enumerate I.>}
    {<.enumerate II.>}
    {<.enumerate III.>}
    {<.enumerate IV.>}
 \Configure{seriate}
    {\HCode{<span class="seriate">}\let\end:seriate=\empty}
    {\end:seriate\HCode{</span>}}
    {\end:seriate \def\end:seriate{\HCode{</span>}}%
     \HCode{<span class="seriate-item">}\HCode{<span class="seriate-label">}}
    {\HCode{</span>}}
 \ConfigureList{APAitemize}%
    {\EndP\HCode{<ul class="itemize" \a:LRdir >}\PushMacro\end:itm
      \global\let\end:itm=\empty
    }
    {\PopMacro\end:itm \global\let\end:itm \end:itm
     \EndP\HCode{</li></ul>}\ShowPar
    }
    {\end:itm \gdef\end:itm{\EndP\Tg</li>}\DeleteMark}
    {\HCode{<li class="itemize">}\AnchorLabel }
-_-_-