Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 413 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 413 Bytes

Latex2docx

Latex2docx is a Python program that converts latex files into MS Word .docx files. Since Latex can do much more than MS Word, do not expect every Latex file can be converted, and do not expect converted files can have the same good output as Latex can do.

Usage

You can convert a latex file by using

Latex2docx.py texfile.tex

This will convert texfile.tex to texfile.docx .