[BACK]Return to oxweaveUsage.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Annotation of OpenXM/src/kxx/oxweaveUsage.h, Revision 1.2

1.2     ! takayama    1: /*$OpenXM$*/
1.1       takayama    2:   fprintf(stderr,"oxweave [--plain] [--source] [--recursive] [key1 key2 ...]\n");
                      3:   fprintf(stderr,"oxweave reads bytes from the standarndard input stream \n");
                      4:   fprintf(stderr,"and outputs them if one of the following conditions\n");
                      5:   fprintf(stderr,"is satisfied:\n");
                      6:   fprintf(stderr,"(1) hogehoge is output if hogehoge is enclosed \n");
                      7:   fprintf(stderr,"    like /*&xyz  hogehoge */ and xyz matches with one of the keys\n");
                      8:   fprintf(stderr,"(2) hogehoge is output if hogehoge comes after //&xyz \n");
                      9:   fprintf(stderr,"    followed with the newline and xyz matches with one of the keys\n");
                     10:   fprintf(stderr,"(3) If the option --plain is given, all texts out of /*&xyz */ and //&xyz \n");
                     11:   fprintf(stderr,"    are output.\n");
                     12:   fprintf(stderr,"(4) If the option --recursive is given, the symbol */ is treated recursively.\n");
                     13:   fprintf(stderr,"Example 1: oxweave --source jp <oxweave.c >t.tex\n");
                     14:   fprintf(stderr,"Example 2: oxweave  jp <oxweave.c >t.tex\n");
                     15:   fprintf(stderr,"Example 3: oxweave --plain  <oxweave.c >t.tex\n");
                     16:
                     17:
                     18:
                     19:
                     20:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>