summaryrefslogtreecommitdiff
path: root/systems/win32/w32tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-06 03:02:31 +0000
committerNorbert Preining <norbert@preining.info>2020-06-06 03:02:31 +0000
commit527cbc8280407d055d185ad11f79b81b032eec7e (patch)
treeded40afa49ba9d7d482919c81250692def244b71 /systems/win32/w32tex
parentf51a463b880756f6a989cac367c3d99fb1373719 (diff)
CTAN sync 202006060302
Diffstat (limited to 'systems/win32/w32tex')
-rw-r--r--systems/win32/w32tex/ChangeLog10
-rw-r--r--systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL12
2 files changed, 16 insertions, 6 deletions
diff --git a/systems/win32/w32tex/ChangeLog b/systems/win32/w32tex/ChangeLog
index 74d0e7e31e..a6ba7c6939 100644
--- a/systems/win32/w32tex/ChangeLog
+++ b/systems/win32/w32tex/ChangeLog
@@ -1,5 +1,15 @@
W32TeX (x86 & x64) ChangeLog
+[2020/06/05]
+(01) ltxpkgdocs.tar.xz
+ Update documents for packages.
+(02) ltxpkgs.tar.xz
+ Update crop, and pdftexcmds.
+(03) ptex-ng-w32.tar.xz
+ Update mruby (2.1.1).
+(04) win64/ptex-ng-w64.tar.xz
+ Update mruby (2.1.1).
+
[2020/06/04]
(01) aleph-w32.tar.xz
Update format files.
diff --git a/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL b/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
index 82e3b12b91..b463ec3b17 100644
--- a/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
+++ b/systems/win32/w32tex/TLTEXINFO/00README-TEXINFO.TL
@@ -9,7 +9,7 @@ directory $INSTALLDIR is shown by a command:
(1) Expand the file tl-texinfo.zip in $INSTALLDIR.
- Then you can typeset basic Texinfo files:
+ Then you can typeset Texinfo files:
texi2pdf --verbose filename.texi
texi2dvi --verbose filename.texi
dvips filename.dvi
@@ -19,8 +19,7 @@ directory $INSTALLDIR is shown by a command:
(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:
+ 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.
@@ -39,9 +38,10 @@ directory $INSTALLDIR is shown by a command:
cd C:\texlive\2020
uninstalltexinfo.bat
- Finally remove the batch file itself:
-
- DEL uninstalltexinfo.bat
+ uninstalltexinfo.bat finally removes itself. You will see a
+ message:
+ "Batch file is not found"
+ Ignore this message.
--
Akira Kakuto