home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / os2 / programm / 3913 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.2 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!rutgers!njitgw.njit.edu!hertz.njit.edu!dic5340
  2. From: dic5340@hertz.njit.edu (David Charlap)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: How do I print the GCC docs ?
  5. Keywords: gcc, .texi
  6. Message-ID: <1992Jul30.211700.29493@njitgw.njit.edu>
  7. Date: 30 Jul 92 21:17:00 GMT
  8. References: <1992Jul16.153203.20772@dde.dk>
  9. Sender: news@njit.edu
  10. Organization: New Jersey Institute of Technology, Newark, N.J.
  11. Lines: 35
  12. Nntp-Posting-Host: hertz.njit.edu
  13.  
  14. In article <1992Jul16.153203.20772@dde.dk> jwj@dde.dk (Jesper Wolf Jespersen) writes:
  15. >I have used the OS/2 port of GCC 2.1 for a little while now and generally 
  16. >like the product. Now I would like to know how I go about printing
  17. >the documentation that came with it.
  18. >The documentation files are all filled with text formatting codes and
  19. >are pretty unreadable in that form. All files have the ending '.texi'
  20. >what kind of text formatter handles them?
  21. >
  22. >How do I get hold of software to translate these files into something printable
  23. >on say a canon laserprinter? I do have access to both OS/2 machines and Unix 
  24. >machines but havent found anything that can handle these files (I am no wizz at
  25. >text formatting :-)
  26.  
  27. Since you have access to a unix machine, do you have the tex system
  28. installed on it?  TexInfo files (.texi) can be formatted into .dvi
  29. files using the tex package and the texinfo include file (which is
  30. ftp-able from most gnu sites if you don't have it already).  The dvi
  31. file can be formatted into most printer formats.  There also exists a
  32. program to convert dvi files into ASCII text (dvitty), although you
  33. lose all formatting.
  34.  
  35. TexInfo files may also be turned into .info hypertext documents for
  36. the Gnu-Emacs info system using the makeini program (also available
  37. from Gnu sites) or using the texinfo-format-buffer command of
  38. Gnu-Emacs.  Note that some emacs installations aren't up to the
  39. current patch level for texinfo formatting.
  40.  
  41. I believe there also exists the documentation in text form at
  42. ftp-os2.nmsu.edu.  Look for gcc21txt.zoo in the /pub/os2/2.0/gnu/gcc21
  43. directory. 
  44. -- 
  45.    |)  David Charlap           "I don't even represent myself
  46.   /|_  dic5340@hertz.njit.edu   sometimes so NJIT is right out!.
  47.  ((|,)
  48.   ~|~  Hi! I am a .signature virus, copy me into your .signature file.
  49.