1.2.8 Last File

A utility file for letting the openoffice script at tex4ht.env know when the files are ready for zipping.

<..insert last file..>
    \ht:special{t4ht>\jobname .4od}%
    \ht:special{t4ht*>}%
    \ht:special{t4ht<\jobname .4od}%
-_-_-

<..configure ooffice tex4ht..>+
 \:CheckOption{.gif} \if:Option
     \Configure{Picture}{.gif}
 \fi
 \:CheckOption{.wmf} \if:Option
     \Configure{Picture}{.wmf}
 \fi
 \:CheckOption{.svg} \if:Option
     \Configure{Picture}{.svg}
 \fi
 \:CheckOption{info}\if:Option
     \Log:Note{to request a format for dvi pictures,
          use the desired command line option from:
         ‘.gif’, ‘.svg’, ‘.wmf’}
 \fi
-_-_-