latexmk

Compile LaTeX source files into finished documents. Automatically does multiple runs when needed. More information: <https://mg.readthedocs.io/latexmk.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y latexmk
Ubuntu
RUN apt-get update && \ apt-get install -y latexmk
Arch Arch Linux
RUN pacman -S --noconfirm latexmk
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y latexmk
Fedora
RUN dnf install -y latexmk
Raspbian
RUN apt-get update && \ apt-get install -y latexmk
click the source code to copy install latexmk on any operating system with command-not-found.com