home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume6 / dvi2tty-2 / README < prev    next >
Text File  |  1989-02-03  |  2KB  |  46 lines

  1.                 DVI2TTY
  2.  
  3.  
  4. dvi2tty is intended for previewing dvi-files on text-only
  5. devices (terminals and lineprinters).
  6. The program is basicly an improved C version of the pascal
  7. program written by Svante Lindahl (see README.ORG).
  8. I translated it because I could not find a pascal compiler 
  9. on our machine that could compile it.
  10. The program runs under UNIX and MSDOS without problems
  11. (you may need some site dependend redefinitions, see below).
  12. Undocumented option: the -e option can be used to influence
  13. the width of spaces. With a negative value the number of spaces 
  14. between words becomes less, with a positive value it becomes more.
  15. Just play around if you like, -e-11 worked nice with me.
  16.  
  17.  
  18.                 DVIDIS
  19.  
  20. dvidis is a simple hack that dumps a dvi file in a more readable form.
  21. It is not a spectacular program but use it and improve as you wish.
  22. I'd appreciate any enhancements made, bug reports etc. mailed to me.
  23.   
  24.  
  25.     COMPILING THE PROGRAMS
  26.  
  27. Dvidis is rather simple and does not need any modifications.
  28. For dvi2tty you may find the following problems:
  29.  
  30.  function strchr() can not be found:
  31.       Your are probably a BSD UNIX or alike.
  32.       Solution: #define strchr index
  33.  '/usr/bin/pg' program not found.
  34.       Solution: change the DEFPAGER macro in dvi2tty.c
  35.  
  36. Thats all, good luck.
  37.  
  38.  
  39. - Marcel 
  40. -----------------------------------------
  41. | Marcel J.E. Mol                       | They hate you if your're clever
  42. | Delft University of Technology        | And they despise the fool
  43. | The Netherlands                       | Till you're so fucking crazy
  44. | UUCP: marcel@duteca.UUCP              | You can't follow the rules.
  45. -----------------------------------------             - Lennon
  46.