opendetex

Strip TeX or LaTeX commands from documents

brewmacoslinux
Try with needOr install directly
Source

About

Tool to strip TeX or LaTeX commands from documents

Commands

opendetex

Examples

Extract plain text from a LaTeX file$ opendetex document.tex
Strip LaTeX commands and save output to file$ opendetex document.tex > output.txt
Remove TeX commands while preserving structure$ opendetex -e 'figure,equation' document.tex