texindex
Documentation system for on-line information and printed output
Install
- All systems
-
curl cmd.cat/texindex.sh
- Debian
-
apt-get install texinfo
- Ubuntu
-
apt-get install texinfo
- Alpine
-
apk add texinfo
- Arch Linux
-
pacman -S texinfo
- Kali Linux
-
apt-get install texinfo
- CentOS
-
yum install texinfo-tex
- Fedora
-
dnf install texinfo-tex
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install texinfo
- OS X
-
brew install texinfo
- Raspbian
-
apt-get install texinfo
- Dockerfile
- dockerfile.run/texindex
- Docker
-
docker run cmd.cat/texindex texindex
powered by Commando
texinfo
Documentation system for on-line information and printed output
Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output. Using Texinfo, you can create a printed document with the normal features of a book, including chapters, sections, cross references, and indices. From the same Texinfo source file, you can create a menu-driven, on-line Info file with nodes, menus, cross references, and indices.