latex2png
Converts documents from LaTeX to RTF format
Install
- All systems
-
curl cmd.cat/latex2png.sh
- Debian
-
apt-get install latex2rtf
- Ubuntu
-
apt-get install latex2rtf
- Arch Linux
-
pacman -S latex2rtf
- Kali Linux
-
apt-get install latex2rtf
- Fedora
-
dnf install latex2rtf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install latex2rtf
- OS X
-
brew install latex2rtf
- Raspbian
-
apt-get install latex2rtf
- Dockerfile
- dockerfile.run/latex2png
latex2rtf
Converts documents from LaTeX to RTF format
Attempts to convert as much formatting information as possible from LaTeX to Microsoft's Rich Text Format (RTF). While RTF has limited support for mathematical markup, it is widely supported as a "least common denominator" word processing format. The detailed documentation is in the latex2rtf-doc package.