Tagged Questions
2
votes
3answers
138 views
Process Last Item in \ForEach (forarray package)
The following command of the forarray package
\ForEach{,}{\thislevelitem(\the\thislevelcount) : }}{x,y,z}
produces the output
x(1) : y(2) : z(3) :
I want to have the same output without the last ...
