From a5ae129f3aa3a3a0aeaa21c55b75a1d543fe4111 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 4 Jun 2021 03:02:48 +0000 Subject: CTAN sync 202106040302 --- graphics/circuit_macros/dpictools.pic | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/circuit_macros/dpictools.pic') diff --git a/graphics/circuit_macros/dpictools.pic b/graphics/circuit_macros/dpictools.pic index 0afd517ce7..6cbc945345 100644 --- a/graphics/circuit_macros/dpictools.pic +++ b/graphics/circuit_macros/dpictools.pic @@ -3,7 +3,7 @@ # m4 macro NeedDpicTools or the pic statement copy "HOMELIB_/dpictools.pic" # when HOMELIB_ is defined or, generically, copy "dpictools.pic" -# Circuit_macros Version 9.5, copyright (c) 2021 J. D. Aplevich under # +# Circuit_macros Version 9.6, copyright (c) 2021 J. D. Aplevich under # # the LaTeX Project Public Licence in file Licence.txt. The files of # # this distribution may be redistributed or modified provided that this # # copyright notice is included and provided that modifications are clearly # @@ -66,8 +66,8 @@ define array { define array2 { for i_array=3 to $+ do { exec sprintf("$1[%g,%g]=$%g",$2,i_array-2,i_array);}} -# posarray(Var,position1,position2,...) -# Var[1]:position1; Var[2]:Position2,... +# posarray(Var,Position1,Position2,...) +# Var[1]:Position1; Var[2]:Position2,... define posarray { for i_array=2 to $+ do { exec sprintf("$1[%g] : $%g",i_array-1,i_array); }} -- cgit v1.2.3