diff --git a/src/config/texlive.md b/src/config/texlive.md index 0088e1a77..c9726802e 100644 --- a/src/config/texlive.md +++ b/src/config/texlive.md @@ -96,3 +96,23 @@ To update installed packages: For a full description, check: + +### Texinfo PDF compilation with texi2pdf + +Texinfo is the documentation system used by GNU and other projects. The sources +can be compiled into .info files (with `makeinfo`) and be used with the software +`info` or they can be exported to PDF, HTML and other formats with `texi2pdf` +and `texi2html`. + +On the first line texinfo sources include a .tex file with the command `\input +texinfo`, it implements the macros used throughout the document. The file +texinfo.tex is required to export the document and it needs to be installed with +tlmgr: + +``` +# tlmgr install texinfo +``` + +For more informations, check: + +