我写了这样的循环:
\foreach \n in {1,...,5}{
2*\n+1
\myfigure{c\n.png}{Code \n}
2*\n+2
\myfigure{r\n.png}{Result \n}
}
在包含数学表达式的行上,我需要将它们计算为整数。我该怎么做?我只添加了pgffor
包。
我写了这样的循环:
\foreach \n in {1,...,5}{
2*\n+1
\myfigure{c\n.png}{Code \n}
2*\n+2
\myfigure{r\n.png}{Result \n}
}
在包含数学表达式的行上,我需要将它们计算为整数。我该怎么做?我只添加了pgffor
包。