我想将图形延伸到边缘,就像在 LaTeX 中所做的那样:将图表并排摆放,溢出到外边距
我的想法是放置这个图形right
并使其比更宽\textwidth
。
\placefigure[right]{My caption}{\externalfigure[foo.png][width=1.2\textwidth]}
但这样做不起作用,因为图形会延伸到右边距而不是左边距:(
答案1
显然,设置location
参数就\setupfloat
可以达到目的。
\setupfloat[figure][default=here,location=right] \placefigure[]{My caption}{\externalfigure[foo.png][width=1.2\textwidth]}