texlive[56739] Master: nodetree (23oct20)
commits+karl at tug.org
commits+karl at tug.org
Fri Oct 23 22:59:58 CEST 2020
Revision: 56739
http://tug.org/svn/texlive?view=revision&revision=56739
Author: karl
Date: 2020-10-23 22:59:58 +0200 (Fri, 23 Oct 2020)
Log Message:
-----------
nodetree (23oct20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf
trunk/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx
trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree-embed.sty
trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.lua
trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty
trunk/Master/tlpkg/libexec/ctan2tds
Modified: trunk/Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx
===================================================================
--- trunk/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx 2020-10-22 23:54:01 UTC (rev 56738)
+++ trunk/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx 2020-10-23 20:59:58 UTC (rev 56739)
@@ -28,7 +28,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{nodetree}
%<*package>
- [2020/10/03 v2.1 Visualize node lists in a tree view]
+ [2020/10/23 v2.2 Visualize node lists in a tree view]
%</package>
% \fi
%
@@ -69,6 +69,9 @@
% * Make the package compatible with the Harfbuzz mode of the luaotfload fontloader.
% * Print node properties of copied nodes.
% }
+% \changes{v2.2}{2020/10/23}{
+% * Fix unavailable library error (utf8 not in Lua5.1)
+% }
% \DoNotIndex{\newcommand,\newenvironment,\def,\directlua}
%
% \StopEventually{}
@@ -231,7 +234,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{nodetree-embed}
- [2020/10/03 v2.1 Embed node trees into a LaTeX document]
+ [2020/10/23 v2.2 Embed node trees into a LaTeX document]
% \end{macrocode}
%
% \begin{macrocode}
Modified: trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree-embed.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree-embed.sty 2020-10-22 23:54:01 UTC (rev 56738)
+++ trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree-embed.sty 2020-10-23 20:59:58 UTC (rev 56739)
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{nodetree-embed}
- [2020/10/03 v2.1 Embed node trees into a LaTeX document]
+ [2020/10/23 v2.2 Embed node trees into a LaTeX document]
\RequirePackage{xcolor,mdframed,expl3,xparse,fontspec}
\input{nodetree}
\RequirePackage{kvoptions}
Modified: trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.lua 2020-10-22 23:54:01 UTC (rev 56738)
+++ trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.lua 2020-10-23 20:59:58 UTC (rev 56739)
@@ -16,7 +16,7 @@
-- luacheck: globals node tex luatexbase lfs callback os unicode status modules
if not modules then modules = { } end modules ['nodetree'] = {
- version = '2.1',
+ version = '2.2',
comment = 'nodetree',
author = 'Josef Friedrich',
copyright = 'Josef Friedrich',
@@ -26,6 +26,9 @@
local direct = node.direct
local todirect = direct.todirect
local getchar = direct.getchar
+--- Lua 5.1 does not have the utf8 library (Lua 5.1 is the default
+-- version in LuajitTeX). LuaJitTeX does include the slnunicode library.
+local utf8 = utf8 or unicode.utf8
local utfchar = utf8.char
local properties = direct.get_properties_table()
Modified: trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty 2020-10-22 23:54:01 UTC (rev 56738)
+++ trunk/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty 2020-10-23 20:59:58 UTC (rev 56739)
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{nodetree}
- [2020/10/03 v2.1 Visualize node lists in a tree view]
+ [2020/10/23 v2.2 Visualize node lists in a tree view]
\input{nodetree}
\RequirePackage{kvoptions}
\SetupKeyvalOptions{
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2020-10-22 23:54:01 UTC (rev 56738)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2020-10-23 20:59:58 UTC (rev 56739)
@@ -768,6 +768,7 @@
'lshort-zh-cn', "die 'skipping, use lshort-chinese'",
'ltnews', "die 'skipping, nonfree doc'",
'ltt', "&MAKEltt",
+ 'ltx2mathml', "die 'skipping, compiled C++'",
'ltx4yt', "die 'skipping, per author (dps) request'",
'ltximg', "&MAKEflatten",
'ltxindex', "die 'skipping, obsolete on CTAN'",
More information about the tex-live-commits
mailing list.