home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / DVIPS54.ZIP / DVIPS / README < prev    next >
Text File  |  1990-11-25  |  6KB  |  153 lines

  1. This is the latest and greatest version of dvips.  It supports:
  2.  
  3.     - Automatic generation of fonts via MF whenever needed
  4.     - EPSF PostScript files complete with automatic determination
  5.         of graphics size (see epsf.tex)
  6.     - Literal PostScript includes complete with definitions
  7.     - Non-EPSF PostScript graphics with user-specified scaling
  8.     - TPIC specials
  9.     - Correct budgeting of printer memory
  10.     - Output at 300 or 400 DPI (or any other DPI)
  11.     - Use of PostScript fonts
  12.         - Use of virtual fonts
  13.     - Use of popen on output file.
  14.  
  15. Usage:
  16.  
  17.    dvips [options] filename[.dvi]
  18.  
  19. The output PostScript file is written by default to `filename.ps'.
  20.  
  21. Changes from 40 to 41:
  22.  
  23.     - Cheaper on VM!  2100 bytes saved per TeX font used
  24.     - Bug found and fixed in afm2tfm (height of \i wrong in tfms)
  25.     - `Displaced' PostScript characters now usable (moved to 128...)
  26.     - Many flags now can be toggled off (eg, -r can be turned off with -r0)
  27.     - Texture support added to tpic specials
  28.     - Program no longer aborts if figure file cannot be found
  29.     - Either -tlegal or -t@legal will work to set page style
  30.     - @ang problem fixed
  31.     - Some typos fixed that caused various minor bugs and compile problems
  32.  
  33. Changes from 41 to 50:
  34.         - Everything checked over by Don Knuth and tuned up to his specs
  35.         - Numerous bugs for weird and unusual cases fixed
  36.         - Documentation rewritten
  37.         - PostScript and TeX code revised
  38.         - New virtual font capability makes use of PostScript fonts much better
  39.         - Improved search for PK fonts near the desired resolution
  40.         - No longer can use -t@legal for page style! Say -tlegal, please
  41.         - \special psfile changed: clipping now done AFTER scaling and offset
  42.         - Landscape special allowed anywhere
  43.         - Compressed fonts now even smaller
  44.         - Error messages more consistent and more informative
  45.  
  46. Changes from 50 to 51:
  47.         - Downloaded PostScript Type 1 fonts are supported (see the new
  48.           man page for afm2tfm) for people who have purchased special fonts
  49.         - afm2tfm makes accent ligatures in more cases than before
  50.  
  51. Changes from 51 to 53:
  52.     - Accepts bounding box without space after colon.
  53.     - Indicates what PS fonts are needed in comment.
  54.     - Automatically includes fonts that aren't resident by default.
  55.     - Supports `~' for the HOME directory in paths.
  56.     - Supports odd aspect ratios.
  57.     - Supports tpic 2.0.
  58.     - Fixed var-args problem in afm2tfm.
  59.     - Fixed font compression bug.
  60.     - Once again accepts alias for fonts.
  61.     - Some other odds and ends repaired.
  62.  
  63. Changes from 53 to 531:
  64.     - Accepts special{landscape()} once again.
  65.     - Uses significantly less memory for bitmapped fonts.
  66.     - Added back some files that were missing in 53 release.
  67.     - Fixed bug in parsing of psfonts.map.
  68.     - Fixed aliasing.
  69.     - Fixed bug in calculating VM usage, esp with compression.
  70.     - Very large characters (uncompressed) supported.
  71.     - Fixed some compilation problems.
  72.     - Added auto magstep dpi checking back in.
  73.  
  74. Changes from 531 to 532:
  75.     - A few more bug fixes.
  76.     - An option (-l) to select the last page.
  77.     - A method for selecting pages whose primary count0 number.
  78.         occurs more than once.  (1.1 is the second page 1,
  79.         1.38 is the 39th page 1, etc.  Works for -p, -l.)
  80.  
  81. Changes from 532 to 533:
  82.     - Added some amount of searching in addition to auto magstep dpi.
  83.     - Graphics now scale with dvimag.  This may break some older
  84.         dvi files; reTeX/redvips them.  Don't mix old and new
  85.         parts of dvips/epsf.  Note that now the units in
  86.         hscale/vscale etc. are relative to the global document
  87.         magnification.
  88.     - Font scaling now supported with `R' in config.ps.  I hate
  89.         to add this, but people have convinced me.  However,
  90.         a warning will be printed if such scaling is done;
  91.         do not turn off this warning!
  92.     - S option added to enclose whole document in save/restore
  93.         for those sites that can't deal with proper PostScript.
  94.         Use this if the second TeX document comes out reduced
  95.         and upside down, but try to come up with a better
  96.         spooler first (one that sends the ^D at the end.)
  97.     - Virtual fonts *fixed*---please install new tfm/vf files.
  98.     - Prolog hacked so showpage-redefinition tricks work.
  99.     - bop-hook, eop-hook, start-hook, and end-hook added.
  100.     - E (for execute) added to configuration file.
  101.     - Added search for ~/.dvipsrc so the user can put his
  102.         defaults there.
  103.     - Other bugs fixed.
  104.  
  105. Changes from 533 to 534:
  106.     - config.user changed to .dvipsrc, and only ~ searched.
  107.     - ~ (HOME) path searching *fixed*!
  108.     - Bug in automatic makefont fixed!!!
  109.  
  110. Changes from 534 to 535:
  111.     - Very slightly smaller output files.
  112.     - Much more flexible epsf handling.
  113.     - No more strings broken across lines (which caused problems
  114.         sometimes when files were transferred and backslash newlines
  115.         turned into backslash newline carriage returns.)
  116.     - Form ~user now accepted in paths.
  117.     - Reduced required static allocation for small machines.
  118.     - Eliminated sexist man page language.
  119.     - Read PRINTER environment variable; scanned for config file
  120.         if one exists.
  121.     - Fixed bounding box comment in landscape (to be same as letter.)
  122.     - Fixed landscape special (again.)
  123.     - The new `E' config flag bracketed by `secure'.
  124.     - Changed method of getting environment variables.
  125.     - We now substitute things like :: in the environment variable list.
  126.     - Added TEXCONFIG environment path.
  127.     - Fixed problems with font selection within a rotated box (state
  128.         changes via ps: specials.)
  129.     - Fixed lint things.
  130.     - Fixed problems with sectioning and virtual fonts.
  131.     - Added METAPOST support (not tested).
  132.     - Newer emtex support.
  133.     - MSDOS support files added.
  134.  
  135. Changes from 535 to 537:
  136.     - TPic pictures now scale with dvi magnification.
  137.     - Other improvements in tpic pictures.
  138.     - CONFIGPATH fixed.
  139.     - VMS support added.
  140.     - Dramatically reduced VM memory requirements (again).
  141.  
  142. Changes from 537 to 539:
  143.     - Some other minor bug fixes and new features.
  144.     - A *manual*!  Check it out!
  145.  
  146. *NOTE:  5.3 is a beta release; 5.4 will be released when beta is finished.*
  147. Special note for 5.3+:  Please test on low-memory laser printers (such as
  148. original Apple LaserWriters) with complex bitmap font intensive documents.
  149.  
  150. Make sure you install the new TFMs and new VFs and new header files!
  151.  
  152. See the (new) man pages for more information.
  153.