pdftex
Compile a PDF document from TeX source files. More information: <https://www.tug.org/applications/pdftex/>.
Install
- All systems
-
curl cmd.cat/pdftex.sh
- Debian
-
apt-get install texlive-binaries
- Ubuntu
-
apt-get install texlive-binaries
- Arch Linux
-
pacman -S texlive-pdftex-7
- Kali Linux
-
apt-get install texlive-binaries
- CentOS
-
yum install texlive-pdftex-7
- Fedora
-
dnf install texlive-pdftex-7
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install texlive-binaries
- Raspbian
-
apt-get install texlive-binaries
- Dockerfile
- dockerfile.run/pdftex
Compile a PDF document from TeX source files. More information: <https://www.tug.org/applications/pdftex/>.
-
Compile a PDF document:
pdftex source.tex
-
Compile a PDF document, specifying an output directory:
pdftex -output-directory=path/to/directory source.tex
-
Compile a PDF document, exiting on each error:
pdftex -halt-on-error source.tex
© tl;dr; authors and contributors