diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/readarray')
-rw-r--r-- | Master/texmf-dist/doc/latex/readarray/readarray.pdf | bin | 230149 -> 230991 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/readarray/readarray.tex | 8 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/readarray/readarray.pdf b/Master/texmf-dist/doc/latex/readarray/readarray.pdf Binary files differindex 3de54fcfaa8..387b27c6d51 100644 --- a/Master/texmf-dist/doc/latex/readarray/readarray.pdf +++ b/Master/texmf-dist/doc/latex/readarray/readarray.pdf diff --git a/Master/texmf-dist/doc/latex/readarray/readarray.tex b/Master/texmf-dist/doc/latex/readarray/readarray.tex index 85081ab4359..25a0bace173 100644 --- a/Master/texmf-dist/doc/latex/readarray/readarray.tex +++ b/Master/texmf-dist/doc/latex/readarray/readarray.tex @@ -1,5 +1,5 @@ \documentclass{article} -\def\version{1.2} +\def\version{1.3} %% Copyright 2013 Steven B. Segletes % % This work may be distributed and/or modified under the @@ -20,6 +20,8 @@ % -Added \arrayij and \arrayijk, which can be put into \edef % -Used \romannumeral in preference to \roman{}, when possible, % to avoid unnecessary use of counters. +% v1.3 -Moved \newread outside of \readdef, so as not to exhaust the +% 16 allotted file streams (Thanks to Ken Kubota for the tip). \parskip 1em \parindent 0em @@ -486,6 +488,10 @@ helping the author rewrite the \vb|\getargs| command, originally found in the \textsf{stringstrings} package. To distinguish the two versions, and in deference to him, it is herein named \vb|\getargsC|. +The author is likewise grateful to Ken Kubota, who suggested moving the + \vb|\newread| outside of \vb|\readdef|, so as not to prematurely + exhaust the 16 available file streams. + \clearpage \section{Code Listing} |