summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-26 23:26:18 +0000
committerKarl Berry <karl@freefriends.org>2017-11-26 23:26:18 +0000
commit2a9512d7c181533340b260533b7ce7e599146617 (patch)
tree043da2167d46f4779e0d194a3d360732607504bb /Master
parent7db884cf2eaf8a6a653e5249a4f2395ff6eb57dd (diff)
lt3graph (26nov17)
git-svn-id: svn://tug.org/texlive/trunk@45913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/README4
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdfbin587705 -> 577513 bytes
-rw-r--r--Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex2
-rw-r--r--Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty8
4 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/lt3graph/README b/Master/texmf-dist/doc/latex/lt3graph/README
index 2d9c4427053..4dda6fdab78 100644
--- a/Master/texmf-dist/doc/latex/lt3graph/README
+++ b/Master/texmf-dist/doc/latex/lt3graph/README
@@ -1,9 +1,9 @@
latex-lt3graph
=============
-LaTeX Package : lt3graph 0.1.8
+LaTeX Package : lt3graph 0.1.9
-Last Modified : 2017-01-05
+Last Modified : 2017-09-20
Author : Michiel Helvensteijn (www.mhelvens.net)
diff --git a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
index 54b1cbc7809..adacef0f1a7 100644
--- a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
+++ b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
index b9639731d1a..df6f2931095 100644
--- a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
+++ b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex
@@ -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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty b/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty
index 5a97e8e7779..bef7c3dd6e1 100644
--- a/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty
+++ b/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty
@@ -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 {