home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / wingnuplot / doc2ag / doc2ag.user < prev    next >
Text File  |  1995-02-27  |  827b  |  27 lines

  1. /********************************************************/
  2. /*        USER DEFINES  (MAY BE EDITED)        */
  3. /********************************************************/
  4.  
  5. /* Maximum number of characters within a line */
  6. #define MAX_LINE_LEN  256
  7.  
  8. /* Maximum number of (sub)topics in GNUPLOT.DOC */
  9. #define MAX_TOPIC_NUM 500
  10.  
  11. /* Maximum number of cross-references */
  12. #define MAX_LINK_NUM  1000
  13.  
  14. /* Turn busy display on/off */
  15. #define DISPLAY FALSE
  16.  
  17. /* Headline for (sub)topic-list */
  18. #define SUBTOPIC_STRING " @{i}Available Subtopic(s):@{ui}\n"
  19.  
  20. /* Text entry for AmigaGuide® titlebar */
  21. #define TITLE           "GNUPLOT-Help/NODE_"
  22.  
  23. /* Mark special keywords in GNUPLOT.GUIDE */
  24. /* Refer to your AmigaGuide® .doc or .guide file for possible settings */
  25. #define MARK_TEXT       "@{b}"        /* Bold */
  26. #define UNMARK_TEXT     "@{ub}"        /* Unbold */
  27.