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