自由移动容器

自由移动容器

是否有可能获得一个环境/容器,能够改变其内容相对于正常位置的位置。内容应该是任何东西,如文本、图形或(自定义)环境。以下内容会很棒:

\begin{container}[-5mm][-5mm][0mm]%expand 5mm to the top and to the left and 0mm to the right
\end{container}

changepage 包中的 adjustwidth 环境与此接近,但它只能在水平方向上起作用。

答案1

\begin{picture}(0,0)
\put(10,50){... stuff ...}
\end{picture}

排版偏移量... stuff ...(10,50)(默认单位pt

相关内容