我的定义如下:
\setupcaptions[location=top]
\setupcaptions[way=bysection,prefixsegments=section,headstyle=\bf]
以及桌子的摆放
\placetable[here][tab:table-results]{Results}{
....
}
和数字
\placefigure[force][fig:topview]{Top View}{\externalfigure[img/top.png][maxwidth=\textwidth]}
现在我的问题是如何优雅地使用 \setupcaptions 将表格标题对齐在表格上方,将图形标题对齐在图像下方?
我找到了针对 Latex 的答案,但没有找到针对 Context 的答案。
答案1
一半是直觉,一半是阅读手册,而我自己在回答。
定义可以解决这个问题:
\setupcaptions[table][location=top]
\setupcaptions[figure][location=bottom]
\setupcaptions[way=bysection,prefixsegments=section,headstyle=\bf]