purifyeps
creates EPS files usable in TeX and pdfTeX
Install
- All systems
-
curl cmd.cat/purifyeps.sh
- Debian
-
apt-get install purifyeps
- Ubuntu
-
apt-get install purifyeps
- Arch Linux
-
pacman -S purifyeps
- Kali Linux
-
apt-get install purifyeps
- Fedora
-
dnf install purifyeps
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install purifyeps
- Raspbian
-
apt-get install purifyeps
- Dockerfile
- dockerfile.run/purifyeps
purifyeps
creates EPS files usable in TeX and pdfTeX
While pdfLaTeX has a number of nice features, its primary shortcoming relative to standard LaTeX+dvips is that it is unable to read ordinary Encapsulated PostScript (EPS) files, the most common graphics format in the LaTeX world. purifyeps converts EPS files into a "purified" form that can be read by *both* LaTeX+dvips and pdfLaTeX.