]> granicus.if.org Git - python/commit
Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in
authorFred Drake <fdrake@acm.org>
Tue, 30 Oct 2001 16:09:51 +0000 (16:09 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Oct 2001 16:09:51 +0000 (16:09 +0000)
commit3ce28e4bd00487e33877e6224fa5057a9085c325
treea979163ff7fabd67799c92fef4966d04914a3d2c
parent7aa63c245f1fd3fceb7a8ffbc79ced52997ce6b8
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.
Doc/tools/mkhowto