home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / OTHER / LI13T5.ZIP / README.TXT < prev    next >
Text File  |  1992-10-18  |  3KB  |  80 lines

  1. In keeping with Microsoft's "pre-release" philosophy, this is a
  2. "pre-release" postscript file viewer. It is a Windows 3.1 program. 
  3. The postscript interpreter is grafted onto my text/hex viewer.
  4. I don't know whether it will stay on there for the final release
  5. or not. And the help file is only partially completed.
  6.  
  7. Comments are welcome, preferably E-mail to CIS 73537,1203.
  8.  
  9. Notes on viewing Postscript files:
  10.  
  11. 1) This is a Win16 program (my disk with NT on it crashed &
  12.    has gone to the hospital). In fact, this version has not
  13.    been tested on NT, since I don't have NT anymore. Also, 
  14.    it needs SHELL.DLL or Win 3.1.
  15.  
  16. 2) LI only makes a first approximation attempt at processing
  17.       a) text
  18.       b) column positioning
  19.       c) row positioning
  20.       d) page ejects
  21.    The 'interpretation' is based strictly on my examination of
  22.    the files on the NT pre-release disk. There are no guarantees
  23.    that I'm doing it right. Positioning 'resolution' is character
  24.    width and line height based on the viewed font. This doesn't
  25.    work all that well. Fonts of 8-12pts seem to work best. 
  26.    Row positioning is relative, not absolute. That is, I take 
  27.    the difference between the previous 'Y' coordinate and the 
  28.    current 'Y' coordinate & figure how many blank lines that is.
  29.    'X' positioning is a little closer to absolute.
  30.  
  31. 3) No character substitutions are performed.  Instead, where
  32.    a character sub is found in the text, a binary 127 character
  33.    is placed in the text. With an ANSI font, this looks like a
  34.    black box on the screen, with the 'terminal' font, it looks
  35.    like a superscripted pyramid. Printed with a True-type font,
  36.    it looks like a little bullet.  I have found that the .C00 
  37.    language files use substitution characters for quote marks 
  38.    and minus signs a lot.
  39.  
  40. 4) The .C00 language doc's use a lot of subscripted 'opt's. These
  41.    will show up in the line since I don't do subscripts. 
  42.    So you'll see a lot of:
  43.  
  44.    describes-an-optional-feature opt of-the-language.
  45.  
  46.  
  47. 5) I do not do 'page processing'. Text comes out in the order
  48.    it's found in the file.  The 'cursor' can only move down
  49.    and to the right. You'll see some tables that look
  50.    like:
  51.  
  52.    item 1
  53.    item 2
  54.    item 3
  55.                  item 4
  56.                  item 5
  57.                  item 6
  58.  
  59.    where if the file was printed on a native postscript printer,
  60.    item 1 and item 4 would be on the same line. You may also see
  61.    page headers at the bottom of the page, and the dots between
  62.    table of contents entries and their page numbers at the end
  63.    of the line instead of between the text and number - I don't 
  64.    try to go back & put them where they belong.
  65.  
  66. 6) If you want to print an 'interpreted' file, you will get best
  67.    results with a true-type font and use 'match screen font' in
  68.    the print dialog box with an 8-12pt font. Fixed spaced fonts 
  69.    tend to run off of the right edge of the paper. You may need to
  70.    experiment with font size, depending on the file you're
  71.    viewing. 
  72.  
  73. 7) If you want to automatically switch to postscript interpretation
  74.    when you open one of the NT doc's, set up the extents under
  75.    Options|File Types, or copy the LI.INI file in this archive
  76.    to your \Windows directory.  If you're searching for text, or
  77.    files containing specified text, it's best if you have the
  78.    file types set up to be recognized as postscript.
  79.  
  80.