在 ConTeXt 中圖旁邊的空白處放置一個短段落的好方法是什麼?
我一直在嘗試以下程式碼,但它將\inmargin
文字放置在圖的底部,在文字完全低於圖的末尾之前,該文字僅適用於大約 2 行。
\starttext
\starthanging
{\placefigure[force][fig:figure-reference]{Figure Caption}
{\externalfigure[figure-file][width=\textwidth]}}
\inmargin{Sometext that is intended for the Margin}
\stophanging
\stoptext
我快速瀏覽了詳細手冊,但無法找到或弄清楚如何應用才能獲得良好的結果。