diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-18 20:52:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-18 20:52:18 +0000 |
commit | 7f523744c9eaf25f098ab458aee3989c8d65f8fd (patch) | |
tree | 0990e849602bf115f680f74e2970650337c1daac | |
parent | 95a8f03ae1ae3e877a548e0508571f886b744666 (diff) |
nodetree (18jul16)
git-svn-id: svn://tug.org/texlive/trunk@41720 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/luatex/nodetree/README.md | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf | bin | 395491 -> 396294 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/luatex/nodetree/nodetree.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/nodetree/nodetree.sty | 2 |
4 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/luatex/nodetree/README.md b/Master/texmf-dist/doc/luatex/nodetree/README.md index e9f8bb0ee06..2b92a67fa21 100644 --- a/Master/texmf-dist/doc/luatex/nodetree/README.md +++ b/Master/texmf-dist/doc/luatex/nodetree/README.md @@ -1,5 +1,5 @@ -![nodetree](graphics/packagename.png) +![nodetree](https://raw.githubusercontent.com/Josef-Friedrich/nodetree/master/graphics/packagename.png) # Abstract @@ -86,7 +86,7 @@ nodetree \end{document} ``` -![nodetree](graphics/math.png) +![nodetree](https://raw.githubusercontent.com/Josef-Friedrich/nodetree/master/graphics/math.png) ## The node list of the word 'Office' @@ -100,5 +100,5 @@ Office \end{document} ``` -![nodetree](graphics/ligatures.png) +![nodetree](https://raw.githubusercontent.com/Josef-Friedrich/nodetree/master/graphics/ligatures.png) diff --git a/Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf b/Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf Binary files differindex 6ee7e9eedf3..0ea7228abea 100644 --- a/Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf +++ b/Master/texmf-dist/doc/luatex/nodetree/nodetree.pdf diff --git a/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx b/Master/texmf-dist/source/luatex/nodetree/nodetree.dtx index 145284e3932..24416e17ced 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> - [2016/07/13 Package to visualize node lists in a tree view] + [2016/07/18 v1.2 Visualize node lists in a tree view] %</package> %<*driver> \documentclass{ltxdoc} @@ -566,7 +566,7 @@ Office %</driver> %<*readme> -![nodetree](graphics/packagename.png) +![nodetree](https://raw.githubusercontent.com/Josef-Friedrich/nodetree/master/graphics/packagename.png) # Abstract @@ -653,7 +653,7 @@ nodetree \end{document} ``` -![nodetree](graphics/math.png) +![nodetree](https://raw.githubusercontent.com/Josef-Friedrich/nodetree/master/graphics/math.png) ## The node list of the word 'Office' @@ -667,7 +667,7 @@ Office \end{document} ``` -![nodetree](graphics/ligatures.png) +![nodetree](https://raw.githubusercontent.com/Josef-Friedrich/nodetree/master/graphics/ligatures.png) %</readme> % \fi @@ -694,6 +694,7 @@ Office % \changes{v0.1}{2015/06/16}{Converted to DTX file} % \changes{v1.0}{2016/07/07}{Inital release} % \changes{v1.1}{2016/07/13}{Fix the registration of same callbacks} +% \changes{v1.2}{2016/07/18}{Fix difference between README.md in the upload and that from nodetree.dtx} % % \DoNotIndex{\newcommand,\newenvironment,\def,\directlua} % diff --git a/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty b/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty index c95fcd74a54..ec8dfda1bbf 100644 --- a/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty +++ b/Master/texmf-dist/tex/luatex/nodetree/nodetree.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{nodetree} - [2016/07/13 Package to visualize node lists in a tree view] + [2016/07/18 v1.2 Visualize node lists in a tree view] \input{nodetree} \directlua{ nodetree.set_option('engine', 'lualatex') |