latex2rtf

Translate LaTeX documents to RTF (Rich Text Format)

brewmacoslinux
Try with needOr install directly
Source

About

Translate LaTeX to RTF

Commands

latex2rtf

Examples

Convert a LaTeX file to RTF format$ latex2rtf document.tex
Convert LaTeX to RTF with custom output filename$ latex2rtf document.tex -o output.rtf
Convert LaTeX with verbose output to see processing details$ latex2rtf -v document.tex