home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / misc / 3279 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  2.0 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!veritas!amdcad!weitek!pyramid!ctnews!risky!israel
  2. From: israel@risky.Convergent.COM (Paul Israel)
  3. Newsgroups: comp.unix.misc
  4. Subject: Re: Troff and thesis-writing (Help !)
  5. Message-ID: <10693@risky.Convergent.COM>
  6. Date: 17 Aug 92 16:23:13 GMT
  7. References: <41375@ogicse.ogi.edu>
  8. Organization: Unisys Unix Systems Group, San Jose, CA
  9. Lines: 39
  10.  
  11. From article <41375@ogicse.ogi.edu>, by natarsu@mse.ogi.edu (N. Sukumar):
  12. >     Is there any on-line help for troff (text
  13. > formatter), especially in regard to thesis-writing ?
  14. > There are macros for preparing the table of contents;
  15. > how about list of figs/tables ?  Would like to get the hang of
  16. > page numbering (Roman/Italics) at the bottom-center.  I
  17. > doubt if any text formatter can be worse than troff :-)
  18.  
  19.    Most of the online help you're likely to find consists of the
  20. man pages used for invoking the troff/tbl/eqn/pic programs. As far as
  21. using them is concerned, you're best bet is to track down a Unix user's
  22. supplementary manual which provides the necessary tutorials and
  23. reference guides. My personal favorite is the BSD4.3 Unix User's
  24. Manual Supplementary Documents (USD), although my edition does not
  25. include a description of pic. If you're very lucky, some of these
  26. documents may be online on your system, especially if it's BSD.
  27.  
  28.    As far as thesis writing is concerned, I've always found the -ms
  29. macro package to be the most useful. I would think it is possible to
  30. use the table of contents macros they provide to also generate a
  31. list of figures; if not, I suppose you could always generate one using
  32. a tbl construct.
  33.  
  34.    I don't know how to number pages with an italics font, but to generate
  35. Roman numerals on the bottom of the page, you could do this:
  36.  
  37.     .af PN i
  38.     .ds CF "- % -
  39.  
  40.    Perhaps something like this might work for italics:
  41.  
  42.     .af PN i
  43.     .ds CF "- \fI%\fR -
  44.     
  45. -- 
  46. Paul Israel -----------------  israel@risky.convergent.com
  47. Senior Smartypants ----------- Unisys Corporation, San Jose, California
  48. Disclaimer: "Who, me? I wasn't even there!"
  49.