summaryrefslogtreecommitdiff
path: root/systems/win32/w32tex
diff options
context:
space:
mode:
Diffstat (limited to 'systems/win32/w32tex')
-rw-r--r--systems/win32/w32tex/ChangeLog9
-rw-r--r--systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL15
2 files changed, 24 insertions, 0 deletions
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 19101abe0a..77fbbf4ae6 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,14 @@
W32TeX (x86 & x64) ChangeLog
+[2020/06/01]
+(01) ltxpkgdocs.tar.xz
+ Update documents for packages.
+(02) tex4htk-w32.tar.xz
+ Update html4-math.4ht, html4.4ht, mathjax-latex-4ht.4ht,
+ and mktex4ht.4ht
+(03) texinfo-w32.tar.xz
+ Update a script and a document.
+
[2020/05/31]
(01) biblatex-biber.tar.xz
Update biblatex-apa.
diff --git a/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL b/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
index 4a58e90921..82e3b12b91 100644
--- a/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
+++ b/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
@@ -14,6 +14,7 @@ directory $INSTALLDIR is shown by a command:
texi2dvi --verbose filename.texi
dvips filename.dvi
etc.
+ Supported encoding is UTF-8 only.
makeinfo etc. in the original Texinfo are not supported.
(2) If you define an environment variable TEXINPUTS as
@@ -28,5 +29,19 @@ directory $INSTALLDIR is shown by a command:
set TEXINPUTS=C:/texlive/2020/texmf-texinfo/tex/texinfo;
and the trailing semicolon, ";" is absolutely necessary.
+(3) How to uninstall Texinfo addin in TeX Live W32.
+ When tl-texinfo.zip is expanded in $INSTALLDIR, a batch file
+ uninstalltexinfo.bat is also created in $INSTALLDIR directory.
+ For safety, examine contents in the file uninstalltexinfo.bat.
+ Go to $INSTALLDIR, and run the batch file uninstalltexinfo.bat.
+ Then the Texinfo addin is removed. For example:
+
+ cd C:\texlive\2020
+ uninstalltexinfo.bat
+
+ Finally remove the batch file itself:
+
+ DEL uninstalltexinfo.bat
+
--
Akira Kakuto