나는 다음과 비슷한 것을 가지고 있습니다 :
\setuppapersize[A6][A6]
\starttext
\overstrike{Hello\hfill world!} % Works OK
Hello\leaders\hbox{.}\hfill world! % Works OK, nothing special
\overstrike{Hello\leaders\hbox{.}\hfill world!} % Not quite right
\stoptext
그러면 다음과 같은 출력이 생성됩니다.
문제는 오버스트라이크가 리더에도 적용되기를 원한다는 것입니다. 이것이 가능한가?
답변1
(컨텍스트 메일링 리스트의 Hans Hagen을 통해) 다음 continue=all
에 대한 매개변수 사용 setupbar
:
\setupbar[overstrike][continue=all]
\setuppapersize[A6][A6]
\starttext
\overstrike{Hello\hfill world!} % Works OK
Hello\leaders\hbox{.}\hfill world! % Works OK, nothing special
\overstrike{Hello\leaders\hbox{.}\hfill world!} % Not quite right
\stoptext
이는