texi2html
Convert Texinfo files to HTML
Install
- All systems
-
curl cmd.cat/texi2html.sh
- Debian
-
apt-get install texi2html
- Ubuntu
-
apt-get install texi2html
- Arch Linux
-
pacman -S texi2html
- Kali Linux
-
apt-get install texi2html
- CentOS
-
yum install texi2html
- Fedora
-
dnf install texi2html
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install texi2html
- OS X
-
brew install texi2html
- Raspbian
-
apt-get install texi2html
- Dockerfile
- dockerfile.run/texi2html
texi2html
Convert Texinfo files to HTML
texi2html is a Perl script that converts Texinfo files to HTML. The program takes Texinfo files (not info ones) and produces a set of HTML files. The quality of the output is close to the printed output and is much better than an info->HTML gateway. Compared to the output of `makeinfo --html', texi2html's output is more customizable and (subjectively) produces better output by default.