A fork of Luca Trevisan’s LaTeX2WP.
A tool that converts LaTeX documents into a format ready to paste into WordPress.
This version (0.6.3) updates the original for Python 3 compatibility.
- Updated to run on Python 3
- Replaced
/
with//
in for loops to ensure integer division - Switched to raw strings where appropriate (e.g.,
r"\\"
)
- Replaced
- Author: Luca Trevisan
- Additional contributor: Radu Grigore
- License: GNU GPL v3
python3 latex2wp.py myfile.tex
- This fork is maintained for personal use but patches and feedback are welcome.
- See
changelog.md
for the full history (older entries preserved as in the original).