我花了很多时间,但无法解决或发现类似的问题。
我想在这个心形段落的中心插入一张图片,文字应该环绕在它周围。
这是一个 MWE:
\documentclass[9pt]{minimal}
\usepackage[T1]{fontenc}
\usepackage{lipsum}
\usepackage{shapepar}
\usepackage{cutwin}
\opencutcenter
\renewcommand\windowpagestuff{\centering\includegraphics[width=2cm]{example.jpg}}
\begin{document}
\shapepar{\heartshape}
\lipsum[1]
\end{document}
任何使用 cutwin 包的尝试都会导致严重崩溃。例如:
\begin{cutout}{a}{b}{c}{d}
\shapepar{\heartshape}
\lipsum[1]
\end{cutout}
有人知道该怎么做吗?谢谢!