
내가 얻고 싶은 것은 이 제목이 다음과 같은 경우 제목 앞에 추가 빈 줄이 있는 것입니다.~ 아니다바로 앞에 다른 제목이 붙습니다. 이것이 내가 지금까지 가지고 있는 것입니다:
\setuplayout[grid=yes]
\showgrid
\setupwhitespace[line]
\setuphead
[section]
[style=\bfa,
before=,
after=,
grid=none]
\setuphead
[subsection]
[style=\bf,
before=,
after=,
grid=none]
\starttext
\startsection[title={Heading}]
\input ward
\startsubsection[title={Subheading A}]
\input ward
\input ward
\stopsubsection
\startsubsection[title={Subheading B}]
\input bryson
\stopsubsection
\stoptext
이 예에서는 "제목 B" 앞에 추가 빈 줄을 삽입해야 하며 "제목"과 "부제목 A" 사이의 공백은 영향을 받지 않아야 합니다.
어떻게 할 수 있습니까?
편집하다:
"제목"과 "부제목 A" 사이에 단락을 추가했습니다. 추가 빈 줄은 "소제목 A" 바로 앞에 나타나야 합니다. 이것을 자동화하는 방법에 대한 생각이 있습니까?