home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / 1151 < prev    next >
Encoding:
Text File  |  1992-08-21  |  1.0 KB  |  39 lines

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!uakari.primate.wisc.edu!usenet.coe.montana.edu!ogicse!das-news.harvard.edu!spdcc!rdonahue
  2. From: rdonahue@spdcc.com (Bob Donahue)
  3. Newsgroups: comp.text
  4. Subject: Groff bug?
  5. Message-ID: <1992Aug21.190945.19498@spdcc.com>
  6. Date: 21 Aug 92 19:09:45 GMT
  7. Organization: insert anything here
  8. Lines: 29
  9.  
  10.  
  11.     Has anyone else had problems with using an internal
  12. eqn construction with .IP in groff(V1.05)?
  13.  
  14.     In other words, I can't seem to do this:
  15.  
  16. .EQ
  17. delim $$
  18. .EN
  19. [.... some groff stuff]
  20. .IP $lambda$
  21. [... more groff stuff]
  22.  
  23. I get error reports that look like:
  24. sect4:51: warning: missing `)' (got `'')
  25. sect4:51: warning: missing number
  26. sect4:51: warning: numeric expression expected (got `\{')
  27. sect4:51: warning: missing closing delimiter
  28. sect4:51: warning: missing number
  29. sect4:51: warning: `par*label' not defined
  30. sect4:51: cannot chop empty macro
  31. sect4:65: warning: indent cannot be negative
  32.  
  33. and of course no output.
  34.  
  35.     Since this is more or less "simple" stuff, I'm surprised
  36. that groff chokes so easily.
  37.  
  38. Bob D.
  39.