home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / TEXAS11 / LEESMIJ.TXT < prev    next >
Text File  |  1993-05-07  |  772b  |  24 lines

  1. 1. This is a big tex executable, based on the TeX 3.141 sources.
  2.    It is an OS/2 version of my DOS program TEXAS 1.0a.
  3.  
  4. 2. How does texas11.exe locate files:
  5.    Set environment variables:
  6.    TEXPOOL, TEXFONTS, TEXFORMATS, TEXINPUTS to a directory list
  7.    (just like your PATH variable) to find the pool file,
  8.    .tfm files, .fmt files, and input files respectively.
  9.    If a directory ends in two slashes, then all its sub-directories
  10.    are recursively searched. E.g.,
  11.  
  12.    set TEXINPUTS=C:\TEX\INPUTS;C:\TEX\STYLES\\
  13.  
  14.    will result in texas.exe searching C:\TEX\INPUTS, and C:\TEX\STYLES and
  15.    all its sub-directories for input  files.
  16.  
  17. 3. How to create format files:
  18.    Use texas -i to get INITEX
  19.  
  20. 4. This is a preliminary release.
  21.  
  22. Shih-Ping Chan
  23. matcsp@nuscc.nus.sg
  24.