Using the "preview"-package, I want to put several paragraphs into one preview-environment. This works; however, any parskip-setting seems to be ignored.
\documentclass{minimal}
\setlength\parskip{10pt}
\usepackage{blindtext}
\usepackage[active,tightpage]{preview}
\begin{document}
\begin{preview}
\blindtext
\blindtext
\end{preview}
\end{document}
In the result, there is no parskip between the two paragraphs.
