diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-03 21:50:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-03 21:50:16 +0000 |
commit | c2a065c3787a0b075ac72f817dfba70453eb0320 (patch) | |
tree | 2ab5b6f4a830126d3f9cebf4151b8d4ce53b16fa /Master/texmf-dist/source | |
parent | 310a23d36634820b4ea52d65bbc37810e5265929 (diff) |
nodetree (3oct20)
git-svn-id: svn://tug.org/texlive/trunk@56532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/luatex/nodetree/nodetree.dtx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx b/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx index 5b18176843b..30eb6bea9e9 100644 --- a/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx +++ b/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx @@ -28,7 +28,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{nodetree} %<*package> - [2020/05/29 v2.0 Visualize node lists in a tree view] + [2020/10/03 v2.1 Visualize node lists in a tree view] %</package> % \fi % @@ -65,7 +65,10 @@ % * Less verbose representation of node attributes. % * Minor tree output adjustments. % } -% +% \changes{v2.1}{2020/10/03}{ +% * Make the package compatible with the Harfbuzz mode of the luaotfload fontloader. +% * Print node properties of copied nodes. +% } % \DoNotIndex{\newcommand,\newenvironment,\def,\directlua} % % \StopEventually{} @@ -119,7 +122,6 @@ \NodetreeResetOption{channel} \NodetreeResetOption{color} \NodetreeResetOption{decimalplaces} - \NodetreeResetOption{engine} \NodetreeResetOption{unit} \NodetreeResetOption{verbosity} } @@ -229,7 +231,7 @@ % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{nodetree-embed} - [2020/05/29 v2.0 Embed node trees into a LaTeX document] + [2020/10/03 v2.1 Embed node trees into a LaTeX document] % \end{macrocode} % % \begin{macrocode} |