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 program is distributed under the terms of the GNU General Public License.
https://www.gnu.org/licenses/gpl.html
- Install Anaconda for Python 3.x at https://www.continuum.io/downloads
- Reboot?
- Git clone (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...