summaryrefslogtreecommitdiff
path: root/loop.tex
blob: 6a5d3871f75ba0b353e5d51960c9f4334bdd903f (plain) (blame)
1
2
3
4
5
6
7
8
\documentclass{article}
\begin{document}
\newcounter{cnt}
\loop
\thecnt\newpage \stepcounter{cnt}
\ifnum \value{cnt}<10000
\repeat
\end{document}