Hi, Please advise me, how to make "strikeout" font effect? I use latest luatex engine. Regards, V. Yatskovsky
Am 25.04.2015 um 14:58 schrieb Vya. Y.
: Hi,
Please advise me, how to make "strikeout" font effect? I use latest luatex engine.
Method 1: \definetextbackground [strikethrough] [location=text, alternative=4, background=, frame=off, % framecolor=black, % rulethickness=1pt, ] \starttext text \strikethrough{text} text \input ward \startstrikethrough \input ward \stopstrikethrough \input ward \stoptext Method 2: \definebar [strikethrough] [method=0, offset=0.6, continue=yes, % rulethickness=0.2, ] \starttext text \strikethrough{text} text \input ward \startbar[strikethrough] \input ward \stopbar \input ward \stoptext Wolfgang
participants (2)
-
Vya. Y.
-
Wolfgang Schuster