home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / PSTSCRPT / DVIPS54.ZIP / DVIPS / PC / README.PC < prev   
Encoding:
Text File  |  1990-11-25  |  3.2 KB  |  78 lines

  1. Some notes on installing dvips 5.4 on MS-DOS using Turbo C 2.0.
  2. by Russell Lang  <rjl@monu1.cc.monash.edu.au>  20th November 1990.
  3.  
  4. These notes are not by Tomas Rokicki.  
  5. Tomas Rokicki does not use MS-DOS ( smart person :-) and so will be 
  6. unable to answer questions about MS-DOS problems.
  7.  
  8. This set of MSDOS files for dvips contains:
  9. README.pc     This file.
  10. makefile.tc   Makefile for Turbo C.
  11. linkopt.tc    Link options for Turbo C linker.
  12. config.ps     config.ps modified for MSDOS
  13. maketexp.bat  Batch file to make tex pk files.
  14.  
  15. If you have the Unix tar file, the steps involved in making 
  16. dvips on a PC are:
  17. -  On Unix, in the dvips directory, give the following commands:
  18.       make texc.lpro
  19.       nroff -man dvips.1 > pc/dvips.doc
  20.       nroff -man afm2tfm.1 > pc/afm2tfm.doc
  21. -  Copy dvips/* and dvips/pc/* directories to the PC.
  22. -  copy PStfms/*.tfm to C:\EMTEX\TFM on the PC 
  23.    (then optionally delete pst*.tfm, rpst*.tfm, pop*.tfm rpop*.tfm,
  24.     pad*.tfm rpad*.tfm)
  25. -  copy PSvfs/*.vf to C:\TEXFONTS\VF on the PC
  26.    (then optionally delete pst*.vf, pop*.vf, pad*.vf)
  27. -  edit dvipsmac.tex and replace the line
  28.       \generictrue
  29.    with
  30.       %\generictrue
  31. -  edit paths and directories in pc/makefile.tc and pc/config.ps.
  32. -  edit pc/linkopt.tc for the location of your library files.
  33. -  'make -fpc/makefile.tc'.
  34. -  if that works, try 'make -fpc/makefile.tc install'
  35. -  change to another directory (to avoid using the Unix config.ps)
  36.    and then try to run dvips!
  37.  
  38. If you have MS-DOS ZIP files, they will contain a compiled version of dvips.  
  39.  
  40. To install this in the emTeX directories on drive C:, use 
  41.         pkunzip -d -o dvips* c:\
  42.  
  43. The MSDOS version of dvips differs from the description in
  44. dvips.1 in the following ways:
  45. - path separators are ';' not ':'
  46. - directory separators are '\' not '/'
  47. - The user's initialization file is "dvips.ini" not ".dvipsrc".
  48. - pipes to printers not supported.  Output must go to a file.
  49. - MakeTeXPk is a batch file.  Since MSDOS has insufficient memory
  50.   to run both dvips and Metafont at the same time, this batch file
  51.   will typically write out a set of commands for running Metafont
  52.   later.  The maketexp.bat supplied writes out an mfjob file for emTeX.
  53. - limited emTeX specials.  The following ones are supported:
  54.   \special{em:message xxx}
  55.   \special{em:point n}
  56.   \special{em:line a[h|v|p],b[h|v|p] [,width]}
  57.   \special{em:linewidth width}
  58.   \special{em:moveto}
  59.   \special{em:lineto}
  60.   The \special{em:graph xxx} is not supported.  The line cut parameters
  61.   [h|v|p] of the \special{em:line ...} command are ignored.  Lines are
  62.   ended with a rounded cap.
  63.   A maximum of 1613 different point numbers are permitted on each page.
  64.  
  65. See the config.ps file for other changes.
  66.  
  67. If you want to use a different directory arrangement, modify the
  68. paths in config.ps.  If you want to store config.ps or psfonts.map
  69. in a different place, either recompile dvips or use the environment
  70. variable TEXCONFIG.
  71.  
  72. The program dvips can use emTeX font libraries created with the 
  73. fontlib /2 option.  PXL fonts within font libraries will be ignored.
  74. A maximum of 12 font libraries may be used, due to Turbo C limits.
  75.  
  76. Turbo C gives a large number of 'possible incorrect assignment'
  77. warnings.  
  78.