LaTeX

LaTeX is the most popular TeX Dialect. It can use all LuaTeX registers, which means you can create a bigger document than PlainTeX.

main.tex:

\documentclass{article}
\begin{document}

Hello, \LaTeX!
$$\sum_{n = 1}^\infty\frac1{n^2} = \frac{\pi^2}{6}$$

\end{document}
lx add -b lualatex
lx shell --build
lualatex main.tex

lualatex

LaTeX require some required packages. You can install them by yourself.

Some packages are recommended:

generated by LDoc 1.5.0 Last updated 2025-08-16 20:10:55