Tagged Questions
6
votes
2answers
89 views
Is there an option to trim the remaining whitespace to the right?
\documentclass{article}
\usepackage[active,tightpage]{preview}
\PreviewBorder=12pt
\begin{document}
\begin{preview}
$
\frac{1}{3}=0.333\ldots \Rightarrow 1=3\times\frac{1}{3}=3\times ...
3
votes
1answer
267 views
preview and standalone crop too much of tikz picture
When I try to fit the page size to my tikz image, too much is cropped. No matter whether I use \documentclass{standalone}, \documentclass[preview=true]{standalone} or ...
8
votes
2answers
313 views
Build cropped PDF image from LaTeX
I have created an image with pgfplots in a separate file and want to add the PDF that is built from that as an image in my report. The problem is that the image PDF created is a complete A4 format.
...
