lualatex

An extended version of TeX using Lua to compile. More information: <https://manned.org/lualatex.1>.

Install

All systems
curl cmd.cat/lualatex.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

An extended version of TeX using Lua to compile. More information: <https://manned.org/lualatex.1>.

  • Start `texlua` to act as a Lua interpreter:
    lualatex
  • Compile a Tex file to PDF:
    lualatex path/to/file.tex
  • Compile a Tex file without error interruption:
    lualatex -interaction nonstopmode path/to/file.tex
  • Compile a Tex file with a specific output file name:
    lualatex -jobname=filename path/to/file.tex

© tl;dr; authors and contributors