summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/endiagram
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-05 23:11:30 +0000
committerKarl Berry <karl@freefriends.org>2013-04-05 23:11:30 +0000
commit3aad35523420592d1ba945f563302f5878c7ff55 (patch)
treee89019b06b4888d41c6d88f73a6aa00fc80352e5 /Master/texmf-dist/tex/latex/endiagram
parenteee1eb2467af36a958c9d3dd30f6558cc5f8f8db (diff)
endiagram (5apr13)
git-svn-id: svn://tug.org/texlive/trunk@29684 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/endiagram')
-rw-r--r--Master/texmf-dist/tex/latex/endiagram/endiagram.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/endiagram/endiagram.sty b/Master/texmf-dist/tex/latex/endiagram/endiagram.sty
index bea29774539..4b9970c0902 100644
--- a/Master/texmf-dist/tex/latex/endiagram/endiagram.sty
+++ b/Master/texmf-dist/tex/latex/endiagram/endiagram.sty
@@ -11,7 +11,7 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-% Copyright 2012 Clemens Niederberger
+% Copyright 2012--2013 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -32,8 +32,8 @@
\usetikzlibrary{calc}
\ProvidesExplPackage
{endiagram}
- {2012/08/20}
- {0.1a}
+ {2013/04/04}
+ {0.1b}
{Easy creation of potential energy curve diagrams}
% --------------------------------------------------------------------------- %
@@ -188,7 +188,7 @@
}
\int_zero:N \l_ENdiagram_points_int
\int_gset:Nn \g_ENdiagram_points_max_int
- { \clist_length:N \l_ENdiagram_points_clist }
+ { \clist_count:N \l_ENdiagram_points_clist }
\int_compare:nT { \g_ENdiagram_points_max_int < 3 }
{ \msg_error:nn { ENdiagram } { points-missing } }
\clist_map_inline:Nn \l_ENdiagram_points_clist
@@ -1533,6 +1533,7 @@ Version history
2012/06/26 v0.1
2012/08/20 v0.1a - most basic necessary changes due to new l3fp module => more
revisions on various places still needed!
+2013/04/04 v0.1b - changed deprecated \clist_length:N into \clist_count:N
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO