pappasam / latexbuild

Build output from Latex using Python and Jinja2 templating
MIT License
48 stars 10 forks source link

Failing to produce docx file #10

Closed shabbir-zinnox closed 3 years ago

pappasam commented 3 years ago

To produce a docx file, you'll need to install the appropriate binary on your system (latex2rtf). If you're using ubuntu:

sudo apt install latex2rtf latex2rtf-doc
shabbir-zinnox commented 3 years ago

To produce a docx file, you'll need to install the appropriate binary on your system (latex2rtf). If you're using ubuntu:

sudo apt install latex2rtf latex2rtf-doc

i have installed latex2rtf in my ubuntu system, but still failing to produce a docx file

pappasam commented 3 years ago

Ok, good to know. Please provide the files that you're converting, along with the code you're using to attempt to convert them to docx, along with your error message. It's impossible for me to help you debug more without this information.