A Python 3.x application to read PTC Mathcad 15 files and output them as LaTeX files.
Doesn't fully work with everything yet. I've mainly added support for the math I use myself.
Only tested on Mathcad 15 .xmcd files, the structure is probably different for other versions?
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
- Install Anaconda for Python 3.x at https://www.continuum.io/downloads
- Reboot?
- Git clone this repository (Download all files)
- Doubleclick main.py (or run the file from shell)
- Click some buttons in the GUI
- Pray that all your desired math is supported
View the generated LaTeX file with a editor, or generate a pdf.
I can recommend http://www.xm1math.net/texmaker/, which works on Windows, MacOsX and Linux.
To be documented...