[tex-k] secure mode of dvips should be default

Akira Kakuto kakuto@fsci.fuk.kindai.ac.jp
Sun, 03 Jun 2001 13:01:55 +0900


From: "Sebastian Rahtz" <sebastian.rahtz@computing-services.oxford.ac.uk>
Subject: Re: [tex-k] secure mode of dvips should be default 

> TeXLive also now includes janl's xdvik with t1lib included, hurrah!
> seems to work nicely.
> 
> for those who want to compare sources, see
> http://www.tug.org/texlive/tlprod/Build/source/
> 
> Sebastian

Thanks.  I think the following help message will match your
new code.
-- 
Akira Kakuto


--- dvips.c.orig	Sun Jun 03 09:57:41 2001
+++ dvips.c	Sun Jun 03 12:47:09 2001
@@ -280,14 +280,14 @@
 "p # First page                     P s Load config.$s                  ",
 #endif
 "q*  Run quietly                                                        ",
-"r*  Reverse order of pages         R   Run securely                    ",
+"r*  Reverse order of pages         R*  Run securely                    ",
 "s*  Enclose output in save/restore S # Max section size in pages       ",
 "t s Paper format                   T c Specify desired page size       ",  
 "u s PS mapfile                     U*  Disable string param trick      ",
 "                                   V*  Send downloadable PS fonts as PK",
 "x # Override dvi magnification     X # Horizontal resolution           ",
 "y # Multiply by dvi magnification  Y # Vertical resolution             ",  
-"                                   Z*  Compress bitmap fonts           ",
+"z*  Hyper PS                       Z*  Compress bitmap fonts           ",
 /* "-   Interactive query of options", */
 "    # = number   f = file   s = string  * = suffix, `0' to turn off    ",
 "    c = comma-separated dimension pair (e.g., 3.2in,-32.1cm)           ", 0} ;