Tagged Questions
1
vote
2answers
382 views
How create a paper of x,y dimensions size?
How can I create a paper of A1 size on latex? Or a x,y (in centimeters) dimensions paper?
In \documentclass looks like there isn't this option. I need use the \documentclass{standalone} package too ...
14
votes
3answers
458 views
Standalone package creates a page with a fixed width
Recently I found the standalone package. I am using it to create figures and such in external files. But everytime content is created the width of the page seems to be fixed, it does not shrink to the ...
3
votes
1answer
434 views
What kind of “magic” does preview package do to produce a tight paper size?
Actually the following method, that looks like reinventing the wheel, has been discarded once I have known the existence of preview package.
% WithoutPreview.tex
\documentclass{article}
...