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

  1. $    This is a guide to the definitions needed by the Cakefile Text.
  2.  
  3. #define    BIBDIR    /* pathname of your bibliography (90x)        */
  4. #define    LIBDIR    /* pathname of your library (both)        */
  5.  
  6. /* the following are on the 3240 */
  7. #define    TMAC    /* pathname of your nroff/troff macros        */
  8. #define    EMAC    /* pathname of your equation macros        */
  9. #define    PMAC    /* pathname of your troff macros for pic    */
  10.  
  11. #define    IMAGEN    /* pathname of your troff macros for imagen    */
  12. #define    SIMLAS    /* pathname of your symbol macros for imagen    */
  13. #define    SIMNDK    /* pathname of your symbol macros for ndk    */
  14.  
  15. /* the following are on the 90x */
  16. #define    DICT    /* pathname of your spell dictionary        */
  17. #define    STYLE    /* pathname of your bib style file        */
  18.  
  19. #define    SPELLOPTS    /* any spell options you wish, e.g. -b    */
  20. #define    STYLEOPTS    /* any extra style options you wish    */
  21. #define    CHNROPTS    /* any checknr options you wish        */
  22. #define    CHEQOPTS    /* any checkeq options you wish        */
  23. #define    ROFFOPTS    /* any extra xroff options (eg -o12-)    */
  24.  
  25. #define    HARD        /* Readability Index you consider hard    */
  26. #define    MOD        /* RI you consider moderately hard    */
  27. #define    LONG        /* length of too long sentences        */
  28.  
  29. #define    BIB    /* pathname of your own personal bibliography    */
  30. #define    BIBS    /* list of pathnames of bibliographies for bib    */
  31.