From 206617001cdd4cd6b27ec3de4bb7cea31245f8b2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Sep 2014 22:28:23 +0000 Subject: lt3graph (1sep14) git-svn-id: svn://tug.org/texlive/trunk@35085 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/lt3graph/README | 11 +++-------- Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf | Bin 561610 -> 561773 bytes Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex | 6 +++++- .../texmf-dist/tex/latex/lt3graph/lt3graph-dry.sty | 2 +- .../tex/latex/lt3graph/lt3graph-packagedoc.cls | 2 +- Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty | 11 +++-------- 6 files changed, 13 insertions(+), 19 deletions(-) diff --git a/Master/texmf-dist/doc/latex/lt3graph/README b/Master/texmf-dist/doc/latex/lt3graph/README index 2b7a5504bfa..4ccf484c0cd 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.3 +LaTeX Package : lt3graph 0.1.4 -Last Modified : 2014-04-21 +Last Modified : 2014-08-31 Author : Michiel Helvensteijn (www.mhelvens.net) @@ -19,15 +19,10 @@ Prerequisites To use this package, you need the following packages: -* `l3candidates` -* `l3clist` -* `l3msg` -* `l3prg` -* `l3prop` * `xparse` * `withargs` -The following package is optional, loaded only when the package +The following package is optional, loaded only when lt3graph is loaded with the 'display' option, for displaying graph info in a table: diff --git a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf index b296e7a68ec..887d1a9a22e 100644 Binary files a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf and b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.pdf differ diff --git a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex index 4221d646a9e..084bba4aab7 100644 --- a/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex +++ b/Master/texmf-dist/doc/latex/lt3graph/lt3graph.tex @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \iffalse %%%% % % -% Copyright (c) 2013 - Michiel Helvensteijn - www.mhelvens.net % +% Copyright (c) 2014 - Michiel Helvensteijn (www.mhelvens.net) % % % % https://github.com/mhelvens/latex-lt3graph % % % @@ -99,6 +99,10 @@ {fixed a bug in \texttt{\textbackslash graph_remove_vertex} and added a \texttt{\textbackslash graph_vertex_count:N} function} +\changes{0.1.4}{2014/08/31} + {no longer loading individual l3kernel packages, which leads to + an error for recent versions of expl3} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/tex/latex/lt3graph/lt3graph-dry.sty b/Master/texmf-dist/tex/latex/lt3graph/lt3graph-dry.sty index 388cecaf5ad..cda5e7f8f0b 100644 --- a/Master/texmf-dist/tex/latex/lt3graph/lt3graph-dry.sty +++ b/Master/texmf-dist/tex/latex/lt3graph/lt3graph-dry.sty @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \iffalse %%%% % % -% Copyright (c) 2013 - Michiel Helvensteijn - www.mhelvens.net % +% Copyright (c) 2014 - Michiel Helvensteijn (www.mhelvens.net) % % % % https://github.com/mhelvens/latex-lt3graph % % % diff --git a/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls b/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls index 62b0ceeacdb..ffabe9aec75 100644 --- a/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls +++ b/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % -% Copyright (c) 2013 - Michiel Helvensteijn - www.mhelvens.net % +% Copyright (c) 2014 - Michiel Helvensteijn (www.mhelvens.net) % % % % https://github.com/mhelvens/latex-lt3graph % % % diff --git a/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty b/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty index 2d08948b344..fea93df9070 100644 --- a/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty +++ b/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \iffalse %%%% % % -% Copyright (c) 2013 - Michiel Helvensteijn - www.mhelvens.net % +% Copyright (c) 2014 - Michiel Helvensteijn (www.mhelvens.net) % % % % https://github.com/mhelvens/latex-lt3graph % % % @@ -19,7 +19,7 @@ % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi %%%% -% \CheckSum{870} +% \CheckSum{865} % % \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}{2014/04/21}{0.1.3} +\ProvidesExplPackage{lt3graph}{2014/08/31}{0.1.4} {a LaTeX3 datastructure for representing directed graphs with data} % \end{macrocode} % @@ -67,12 +67,7 @@ % These are the packages we'll need: % % \begin{macrocode} -\RequirePackage{l3candidates} -\RequirePackage{l3clist} \RequirePackage{l3keys2e} -\RequirePackage{l3msg} -\RequirePackage{l3prg} -\RequirePackage{l3prop} \RequirePackage{xparse} \RequirePackage{withargs} % \end{macrocode} -- cgit v1.2.3