rtf2latex2e

Converts RTF (Rich Text Format) documents to LaTeX source code

brewmacoslinux
Try with needOr install directly
Source

About

RTF-to-LaTeX translation

Commands

rtf2latex2e

Examples

Convert a basic RTF file to LaTeX$ rtf2latex2e input.rtf output.tex
Convert RTF to LaTeX with output to stdout$ rtf2latex2e input.rtf
Convert RTF file and preserve formatting options$ rtf2latex2e -p input.rtf output.tex