home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / PasTeX / dvi2tty.lha / README.Amiga < prev    next >
Text File  |  1992-05-11  |  2KB  |  63 lines

  1.  
  2. DVI2TTY - Amiga Port.
  3.  
  4. Copyright 1992 by Kent Dalton
  5. Freely Distributable for non-commercial use.
  6.  
  7. QUICK OVERVIEW:
  8. ===============
  9.  
  10. This is a port of the DVI2TTY package from UNIX to the Amiga. DVI2TTY
  11. allows the user to convert a TeX or LaTeX generated DVI file to an
  12. ASCII representation. This capability is useful for people who wish to
  13. use LaTeX to format documents and still have the option to view, make
  14. or available or print their documents in ASCII form. I personally use
  15. PasTeX coupled with MetaFont and DVIPrint as my LaTeX system and
  16. frequently find that for small documents previewing and printing using
  17. MetaFont is too slow and a hassle. It's also useful 
  18.  
  19. It's also useful for those who do not use LaTeX frequently but
  20. sometimes wish to view or print DVI files from other sources. The GNU
  21. software documentation comes to mind.
  22.  
  23. For advanced users there is also the disdvi a program which
  24. disassembles .dvi to a more human readable form. If you don't
  25. understand what this program does don't worry, because that means you
  26. probably do not need it.  :^)
  27.  
  28. For the Amiga Port, I've included binaries for the 68020 or above in
  29. addition to binaries for the vanilla 68000. The 68000 versions are
  30. distinguished by an extension of .68k you'll probably want to rename
  31. these without the 68k
  32.  
  33.  
  34.  
  35. QUICK TIPS:
  36. ===========
  37.  
  38. I recommend running dvi2tty as follows when displaying to the screen:
  39.  
  40. dvi2tty -w75 file.dvi 
  41.  
  42. the w75 option specifies a column width of 75. You'll notice that
  43. dvi2tty breaks lines that are too long to display with a continuation
  44. character of '*' and prints the second fragment after a linefeed and
  45. prepended with a '*'. When converting files to ASCII for editing or
  46. printing, I'll usually use a very long column width to avoid this and
  47. then use GNU Emacs paragraph fill feature to tidy up the paragraphs.
  48. People who prefer other less featureful editors could use a word
  49. processor instead. NOTE: dvi2tty has a maximum width limit of 132.
  50. This is usually what I use. For example:
  51.  
  52. dvi2tty -w132 file.dvi > file.ascii
  53.  
  54. Another option would be to change the LaTeX source to use a larger font
  55. this would mean the DVI file would contain fewer long lines.
  56.  
  57.  
  58. BUG REPORTS:
  59. ============
  60.  
  61. Kent.Dalton@FtCollinsCO.NCR.com
  62.  
  63.