我正在用 Beamer 幻灯片准备我的讲义。在特定框架中,block
(自定义)由两个tikzpicture
s 和一些文本组成。排列它们的唯一方法如下图所示。
我不知道如何实现这一点。请帮忙。特定block
不是listed
环境,所以wrapfigure
有效。下面是MWE
可以节省您编写前几行代码的方法。
\documentclass[aspectratio=169,10pt, notheorems]{beamer}
\usepackage{mwe}
\begin{document}
\begin{frame}
\begin{block}
content
\end{block}
\end{frame}
\end{document}
附言:请随意更改该问题的标题,以使其更易于理解。
答案1
\documentclass{article}
\usepackage{graphicx,lipsum}
\begin{document}
\sloppy
\parshape 11
4cm \dimexpr \textwidth-4cm\relax
4cm \dimexpr \textwidth-4cm\relax
4cm \dimexpr \textwidth-4cm\relax
4cm \dimexpr \textwidth-8cm\relax
4cm \dimexpr \textwidth-8cm\relax
4cm \dimexpr \textwidth-8cm\relax
4cm \dimexpr \textwidth-8cm\relax
0cm \dimexpr \textwidth-4cm\relax
0cm \dimexpr \textwidth-4cm\relax
0cm \dimexpr \textwidth-4cm\relax
0cm \textwidth
\noindent
\begin{picture}(0,0)
\put(-4cm,-6\baselineskip){\includegraphics[width=3.8cm]{example-image-a}}
\put(\dimexpr\textwidth-7.8cm\relax,-9\baselineskip){\includegraphics[width=3.8cm]{example-image-b}}
\end{picture}%
\lipsum[1]
\end{document}
该\parshape
原语采用长度序列,即每行的缩进和长度,数字为对序列的长度。