I downloaded ImageMagick, then I convert the convert.exe file name to imgconvert.exe.
but the code still don't work. what should I do?
\documentclass{book}
\usepackage{lipsum}
\usepackage[latin]{babel}
\usepackage{graphicx}
\usepackage{pullquote}
\begin{document}
\begin{pullquote}
{image={4.png},imageopts={scale=0.1},shape=image}
\lipsum[1-4]
\end{pullquote}
\end{document}
pullquotepackage. Do you satisfy the requirements from section 2.2 of the manual, most important: Isconvertavailable from PATH? Why did you rename theconvert.exefile? (As far as I remember, theconvert.exefile from ImageMagick is considered legacy by the current installer andmagick.exeis the new approach, as aconvert.exeis already present in thesystem32directory of Windows systems.) – epR8GaYuh Aug 10 '20 at 07:45