home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / PasTeX / dvi2tty.lha / README < prev    next >
Text File  |  1990-12-13  |  2KB  |  51 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. It should also run under VMS. 
  12. (you may need some site dependend redefinitions, see below).
  13.  
  14.  
  15.                 DISDVI
  16.  
  17. Disdvi is a simple hack that dumps a dvi file in a more readable form.
  18. It is not a spectacular program but use it and improve as you wish.
  19. I'd appreciate any enhancements made, bug reports etc. mailed to me.
  20.   
  21.  
  22.     COMPILING THE PROGRAMS
  23.  
  24. Disdvi is rather simple and does not need any modifications.
  25. To compile under VMS, you might need to define an extra macro:
  26. Add a -DVMS on the command line, or add a line
  27. #define VMS
  28. in the dvi2tty.h file.
  29. For dvi2tty you may find the following problems:
  30.  
  31.  function strchr() can not be found:
  32.       Your are probably a BSD UNIX or alike.
  33.       Solution: #define strchr index
  34.  '/usr/bin/pg' program not found.
  35.       Solution: change the DEFPAGER macro in dvi2tty.c
  36.  To compile under VMS, you might need to define an extra macro:
  37.   Add a -DVMS on the command line, or add a line
  38.   #define VMS
  39.  
  40. Thats all, good luck.
  41.  
  42.  
  43. - Marcel 
  44. #########################################
  45. # Marcel J.E. Mol                       ######################################
  46. # Delft University of Technology          Pink Elephant Management Services  #
  47. # The Netherlands                         Voorburg                           #
  48. # UUCP: marcel@duteca.et.tudelft.nl       Tel: 070-3694231                   #
  49. #                                            (Tel prive: 070-3932390)           #
  50. ##############################################################################
  51.