Tagged Questions
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}
...
1
vote
2answers
564 views
How can I create PDF & EPS exactly as big as my PSTricks picture but without using pdfcrop?
This question is made to accompany the existing question: How can I create a pdf document exactly as big as my tikz picture?.
Constraints:
It is not allowed to use pdfcrop by any means whatsoever. ...