Annotation of OpenXM/src/util/oxweaveUsage.h, Revision 1.1
1.1 ! takayama 1: /* OpenXM: OpenXM/src/kxx/oxweaveUsage.h,v 1.3 1999/12/15 03:30:14 takayama Exp
! 2: $OpenXM$
! 3: */
! 4:
! 5: fprintf(stderr,"oxweave [--plain] [--source] [--recursive] [key1 key2 ...]\n");
! 6: fprintf(stderr,"oxweave reads bytes from the standarndard input stream \n");
! 7: fprintf(stderr,"and outputs them if one of the following conditions\n");
! 8: fprintf(stderr,"is satisfied:\n");
! 9: fprintf(stderr,"(1) hogehoge is output if hogehoge is enclosed \n");
! 10: fprintf(stderr," like /*&xyz hogehoge */ and xyz matches with one of the keys\n");
! 11: fprintf(stderr,"(2) hogehoge is output if hogehoge comes after //&xyz \n");
! 12: fprintf(stderr," followed with the newline and xyz matches with one of the keys\n");
! 13: fprintf(stderr,"(3) If the option --plain is given, all texts out of /*&xyz */ and //&xyz \n");
! 14: fprintf(stderr," are output.\n");
! 15: fprintf(stderr,"(4) If the option --recursive is given, the symbol */ is treated recursively.\n");
! 16: fprintf(stderr,"(5) --debug is used to find unmatched /* and */\n");
! 17: fprintf(stderr,"Example 1: oxweave --source jp <oxweave.c >t.tex\n");
! 18: fprintf(stderr,"Example 2: oxweave jp <oxweave.c >t.tex\n");
! 19: fprintf(stderr,"Example 3: oxweave --plain <oxweave.c >t.tex\n");
! 20:
! 21:
! 22:
! 23:
! 24:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>