On this page you find all important commands for the CLI tool lualatex. If the
command you are looking for is missing please ask our AI.
lualatex
- lualatex is a command line tool used for typesetting documents using the LuaTeX engine.
- It is based on TeX, a popular typesetting system, and is a successor to pdfTeX.
- LuaTeX is known for its powerful scripting capabilities, as it integrates the Lua programming language into the TeX typesetting engine.
- Unlike other TeX engines, lualatex natively supports Unicode characters and OpenType fonts, making it suitable for multi-language and complex typography requirements.
- It provides extensive features for microtypography, such as character protrusion, font expansion, and optical margin alignment, resulting in improved document readability.
- lualatex allows for direct inclusion of external files, including graphics and complex mathematical equations.
- It supports various document types, including articles, reports, books, presentations, and posters, with customizable layouts and styles.
- lualatex can compile documents containing bibliographies and citations using the BibTeX or BibLaTeX systems.
- It offers extensive customization options through packages and user-defined commands, allowing fine-tuning of document appearance and behavior.
- lualatex is widely used in the academic and scientific communities, as well as by professional publishers, due to its advanced typographic capabilities and flexibility.
List of commands for lualatex:
-
lualatex:tldr:0a3e2 lualatex: Compile a Tex file without error interruption.$ lualatex -interaction nonstopmode ${filename-tex}try on your machineexplain this command
-
lualatex:tldr:ba2d3 lualatex: Compile a Tex file to PDF.$ lualatex ${filename-tex}try on your machineexplain this command
-
lualatex:tldr:bd161 lualatex: Compile a Tex file with a specific output file name.$ lualatex -jobname=${filename} ${filename-tex}try on your machineexplain this command