Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/blahtexml/README
blob: ee208409479ebb61e6e7a5c28583a15d61e007dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Blahtex(ml) version 0.5
======================================

Blahtex is licensed under the GNU General Public License.
See the file "GNU-GPL" and the source code for more details.

Brief build instructions (more details in the manual): run one of

  make linux
  make mac  

---

Blahtexml is a simple extension of blahtex to allow it to process an entire
XML file, and to convert each blahtex equation in it into MathML equations.
Blahtexml is a source-level extension of blahtex, which means that anything
that works with Blahtex also works with blahtexml.

Blahtexml requires Xerces-C 2.x to be installed. If you do not have Xerces-C
installed, you will not be able to build blahtexml (but you will still be able
to builld and use blahtex of course).

Blahtexml is also licensed under the GNU General Public License.
See the file "GNU-GPL" and the source code for more details.

For more information, see

   http://gva.noekeon.org/blahtexml/

Brief build instructions (more details in the manual): run one of

  make blahtexml-linux
  make blahtexml-mac