home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
misc
/
wingnuplot
/
doc2ag
/
doc2ag.user
< prev
next >
Wrap
Text File
|
1995-02-27
|
827b
|
27 lines
/********************************************************/
/* USER DEFINES (MAY BE EDITED) */
/********************************************************/
/* Maximum number of characters within a line */
#define MAX_LINE_LEN 256
/* Maximum number of (sub)topics in GNUPLOT.DOC */
#define MAX_TOPIC_NUM 500
/* Maximum number of cross-references */
#define MAX_LINK_NUM 1000
/* Turn busy display on/off */
#define DISPLAY FALSE
/* Headline for (sub)topic-list */
#define SUBTOPIC_STRING " @{i}Available Subtopic(s):@{ui}\n"
/* Text entry for AmigaGuide® titlebar */
#define TITLE "GNUPLOT-Help/NODE_"
/* Mark special keywords in GNUPLOT.GUIDE */
/* Refer to your AmigaGuide® .doc or .guide file for possible settings */
#define MARK_TEXT "@{b}" /* Bold */
#define UNMARK_TEXT "@{ub}" /* Unbold */