All notable changes to this project will be documented in this file.
- Revise latex string escape functionality to not try to escape objects that are not Python strings.
- Thanks Brindesable!
- Change DOCX build process to first build PDF to generate complete aux file THEN run laetx2rtf.
- Added support for building Microsoft Word (.docx) files using latex2rtf
- Fixed spelling errors in README
- Add printing of STDOUT and STDERR to console for easier debugging of Latex processes
- Escape input Python strings for Latex
- Recursively clean dictionary / list input for Jinja2 templates
- Project initialized and uploaded to pypi