![\overstrike no ConTeXt, será que pode atacar demais os líderes?](https://rvso.com/image/327816/%5Coverstrike%20no%20ConTeXt%2C%20ser%C3%A1%20que%20pode%20atacar%20demais%20os%20l%C3%ADderes%3F.png)
Eu tenho algo semelhante ao seguinte:
\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
E isso produz a seguinte saída:
O problema é que eu gostaria que o ataque excessivo se aplicasse também aos líderes. Isso é possível?
Responder1
(Via Hans Hagen na lista de discussão de contexto). Use continue=all
parâmetro para 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
que dá