그리드의 페이지 상단에 제목을 배치합니다.

그리드의 페이지 상단에 제목을 배치합니다.

다음 예에서는 첫 번째 제목을두번째눈금선은 "제목"과 "부제목" 사이의 공백을 그대로 유지해야 합니다. 흥미롭게 grid도 옵션 high, low및 는 (에서 ) box와 동일한 결과를 산출합니다 . "자세한 내용" 매뉴얼의 다른 모든 옵션은 원하는 대로 제목을 한 줄 아래로 이동합니다.none\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

이 문제를 어떻게 해결할 수 있나요?

관련 정보