home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / 1527 < prev    next >
Encoding:
Text File  |  1993-01-05  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.text
  2. Path: sparky!uunet!think.com!ames!nsisrv!tpocc.gsfc.nasa.gov!alex
  3. From: alex@tpocc.gsfc.nasa.gov (Alex Measday)
  4. Subject: Fixed-width fonts and TROFF
  5. Message-ID: <1993Jan5.184840.1126@nsisrv.gsfc.nasa.gov>
  6. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  7. Nntp-Posting-Host: tpocc.gsfc.nasa.gov
  8. Organization: Integral Systems, Inc.
  9. Date: Tue, 5 Jan 1993 18:48:40 GMT
  10. Lines: 23
  11.  
  12. How do I embed fixed-width font text in a TROFF document?  I use
  13. "ptroff -man" for manual pages and "ptroff -ms" for documents on
  14. a Sun workstation and I wish to display examples of C code, for
  15. instance, within the text.
  16.  
  17. The manual pages for VxWorks (a UNIX-like, real-time operating
  18. system) display their code examples in fixed-width fonts.  I
  19. examined the source to the manual pages and they used ".CS"/".CE"
  20. macros (if I remember correctly) to display the code examples;
  21. unfortunately, these macros are defined on the Sun's to simply
  22. display the code as bold text.  I also looked at the same macro
  23. definitions on an HP/UX workstation and, from what I could gather
  24. from the comments, it looked like the fixed-width font takes the
  25. place of the italics font (or something like that - I haven't
  26. looked at it recently).
  27.  
  28. I see fixed-width fonts used for code examples in published papers
  29. and technical reports all the time.  How do people do it?  Thanks
  30. for any help!
  31.  
  32.                             Alex Measday
  33.                             Integral Systems, Inc.
  34.                             alex@tpocc.gsfc.nasa.gov
  35.