Hello there. I'm experience the following problem: with microtypography \overstrike plays weird. See the following minimal. I can't reproduce it with the latin modern fonts, so maybe it's a font specific issue. I've found a workaround and documented it on the wiki (just in case) http://wiki.contextgarden.net/Overstriking %%% start minimal example, problems start a the 2nd recurse, p.2 %%% \definefontfeature[default][default] [protrusion=quality, expansion=quality, script=latn] \usetypescript[libertine] \setupbodyfont[10pt,libertine] \setupalign[hz,hanging] \setuppapersize[A6][A6] \starttext \dorecurse{20}{\input tufte \overstrike{test} \input tufte} \stoptext %%% stop minimal example%%% Best regards -- Marco