From 2c744df230bea4ca067782081c0fe56c5e9820de Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 19 Apr 2013 23:41:18 +0000 Subject: readarray (19apr13) git-svn-id: svn://tug.org/texlive/trunk@30048 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/readarray/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/readarray/README (limited to 'Master/texmf-dist/doc/latex/readarray/README') diff --git a/Master/texmf-dist/doc/latex/readarray/README b/Master/texmf-dist/doc/latex/readarray/README new file mode 100644 index 00000000000..5ac26875531 --- /dev/null +++ b/Master/texmf-dist/doc/latex/readarray/README @@ -0,0 +1,12 @@ +The readarray package allows one to input formatted data into elements +of a 2-D or 3-D array and to recall that data at will by individual cell +number. The data can be but need not be numerical in nature. It can +be, for example, formatted text. + +While the package can be used for any application where indexed data is +called for, the package proves particularly useful when elements of +multiple arrays must be recallable and dynamically combined at time of +compilation, rather than in advance. + +When data is read from an input file, it may also be accessed by file +record (1-D access), in addition to 2-D or 3-D array-cell access. -- cgit v1.2.3