Removing the '-E' option from dvips resulted in some figures being severely truncated on the RIGHT. I was able to solve the top-truncation problem associated with "dvips -E" by avoiding the use of \resizebox on \includegraphics. -- Julius
At 03:37 PM 9/12/2001 -0700, Julius Smith wrote: >I have determined that some of my PostScript figures are cut off (at the >top) by the use of the -E option to dvips (version 5.86). > >Note that setting > > $DVIPS = "dvips"; > >in your .latex2html-init file (as opposed to "dvips -E") NO LONGER >suppresses the use of this option (in l2h 2K1beta) . It is now used >automatically for all version of dvips greater than 5.61 (see >config/config.pl at "-E"). > >My work around for now is to comment out the line "push(@switches, '-E');" >in config/config.pl. > >Julius > >_______________________________________________ >latex2html mailing list >[EMAIL PROTECTED] >http://tug.org/mailman/listinfo/latex2html > _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html
