Tagged Questions
6
votes
1answer
69 views
How to remove the white space on the top of the following table?
How to remove the white space on the top of the following table?
\documentclass[preview,border=0pt,varwidth]{standalone}
\usepackage[table]{xcolor}
\usepackage{array}
\usepackage{longtable}
...
3
votes
2answers
60 views
Difference with standalone and preview? [duplicate]
I have a table, but for cleanliness (I'll use the figure in a paper and in talks), I'd like to compile to a single PDF and include it with includegraphics instead of having the table rendered within ...
2
votes
3answers
108 views
Why do I have to put fillcolor setting inside preview environment?
It seems to me this problem related to PSTricks so I have to modify the previous question.
\psset{fillstyle=solid,linecolor=red} that I define globally outside the preview environment can affect the ...
3
votes
1answer
65 views
How to preserve the indentation when using standalone or preview?
The following output has no correct paragraph indentation after incorporating standalone documentclass or preview package.
\documentclass[border=12pt,preview]{standalone}
\parindent=12pt% does not ...
17
votes
2answers
359 views
How to make a smarter cropping with standalone or preview packages?
The arrow tail at the bottom left corner is not properly cropped.
\documentclass[tikz,border=0pt]{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=3,line width=3pt]
...
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
312 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.
...
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}
...
