• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Documentation/H03-May-2022-3,9133,513

Source/H16-May-2020-15,83411,918

Tests/H16-May-2020-383302

blahtex.xcodeproj/H16-May-2020-379367

.gitignoreH A D16-May-2020158 1110

READMEH A D16-May-20202.7 KiB5234

makefileH A D03-May-20225.5 KiB14392

makefile.mingwH A D16-May-20205.3 KiB14191

README

1Blahtex(ml) version 0.9
2http://gva.noekeon.org/blahtexml
3======================================
4
5Copyright (c) 2006, David Harvey
6Copyright (c) 2010, Gilles Van Assche
7All rights reserved.
8
9Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
10
11    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
12    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
13    * Neither the names of the authors nor the names of their affiliation may be used to endorse or promote products derived from this software without specific prior written permission.
14
15THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16
17======================================
18
19blahtex: a TeX to MathML converter designed with MediaWiki in mind
20Designed by David Harvey
21Some maintenance by Gilles Van Assche
22
23Brief build instructions (more details in the manual): run one of
24
25  make blahtex-linux
26  make blahtex-mac
27
28======================================
29
30blahtexml: an extension of blahtex with XML processing in mind
31Designed by Gilles Van Assche
32
33Blahtexml is a simple extension of blahtex to allow it to process an entire
34XML file, and to convert each blahtex equation in it into MathML equations.
35Blahtexml is a source-level extension of blahtex, which means that anything
36that works with blahtex also works with blahtexml.
37
38Blahtexml requires Xerces-C 2.x or 3.0 to be installed. If you do not have
39Xerces-C installed, you will not be able to build blahtexml (but you will
40still be able to build and use blahtex of course).
41
42Brief build instructions (more details in the manual): run one of
43
44  make blahtexml-linux
45  make blahtexml-mac
46
47======================================
48
49Note that the example files example*.xml, HTML+Blahtex.xml and HTML+MathML.xml are in the public domain.
50
51======================================
52