home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / lib / bug / 769 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.8 KB  |  50 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!.CSe.nau.EDU!jdc
  3. From: jdc@.CSe.nau.EDU (John Campbell)
  4. Subject: Problems with texinfo documents in libg++2.3 (2nd try)
  5. Message-ID: <6283@naucse.cse.nau.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Northern Arizona University, Flagstaff AZ
  8. Distribution: gnu
  9. Date: Sat, 9 Jan 1993 04:05:37 GMT
  10. Approved: bug-lib-g++@prep.ai.mit.edu
  11. Lines: 37
  12.  
  13. (Funny, My last attempt had no text in the news article body.  Hmm.)
  14.  
  15. Problems with texinfo documentation in libg++2.3
  16.  
  17. I ran across the following problems making postscript files using
  18. tex (and texinfo) in the libg++2.3 package.
  19.  
  20. 1) The file gperf.texinfo didn't seem to like texinfo version 2.89.
  21.    I was able to get a good dvi file using texinfo version 2.1.
  22.  
  23. 2) iostream.texi had errors where iostream& was used in a deftypefn.
  24.    I changed it to iostream@& and that seemed to fix the problem.
  25.    I found three places where & needed to be escaped.
  26.  
  27.    An example:
  28.  
  29.  @deftypefn Method ostream& ostream::vform(const char *@var{format}, ...)
  30.  
  31.    became:
  32.  
  33.  @deftypefn Method ostream@& ostream::vform(const char *@var{format}, ...)
  34.  
  35. 3) The cygnus etc/{intro,relnotes}.texi files used fonts that
  36.    are not common in standard tex.  I was wondering if someone
  37.    could recommend a substitution list for these (since they
  38.    seem sort of generic):
  39.  
  40.    \texttt=pcrr         \textbf=pncb            \textit=pncri
  41.    \textsl=pcrro        \textsf=slcrst          \ftfnt=phvr
  42.    \indrm=pcnr          \chapit=pncbi           \chapsl=pcrbo
  43.  
  44. By the way, I appreciate the work that Cygnus has been doing.  It's
  45. a lot easier to bring up new Gnu versions these days!
  46. -- 
  47.     John Campbell               John.Campbell@nau.edu
  48.         jdc@sunset.cse.nau.edu      JDC@NAUVAX.UCC.NAU.EDU
  49.  
  50.