home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / cake / part06 / Lib / Newtext.defs < prev    next >
Encoding:
Text File  |  1987-10-15  |  2.1 KB  |  72 lines

  1. This file lists and defines the macros used by the cakefile Newtext.
  2.  
  3. SYMBOLIMAGEN    Files containing symbol definitions for imagens
  4. SYMBOLAPPLE    and laserwriters; defaults are empty.
  5.  
  6. LASERDEV    If you define LASERDEV (as -Pip etc), you should
  7. LASERTYPE    also define LASERTYPE and SYMBOLS. Otherwise,
  8. SYMBOLS        Text will define them, based on the presence
  9.  
  10. IP        of one of these macros. IP directs output to
  11. LW        the imagen, LW to the computation lab, LW226
  12. LW226        to 226, LWR to to the computation lab (rotated),
  13. LWR        OFF to the office, and AN to the annexe. Only
  14. OFF        the first of these definitions has any effect.
  15. AN        AN is the default. (These are site-dependent.)
  16.  
  17. PRINTGEN    Argument to lpr for printing general stuff.
  18. PRINTLASER    Argument to lpr for printing ditroff output.
  19.  
  20. LBLOPTS        All these options are given to the program
  21. BIBOPTS        from whose name they are derived. The defaults
  22. LISTREFOPTS    are empty strings.
  23. PICOPTS
  24. TBLOPTS
  25. EQNOPTS
  26. DITROFFOPTS
  27. CHEQOPTS
  28. CHNROPTS
  29. SPELLOPTS
  30. ISPELLOPTS
  31. DICTOPTS
  32. STYLEOPTS
  33.  
  34. BIBINDEX    These are the "required" options of bib.
  35. BIBSTYLE
  36.  
  37. MACROPACK    These are the "required" options of ditroff.
  38. OTHERMACS
  39. DITROFFINIT
  40.  
  41. CITINDEX    This is the "required" option of CITCMD.
  42.  
  43. SPELLDICT    This is the "required" option of fix.
  44.  
  45. MODSTYLE    These are the "required" options of style
  46. HARDSTYLE    when caking %.mod, %.hard and %.long.
  47. LONGSTYLE
  48.  
  49. ALLLBLOPTS    These macros warp up the "optional" options
  50. ALLBIBOPTS    (e.g. BIBOPTS) and the "required" options
  51. ALLLISTREFOPTS    (e.g. BIBINDEX and BIBSTYLE) of the respective
  52. ALLPICOPTS    commands.
  53. ALLTBLOPTS
  54. ALLEQNOPTS
  55. ALLDITROFFOPTS
  56. ALLSTYLEOPTS
  57.  
  58. MORECMD        You can define any of these macros to replace
  59. BIBCMD        the standard programs more, bib, pic, ditroff
  60. PICCMD        and lookup (e.g. with less, refer, ideal,
  61. DITROFFCMD    ditroff.q and lookindex). If you define the
  62. CITCMD        macro LOCALDITROFF, you will get ditroff.q
  63.         as default.
  64.  
  65. MOREFLAG    If you define MORE or PRINTFLAG to be ^, files
  66. PRINTFLAG    you run %1.%2.m(p) on will be deleted after the
  67. INTFLAG        the command. If you define INTFLAG, intermediate
  68.         files will be similarly deleted.
  69.  
  70. FDIR        Directories to put final and intermediate files
  71. IDIR        of ditroff in. The default is /tmp.
  72.