home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / ShowDVI.lha / ShowDVI.doc < prev   
Text File  |  1993-03-17  |  3KB  |  112 lines

  1.  
  2. Copyright 1992 Imagine Software, Inc.  All Rights Reserved.
  3. Writtten by Trevor Andrews
  4.  
  5.  ╗ Imagine Software, Inc.
  6.  ╗ 1218 South 5th Street
  7.  ╗ Lafayette, IN  47905-1716
  8.  
  9. These copyrighted programs are brought to you through the means of ShareWare.
  10.  
  11. If you find them useful please send a donation ($10-$20) to the above address.
  12.  
  13. Want inhancements?  Find a "bug"?  Please send us mail!
  14.  
  15.  
  16.  
  17. Imagine Software, Inc. makes no warranties expressed or implied.  Use
  18.  
  19. at your own risk.
  20.  
  21.  
  22. ShowDVI(1)                      USER MANUAL                      ShowDVI(1)
  23.  
  24. NAME
  25.     ShowDVI - Shell script to view DVI files
  26.         DVItty  - DVI to ASCII converter
  27.  
  28. SYNOPSIS
  29.         ShowDVI allows you to easily view .dvi files created by the
  30.         TeX document preparation system.  It is limited to ASCII
  31.         translation of the .dvi file.  To the best of my knowledge
  32.         this program is loosely based on source by Svante Lindahl.
  33.  
  34. DESCRIPTION
  35.         ShowDVI is an Amiga standard shell script which calls DVItty
  36.         to translate the .dvi file to ASCII.  It then "throws" a
  37.         viewer (of your choice) as the DVI's ASCII translation.
  38.         You may wish to edit ShowDVI to conform to your preferred
  39.         viewer.  I suggest Most (V1.42) by author Uwe R÷hm.  It offers
  40.         a nice GUI and allows (most importantly) you to customize
  41.         your font selection.
  42.  
  43.         His address:
  44.           Uwe R÷hm
  45.           Woerthstr. 18
  46.           8390 Passau
  47.           Germany
  48.  
  49.         EMail:
  50.           bugs@roemer.adsp.sub.org
  51.  
  52.         Fido:
  53.           2:246/200.5
  54.  
  55.         You can download the current version of Most from `ftp.uni-passau.de'
  56.         (132.231.1.10) in the directory  `pub/amiga/local/UweR'. You will
  57.         also find other interesting software in `pub/amiga/local'...
  58.  
  59.     Any viewer that allows you to use a small font should work
  60.         nicely.  Remember to place ShowDVI, DVItty, and the viewer
  61.         of your choice in your path.  Make sure the script file, ShowDVI,
  62.         is made executable by typeing 'Protect FLAGS SRWED ShowDVI'
  63.  
  64. OPTIONS
  65.         ShowDVI
  66.         Usage: ShowDVI file.dvi
  67.  
  68.  
  69.         DVItty
  70.         Usage: DVItty [options] file[.dvi]
  71.  
  72.         Options are:
  73.          -ofile   Write output to file, else write to stdout.
  74.          -wn      Print the lines with width n characters, default 80.
  75.          -h       This help message.
  76.  
  77.  
  78.         I hope that was enough help...  8)
  79.  
  80. FILES
  81.         DVItty          ASCII converter for DVI files.
  82.         ShowDVI         Script to view DVI files.
  83.     ShowDVI.doc     Guess what you're reading :)
  84.  
  85. SEE ALSO
  86.         TeX or LaTeX manuals.
  87.         (LaTeX: A Document Preparation System by Leslie Lamport,
  88.          Addison-Wesley Publishing Company)
  89.  
  90. BUGS
  91.     None known.
  92.  
  93.  
  94. ShowDVI Revision 0.99  (17.3.93)
  95. DVItty  Revision 1.00  (17.3.93)
  96.  
  97.  
  98.  
  99. History of ShowDVI:
  100.  
  101. v0.99
  102.  
  103.   o Initial release.
  104.  
  105.  
  106. History of DVItty:
  107.  
  108. v1.00
  109.  
  110.   o Initial release.
  111.  
  112.