Chapter 8
Shared

<..par del..>
 !*?: 
-_-_-

<..tag of Tag..>
  cw:
-_-_-

<..tail..>
 tail
-_-_-

<..addr for Tag and Ref of Sec..>
 \xdef\:cursec{<.section html addr.>}%
-_-_-

<..redefine Configure..>
 \let\:tempd=\Configure
 \def\Configure#1#2{%
    \:CheckOption{#1}\if:Option \def\:tempc{#2}\fi}
-_-_-

<..recall Configure..>
 \let\Configure=\:tempd
-_-_-

<..user’s configuration files..>
 \openin15=tex4ht.usr \ifeof15 \else \closein15
    \input tex4ht.usr
 \fi
-_-_-

<..save catcodes..>
 \expandafter\edef\csname :RestoreCatcodes\endcsname{%
    \expandafter\ifx \csname :RestoreCatcodes\endcsname\relax\else
       \csname :RestoreCatcodes\endcsname \fi
    \catcode‘\noexpand :=\the\catcode‘:%
    \ifnum \the\catcode‘\#=6 \else
       \catcode‘\noexpand \#=\the\catcode‘\#\fi
    \let\expandafter\noexpand\csname :RestoreCatcodes\endcsname=
                                    \noexpand\UnDefcS}
 \catcode‘\:=11  \catcode‘\#=6
-_-_-