4

While this answer already has a diagonal strikethrough solution with \cancel, this is actually, in a matrix terminology meaning, "anti diagonal", i.e. from lower left to upper right. What I want here is from upper left to lower right strikethrough.

A command in existed package is prefered, otherwise, a solution with minimal user-definition is prefered. Because I hope to work in markdown :)

Neo
  • 215

1 Answers1

8

If you type texdoc cancel at a command prompt to open the package's user guide, you can't miss the following information on page 1:

enter image description here

I'd thus say that the command you're looking for is called \bcancel.

Oh, all three commands work in both math mode and text mode.

Mico
  • 506,678