diff options
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} |