File: readarray.cwl

package info (click to toggle)
texstudio 4.8.9%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 109,164 kB
  • sloc: cpp: 109,508; xml: 18,668; ansic: 8,977; python: 357; javascript: 177; sh: 147; makefile: 52
file content (46 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# readarray package
# Matthew Bertucci 11/22/2021 for v3.1

#include:forloop
#include:listofitems

\readdef{file}{data-macro%cmd}#d
\readrecordarray{file}{array-identifier%cmd}#d
\readarray{data-macro}{array-identifier%cmd}[-,columns]#d
\readarray{data-macro}{array-identifier%cmd}[-,rows,columns]#d
\readarray*{data-macro}{array-identifier%cmd}[-,columns]#d
\readarray*{data-macro}{array-identifier%cmd}[-,rows,columns]#d
\initarray{array-identifier%cmd}[rows,columns]#d
\initarray{array-identifier%cmd}[planes,rows,columns]#d
\mergearray{from-array-id}{to-array-id}[row,column]
\mergearray{from-array-id}{to-array-id}[plane,row,column]
\typesetarray{array-identifier}
\arraytomacro{array-identifier}[row,column]{macro%cmd}#d
\arraytomacro{array-identifier}[plane,row,column]{macro%cmd}#d
\setvalue{array-identifier}[row,column]{value}
\setvalue{array-identifier}[plane,row,column]{value}
\readarraysepchar{parsing-separator-char}
\readarrayendlinechar=%<<end-of-line-catcode>%>
\readarrayinitvalue#*
\typesetcell{arg}#*
\typesetplanesepchar#*
\typesetrowsepchar#*
\typesetcolsepchar#*
\nocheckbounds
\checkbounds
\hypercheckbounds
\ifignoreblankreadarrayrecords#*
\ignoreblankreadarrayrecordstrue#*
\ignoreblankreadarrayrecordsfalse#*
\nrows
\ncols
\nrecords
\ArrayRecord
\ArrayRecord[record]
\readarraybackslash#*
\readarrayPackageVersion#S
\readarrayPackageDate#S

# deprecated
\arraydump#S
\scalardump#S