Merge several bits into wlshowlast
[mediawiki.git] / math / README
blob90978dee915caf3f51c76f1519d41a6c1d01627c
1 texvc output format is like that:
2     +%5         ok, but not html or mathml
3     c%5%h       ok, conservative html, no mathml
4     m%5%h       ok, moderate html, no mathml
5     l%5%h       ok, liberal html, no mathml
6     C%5%h\0%m   ok, conservative html, with mathml
7     M%5%h\0%m   ok, moderate html, with mathml
8     L%5%h\0%m   ok, liberal html, with mathml
9     X%5%m       ok, no html, with mathml
10     S           syntax error
11     E           lexing error
12     F%s         unknown function %s
13     -           other error
15 \0 - null character
16 %5 - md5, 32 hex characters
17 %h - html code, without \0 characters
18 %m - mathml code, without \0 characters
22 (GNU make is required to compile; if 'make' fails, try 'gmake'.)