Tagged Questions
3
votes
1answer
108 views
convert outcome of reference to regular number
Is it possible to transform the outcome of a reference (e.g., a line number) to a regular number that I can use in a calculation?
I have this (and works fine):
\FPeval{\result}{clip(5+6)} $\result$
...