Skip to content

nico4925/PTC-Mathcad-to-LaTeX-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PTC-Mathcad-to-LaTeX-parser

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

Quick (and dirty) guide

  1. Install Anaconda for Python 3.x at https://www.continuum.io/downloads
  2. Reboot?
  3. Git clone (Download all files)
  4. Doubleclick main.py (or run the file from shell)
  5. Click some buttons in the GUI
  6. 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...

About

A Python application to read PTC Mathcad 15 files and output them as LaTeX files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%