I would like to set a page that has a height of 6 meters. The following code fails.
\documentclass{article}
\usepackage[paperheight=600cm]{geometry}
\begin{document}
\end{document}
The error message is:
/usr/local/texlive/2017/texmf-dist/tex/latex/geometry/geometry.sty:995: Dimensi
on too large.
<to be read again>
\relax
l.995 \Gm@process
My code compiles fine with 500cm instead of 600cm. Therefore, what I am asking for should be possible. Is there a way to increase the limit or a better to achieve the goal?
\maxdimen– David Carlisle May 07 '20 at 07:50