How to create barred text in Latex
How to make barred, crossed text in LaTeX?
Maybe you need it because you want to indicate a change or some incorrect text...
Anyway the solution I have found is to "call" the packet ulem with the command
\usepackage{ulem}
and then the command
\sout{YOUR TEXT}
to actually make your text barred.
In the ulem packages other interesting commands are available, here is a list (extract from the documentation about ulem, see the reference below)
Reference:
http://www.ctan.org
Did you like this post? Consider to make a small donation!
Anyway the solution I have found is to "call" the packet ulem with the command
\usepackage{ulem}
and then the command
\sout{YOUR TEXT}
to actually make your text barred.
In the ulem packages other interesting commands are available, here is a list (extract from the documentation about ulem, see the reference below)
Reference:
http://www.ctan.org
Did you like this post? Consider to make a small donation!
Comments