TeXinfo

TeXinfo is a TeX dialect designed by GNU. It uses @ to start a control sequence, which is different from other TeX dialects. GNU also create some perl programs to convert texinfo to info, HTML, ..., while other TeX dialects doesn't have good support for outputting HTML like TeX4ht for PlainTeX/LaTex/ConTeXt.

main.texi:

@node Top
@top Example

@node First Chapter
@nodedescription The first chapter is the only chapter in this sample.
@chapter Hello, @TeX{}info

@cindex chapter, first
This is the first chapter.
@bye
lx add -b luatexinfo
lx shell --build
luatexinfo main.texi

texinfo

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