
strikeout - Strikethrough text - TeX - LaTeX Stack Exchange
Jul 26, 2011 · I am writing an article in LaTeX 2e. Part of the article describes the Sieve of Eratosthenes, and I want to show examples of how multiples of a prime are removed from the sieve by showing …
Thickness for \sout {} (strikethrough) command from ulem package
Jan 14, 2016 · The ulem source states that: To draw a line through text instead of under it (strike out) do under-line with negative depth. So, the thickness of the strike is the same as that of the underline. …
Using \cite in \sout causes errors - LaTeX Stack Exchange
Apr 24, 2019 · Using \cite in \sout causes errors Ask Question Asked 6 years, 11 months ago Modified 6 years, 11 months ago
Strikeout in math mode - TeX - LaTeX Stack Exchange
Jun 13, 2011 · How can I strikeout words in math mode (similar to \sout with \usepackage {ulem} in text mode)? I've tried \usepackage {cancel} and \ (\cancel {1+1=2}\) but that draws a diagonal line.
How to use \sout {} inside the \title {} using beamer class
How to use \sout {} inside the \title {} using beamer class Ask Question Asked 12 years, 6 months ago Modified 12 years, 6 months ago
Strikethrough and line breaks - TeX - LaTeX Stack Exchange
Apr 26, 2021 · I need to use \\sout{} from the ulem package for longer passages of text and in combination with other macros. However, this removes all linebreaks and the text is kept on a single …
crossing out using different colour - LaTeX Stack Exchange
How to cross out a sentence using a horizontal line in a colour different from the text? I found this useful question about how to cross out a sentence, but I cannot figure out how to use colour w...
Command to Strikeout text and citation? - LaTeX Stack Exchange
Nov 5, 2015 · This is no solution for the text wrapping in case of strikeout, but it removes the problem with \sout and \cite etc. I've defined a \ifcorrectingmode switch and set it to true using …
Highlighting and striking through text in latex
\documentclass{article} \usepackage{soul} \usepackage[normalem]{ulem} \begin{document} \hl{\mbox{\sout{This is my text which I want to highlight and strike through. The text does not go to …
Strikeout - when which package ? ( ulem vs soul vs ...)
It should probably also be mentioned that ulem has the package option normalem, which does not make \emph underline its argument. This way you can get the \sout command without changing the …