How can I make LaTeX to do the unlimited (just as big, as the content) sheet of paper?
So everything goes right on the one page.
geometrypaper-size
How can I make LaTeX to do the unlimited (just as big, as the content) sheet of paper?
So everything goes right on the one page.
Best Answer
The package
incgraph
provides an environmentinctext
which does exactly what you look for. The text or graph or whatever determines the paper size. That means, width and height of the paper are both determined by the content. This could be useful e.g. for drawing pictures. I added an example where atikzpicture
is drawn on the second sheet of paper (without using the externalization library which is brillant but often a pain).The picture actually shows TWO sheets of paper with the Adobe Reader.