commit | 3ce28e4bd00487e33877e6224fa5057a9085c325 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Oct 30 16:09:51 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Oct 30 16:09:51 2001 +0000 |
tree | a979163ff7fabd67799c92fef4966d04914a3d2c | |
parent | 7aa63c245f1fd3fceb7a8ffbc79ced52997ce6b8 [diff] |
Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in LaTeX2HTML. This is not safe to do in general (for the reasons LaTeX2HTML protects against dvips to begin with), but is safe if we do not actually need to run dvips. Note that we also assume it is safe if the user specifically requests PostScript generation. See the comments for further explanation.