Skip to content

Commit

Permalink
Merge pull request #7 from bonderado/fix-getcn
Browse files Browse the repository at this point in the history
Change ramaining \prop_get:cn into \prop_item:cn (fixes #6)
  • Loading branch information
mhelvens authored Oct 1, 2017
2 parents b409fc0 + 45a15d3 commit 7b91d2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion archive
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FILES="$DOC.sty \
$DOC-packagedoc.cls \
README.md"

VERSION=0.1.8
VERSION=0.1.9

##################################################
#
Expand Down
6 changes: 3 additions & 3 deletions lt3graph.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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}
%
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion lt3graph.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 7b91d2f

Please sign in to comment.