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
-
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 updatesudo 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