答案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
這使