答案1
请看下面的代码:
\documentclass{article}
\usepackage{wrapfig} % <======================== wrap text around figure
\usepackage{blindtext} % <========================= to create dummy text
\begin{document}
\blindtext
\begin{wrapfigure}{l}{5cm} % <==========================================
This is a special part! This is a special part! This is a special part!
\end{wrapfigure}
\Blindtext
\end{document}
及其结果:
wrapfig
请在您的控制台/终端上输入以下内容来阅读文档: texdoc wrapfig
!
但请注意:不要与itemize
等等一起使用!