texlive[45913] Master/texmf-dist: lt3graph (26nov17)

commits+karl at tug.org commits+karl at tug.org
Mon Nov 27 00:26:19 CET 2017


Revision: 45913
          http://tug.org/svn/texlive?view=revision&revision=45913
Author:   karl
Date:     2017-11-27 00:26:18 +0100 (Mon, 27 Nov 2017)
Log Message:
-----------
lt3graph (26nov17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/lt3graph/README
    trunk/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
    trunk/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
    trunk/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty

Modified: trunk/Master/texmf-dist/doc/latex/lt3graph/README
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex	2017-11-26 23:26:06 UTC (rev 45912)
+++ trunk/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex	2017-11-26 23:26:18 UTC (rev 45913)
@@ -103,7 +103,7 @@
   {no longer loading individual l3kernel packages, which leads to
    an error for recent versions of expl3}
 
-\changes{0.1.8}{2017/01/05}
+\changes{0.1.9}{2017/09/20}
   {tracking changes in expl3}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Modified: trunk/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty	2017-11-26 23:26:06 UTC (rev 45912)
+++ trunk/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty	2017-11-26 23:26:18 UTC (rev 45913)
@@ -19,7 +19,7 @@
 %                                                                              %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi %%%%
 
-% \CheckSum{865}
+% \CheckSum{0}
 %
 % \CharacterTable
 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -48,7 +48,7 @@
 %    \begin{macrocode}
 \NeedsTeXFormat{LaTeX2e}
 \RequirePackage{expl3}
-\ProvidesExplPackage{lt3graph}{2017/01/05}{0.1.8}
+\ProvidesExplPackage{lt3graph}{2017/09/20}{0.1.9}
   {a LaTeX3 datastructure for representing directed graphs with data}
 %    \end{macrocode}
 %
@@ -1226,7 +1226,7 @@
   % #6: ptr to edge value (not used)
   \str_if_eq:nnT {#2} {#4} {
     \__graph_map_successors_tokens_aux:nnv
-        {#3} {#5} {\prop_get:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
+        {#3} {#5} {\prop_item:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
   }
 }
 \cs_new:Nn \__graph_map_successors_tokens_aux:nnn {
@@ -1275,7 +1275,7 @@
   % #6: ptr to edge value (not used)
   \str_if_eq:nnT {#2} {#4} {
     \__graph_map_successors_function_aux:Nnv
-        #3 {#5} {\prop_get:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
+        #3 {#5} {\prop_item:cn{\__graph_tl:nnn{graph}{#1}{vertices}}{#5}}
   }
 }
 \cs_new:Nn \__graph_map_successors_function_aux:Nnn {



More information about the tex-live-commits mailing list