LATEX to HTML to word or PDF to Word

 
 
 
latex2html texfile.tex -split 0 -no_navigation -info "" -address "" -html_version 4.0,unicode
 
 sudo apt install latex2html 
 
 
Otro conversor
 sudo apt install pandoc
 
pandoc -s index.html -o example30.docx

 
PDF to Word 
http://pdf2doc.com/es/ 
 
 
  1. LaTeX math to docx:
    pandoc -s math.tex -o example30.docx
 

Comentarios

Entradas más populares de este blog

Fix Audio Windows on MAC

Tkinter tkFileDialog module

Using real data types in VHDL