Chapter 3
Segment Code

<..configure sample tex4ht..>
 ....tex4ht segment in sample.4ht.....
 >>>
 
 \<configure sample latex\><<<
 ....latex segment in sample.4ht.....
 |<more code|>
 >>>
 
 
 
 
 \<configure example tex4ht\><<<
 ....tex4ht segment in example.4ht.....
 >>>
 
 \<configure example latex\><<<
 ....latex segment in example.4ht.....
 >>>
 
 
 \<more code\><<<
 ....additional code....
 >>>
 
 %<--------------------------------------------------------------- (8)
 %
 % *  Compile this file twice with the command ‘latex filename’
 %    (or with ‘ht latex filename’)
 %
 % *  If you don’t have a file named tex4ht.usr, introduce such a file
 %
 % *  Insert into tex4ht.usr a file along the following lines, which
 %    invokes  *.4ht configuration files
 %
 %            \Configure{my4hts}{%
 %               \Hinclude[*]{html4.4ht}%
 %               \Hinclude[*]{html4-math.4ht}%
 %               \Hinclude[*]{myflavor.4ht}%
 %            }
 %
 %    For additional examples inspect, but do not change, the
 %    tex4ht.4ht file.
 %
 % *  Invoke the compilations of you latex files with commands similar to
 %
 %            htlatex foo "html,my4hts"
 %
 
 
 \endinput
-_-_-