ConTeXt에 시를 중앙에 배치할 수 있는 환경이 있나요?

ConTeXt에 시를 중앙에 배치할 수 있는 환경이 있나요?

저는 윌리엄 블레이크(William Blake)가 쓴 시를 중심으로 말하고 싶습니다. ConTeXt에 이를 달성할 수 있는 환경이 있나요?

나의 유일한 방법은midaligned

\midaligned{To see a world in a grain of sand}
\midaligned{And a heaven in a wild fllower}
\midaligned{Hold infinity in the palm of your hand}
\midaligned{And eternity in an hour}

하지만 그것은 우아하지 않습니다.

답변1

있다lines.

\starttext
\setuplines[align=middle]
\startlines
To see a world in a grain of sand
And a heaven in a wild flower
Hold infinity in the palm of your hand
And eternity in an hour
\stoplines
\stoptext

관련 정보