将标题放在网格的页面顶部

将标题放在网格的页面顶部

在以下示例中,第一个标题应放在第二网格线,而“标题”和“副标题”之间的间距应保持原样。有趣的是,选项gridhighlow产生box的结果与none(in \setuphead[section]) 相同。“细节决定成败”手册中的所有其他选项都会根据需要将标题向下移动一行,还会影响标题之间的间距

\setuplayout[grid=yes]

\showgrid

\setupwhitespace[line]

\setuphead
    [section]
    [style=\bfc,
     before=,
     after=,
     grid=none]
\setuphead
    [subsection]
    [style=\bfb,
     before=,
     after=,
     grid=none]


\starttext

\startsection[title={Heading}]

\startsubsection[title={Subheading}]

\input ward

\input ward

\stopsubsection

\stopsection

\stoptext

我该如何解决这个问题?

相关内容