Tagged Questions
2
votes
1answer
86 views
Text decoration is trimmed off with standalone package
I am decorating an arc with text as shown in this MWE using the standalone class:
\documentclass[10pt,class=article]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
...
5
votes
1answer
74 views
How to eliminate spacing in tikzpicture?
It seems that, when using Tikz, nodes and/or the tikzpicture environment add space around a drawing. An example is shown in the following MWE, where a simple square is drawn three times. First it is ...
3
votes
1answer
302 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 ...
15
votes
2answers
1k views
The perfect pdfcrop
I need a "perfect" pdfcrop, one that crops exactly to the edge of the figure or text for alignment issues as a graphic in other programs. I'm aware of the standalone package, and have gone through ...
8
votes
2answers
338 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.
...
10
votes
3answers
398 views
Standalone producing cropped / truncated formulae
I'm using standalone to produce, well, standalone formulae. However, sometimes they end up being cropped too close and parts get left off. I'm including a sample .tex file and output. What can I do to ...
0
votes
1answer
236 views
Crop in Standalone class [duplicate]
Possible Duplicate:
Standalone package creates a page with a fixed width
How do I get the class standalone crop the image just as you would preview the package? I must get over the side ...