Transform LaTeX formulas $$ ... $$ in Microsoft Word documents directly into Math objects (MathML) with ease.
Made with the help of LLM's, to convert a paper written in Google Docs (and Auto Latex-Equations) for submission.
- Convert inline and block LaTeX math to Word’s native math objects.
- Supports equation numbering with
\tag{}. - Preserves Word formatting (headings, bullet points, etc.).
- Handles common LaTeX commands like
\degree.
pip install --user git+https://github.com/Roosted7/TexifyDocx.gitOr clone the repository:
git clone https://github.com/yourusername/TexifyDocx.git
cd TexifyDocx
pip install --user .from texifydocx import convert_docx
convert_docx('input.docx', 'output.docx')python -m texifydocx input.docx output.docxCheck the examples/convert_example.py for a demonstration.
This project is licensed under the MIT License.