Questions tagged [readarray]

{readarray} is for questions pertaining to the readarray package, and its use in generating 2D or 3D data arrays in LaTeX.

is for questions pertaining to the readarray package, and its use in generating 2D or 3D data arrays in LaTeX.

The readarray package supports the input of formatted data into the arrays using either file contents or \def, and the later recalling of these data in an orderly fashion.

16 questions
4
votes
1 answer

Automating csv in readarray for math equation worksheet

I work with students with special needs in a high school setting in America within an inclusion classroom (students with special needs integrated into general ed class). I'm trying to do a lot of scaffolding for these students (provide supports…
2
votes
1 answer

How to typeset individual planes in readarray?

I'm reading a text file into \LaTex that has two sets of data. An empty line separates the two sets. I'm trying to typeset one set of data into one table, and the second set into a the same table separated by \hline. Is this possible? Here is my…
cmp
  • 57
2
votes
1 answer

set value in readarray

I do love the simplicity of the readarray package but is there any way to set/change values in a data structure produced by readarray? \documentclass{standalone} \usepackage{readarray} \def\data{% 1 15 14 4 10 11 8 5 7 6 9 12 16 2 3…
1
vote
1 answer

allow comments in file read by readarray

I'm using readarray to read files containing key=value pairs, as shown here. I would like to also allow comments in the file read, is it possible to make that work (without resorting to lualatex, I'd like to use plain pdftex)? Code (with example…
1
vote
1 answer

How can I split array content?

I want to draw a special chart, for which the data are given as shown in the minimal example: The first row shows years, the first column Companies and at the cross-points you find a string of data. Using the readarray package, I can extract each…
0
votes
1 answer

How to typeset an array using package readarray

Thanks in advance for any attention you give to this question! I'm trying to read an array from an external file, print some elements of it, and then typeset the array in my document. I'm able to read the array, and to display elements of it, but I…
cmp
  • 57