summaryrefslogtreecommitdiff
path: root/support/ltx2mathml/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-23 03:02:00 +0000
committerNorbert Preining <norbert@preining.info>2020-10-23 03:02:00 +0000
commitc6303e38664a7a78e8f21a4390b69e5aa9cf5c93 (patch)
treeb95dddc8dde54ba0f7189d0edaf24877d61bb44b /support/ltx2mathml/README
parent7448609d1256af02966b8f84fe8464234276ce7a (diff)
CTAN sync 202010230301
Diffstat (limited to 'support/ltx2mathml/README')
-rw-r--r--support/ltx2mathml/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/support/ltx2mathml/README b/support/ltx2mathml/README
new file mode 100644
index 0000000000..735d5bf8b5
--- /dev/null
+++ b/support/ltx2mathml/README
@@ -0,0 +1,42 @@
+LTX2MathML v. 1.0
+
+About
+=====
+
+LTX2MathML converts a subset of LaTeX math to MathML.
+
+I wrote this over a decade ago (my coding style has changed since then :). As the original sources did not compile correctly with Visual Studio 2019, I had to make some modifications to them. Only compilation errors were addressed. The rest of the source codes have largely remained unchanged since I last wrote them.
+
+
+Usage
+=====
+
+1. Include the file 'ltx2mathml.h' and the 3 CPP files (ltx2mathmlclasses.cpp, ltx2mathmlparser.cpp, and ltx2mathmltables.cpp) in your project.
+
+2. Call the function 'convertFormula'.
+
+3. If that function succeeds, call 'getMathMLOutput' (overloaded) to retrieve the results. Otherwise, call 'getLastError' to retrieve the error message.
+
+
+See the header 'ltx2mathml.h' for a description of these functions. See the file 'test.cpp' for the usage.
+
+
+LaTeX Commands/Symbols Supported
+========================
+
+The most common LaTeX commands and symbols are supported. See the file 'ltx2mathmltables.cpp' for the complete list.
+
+
+Copying
+=======
+
+This program is released under the GNU General Public License
+version 3 or newer. See the COPYING file included with this distribution or <http://www.gnu.org/licenses/>.
+
+ Copyright (C) 2020 Peter Frane Jr.
+
+
+Contact
+=======
+
+Please send any inquries to pfranejr@hotmail.com