summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-09-01 22:28:23 +0000
committerKarl Berry <karl@freefriends.org>2014-09-01 22:28:23 +0000
commit206617001cdd4cd6b27ec3de4bb7cea31245f8b2 (patch)
tree425343fbd6774c7356f495e6d7e698c0849210ae /Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty
parent8e392d2c9fed0e8e28c44ab3f5696b3925317545 (diff)
lt3graph (1sep14)
git-svn-id: svn://tug.org/texlive/trunk@35085 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lt3graph/lt3graph.sty11
1 files changed, 3 insertions, 8 deletions
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}