Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9, Fri Aug 22 23:56:28 2003 UTC (21 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.8: +1 -1
lines
FILE REMOVED
Removed the old oxweave in src/kxx.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 22 16:08:23 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (unified) to selected 1.6 (unified)
The exit(3) requires one argument.
Revision 1.7 / (download) - annotate - [select for diffs], Sun May 6 07:53:01 2001 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2,
RELEASE_1_2_1
Changes since 1.6: +73 -73
lines
Diff to previous 1.6 (unified)
mark-whole-buffer, indent-region, untabify.
Revision 1.6 / (download) - annotate - [selected], Wed Dec 15 03:30:14 1999 UTC (24 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_20000124,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.5: +6 -3
lines
Diff to previous 1.5 (unified)
Bilingual installation document. If you are planning to prepare bilingual or multilingual documents, see these files.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 14 06:41:03 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.4: +130 -89
lines
Diff to previous 1.4 (unified) to selected 1.6 (unified)
Better version of oxweave (I believe). See the usage of oxweave. oxweave.test is a test data.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 13 14:47:41 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.3: +76 -61
lines
Diff to previous 1.3 (unified) to selected 1.6 (unified)
oxweave accepts //&jp and //&C, //&eg. Example: text : //&jp print jp. //&C print C. hogehoge /*&jp print /*jp */ oxweave --plain jp <text outputs print jp. hogehoge print /*jp
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 13 07:55:23 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +94 -29
lines
Diff to previous 1.2 (unified) to selected 1.6 (unified)
I'm working on oxweave.c. I've not yet finished.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 16 11:48:12 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (unified) to selected 1.6 (unified)
A bug fix on the buffer size.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 16 07:57:37 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Diff to selected 1.6 (unified)
oxweave.c is a simple document generation system. You can embed documents in source codes by tags such as /*&jp or /*&C . Example: Try to generate a document by entering cd OpenXM/src/kxx ; make ; ./oxweave --source jp <oxweave.c >oxweave.tex