I am want to wrap text around image using pull quote from Two-column text with circular insert, but I wasn't able even to compile example file correctly. Is there anybody that has pull quotes working?
Image here: Esperanto_star.png (direct link; licence: public domain, cf. https://commons.wikimedia.org/wiki/File:Esperanto_star.png)
Minimal example:
\documentclass{article}
\usepackage{lipsum}
\usepackage[latin]{babel}
\usepackage{graphicx}
\usepackage{pullquote}
\begin{document}
\begin{pullquote}
{image={Esperanto_star},imageopts={scale=0.1},shape=rectangular}
\lipsum[1-4]
\end{pullquote}
\begin{pullquote}
{image={Esperanto_star},imageopts={scale=0.1},shape=image}
\lipsum[1-4]
\end{pullquote}
\end{document}
Example output:


\documentclass{...}and ending with\end{document}. – Adam Liter Mar 16 '14 at 21:11