TeX Live on Windows: Texinfo not available?
Akira Kakuto
kakuto at w32tex.org
Sat May 30 23:36:45 CEST 2020
I think users can find tl-texinfo.zip at
CTAN/systems/win32/w32tex/TLTEXINFO a few days later.
A document:
How to install Texinfo addin in TeX Live W32
In the following, $INSTALLDIR is $SELFAUTOPARENT in the TeX Live,
that is, the parent directory of "texmf-dist". Actually the
directory $INSTALLDIR is shown by a command:
kpsewhich --var-value=SELFAUTOPARENT
(1) Expand the file tl-texinfo.zip in $INSTALLDIR.
Then you can typeset basic Texinfo files:
texi2pdf --verbose filename.texi
texi2dvi --verbose filename.texi
dvips filename.dvi
etc.
makeinfo etc. in the original Texinfo are not supported.
(2) If you define an environment variable TEXINPUTS as
set TEXINPUTS=$INSTALLDIR/texmf-texinfo/tex/texinfo;
The latest Texinfo becomes available. For example, Japanese
extension by M. Hosoda becomes available:
set TEX=xetex& texi2dvi --verbose yatex-lx.texi
in cmd.exe command line creates yatex-lx.pdf.
An example file yatex-lx.texi is in texmf-texinfo/doc/texinfo.
Note that, in defining the environment variable TEXINPUTS,
you should input the actual value of $INSTALLDIR, for example,
set TEXINPUTS=C:/texlive/2020/texmf-texinfo/tex/texinfo;
and the trailing semicolon, ";" is absolutely necessary.
Best,
Akira
More information about the tex-live
mailing list.