pdflatex

Compile a PDF document from LaTeX source files. More information: <https://manned.org/pdflatex>.

Install

All systems
curl cmd.cat/pdflatex.sh
Debian Debian
apt-get install texlive-latex-base
Ubuntu
apt-get install texlive-latex-base
Arch Arch Linux
pacman -S texlive-bin
image/svg+xml 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

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