2.20 epsfig

<..configure info4ht epsfig..>
 \Configure{epsfig}...........................#1
 
    #1  before
    #2  after
 
    In LaTeX, epsfig reduces to graphicsx
 
    Example:
 
     \Configure{epsfig}
        {\Configure{graphics}
           {} {\xdef\foo{width="\the\Gin@req@width"
               height="\the\Gin@req@height"}}%
         \Picture+[epsfig]{}}
        {\EndPicture\immediate\write16{..... \foo}}
-_-_-