See http://www.cups.org/str.php?L2027 ------------------------------------------------------------------------------- dvipdf doesnot pass any flag to dvips (they are all passed to gs). However, for some documents I really need to disable the (default) secure option of dvips, aka "-R0". For instnace, some documents which I need compile use figures from directories like "../fig", with the latest dvips it's forbiden by default, so I get this kind of error: $ dvipdf Distribute-Polyedre.dvi dvips: Could not find figure file ../fig/GaspardY.eps; continuing dvips: Could not find figure file ../fig/multiArchi.eps; continuing dvips: Could not find figure file ../fig/multiplicationMatrice.eps; continuing dvips: Could not find figure file ../fig/multiplicationMatrice.eps; continuing In such case it's necessary to be able to pass -R flag to dvips. gs doesn't have -R option so there is no problem. Attached is a patch to dvipdf which allows passing the secure option to dvips. ------------------------------------------------------------------------------- Patch attached.
Created attachment 3154 [details] Add -R to dvipdf
Fixed in revision 8105.