Deyan Ginev edited section_LaTeX_Programming_Only_if__.tex  almost 9 years ago

Commit id: db84a462a9270a45c44c872b0a26a73097edb95b

deletions | additions      

       

\newcounter{a}  \newcounter{b}  \newcount\ab  % Store the output rows in a special token variable, to avoid typesetting troubles with variable (typesetting inside  tabular = tricky)  \newtoks\allrows  % The darkest black magic is needed to make \addrow update the \allrows variable  % while also 1) keeping it global and 2) fetching the actual values from the TeX counters.