Skip to content Skip to sidebar Skip to footer

How Does One Indicate Strikethrough In Jqmath?

For example I want to show reduction of fractions to simplest terms by doing prime factorization on numerator and denominator and then showing common terms that can be eliminated.

Solution 1:

Basically you use CSS, like in jqMath highlight box like bbox in MathJax/MathJs. So write e.g. $$6/8={\cl"cancel"{(2)}(3)}/{\cl"cancel"{(2)}(2)(2)}=3/4$$ and then add .cancel { text-decoration: line-through } to your style sheet.


Post a Comment for "How Does One Indicate Strikethrough In Jqmath?"