答案1
该cutwin
包可以做这样的事情
\documentclass{article}
\usepackage{lipsum}
\usepackage{cutwin}
\begin{document}
\newcommand*{\mycut}{%
0.1\textwidth, 0.3\textwidth,
0.2\textwidth, 0.4\textwidth,
0.3\textwidth, 0.5\textwidth}
\begin{shapedcutout}{2}{3}{\mycut}%
\lipsum[1]
\end{shapedcutout}
\end{document}