Tagged Questions
2
votes
1answer
92 views
Macro with an array and a customisable number of columns (from 2 to 5)
I would like to automate the use of the following arrays. In the first one, the only arguments which change are \verb!\eqDef!, the commands tested, and A \eqDef B, the visual test.
My problem is that ...
2
votes
1answer
122 views
Array and macro resetting
I would like to make an array with some automatic calculations. I use the package ftlpoint.
I made a test, but it does not work:
\newcommand{\line}[2]{%
\fpMul{\produit}{#1}{#2}% Calculation
...