About 299,000 results
Open links in new tab
  1. 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 …

  2. Using \cite in \sout causes errors - LaTeX Stack Exchange

    Apr 24, 2019 · Using \cite in \sout causes errors Ask Question Asked 6 years, 6 months ago Modified 6 years, 6 months ago

  3. 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 …

  4. 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 …

  5. Thickness for \sout {} (strikethrough) command from ulem package

    Jan 14, 2016 · I am using \sout from the ulem package together with beamer to strike through some text: \documentclass[mathserif]{beamer} \usepackage{ulem} \begin{document} …

  6. 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, 1 month ago Modified 12 years, 1 month ago

  7. Strikeout - when which package ? ( ulem vs soul vs ...)

    42 When to use which package for strikeout? I see answers : \usepackage{ulem} \sout{Hello World} or \usepackage{soul} \st{Hello world} or \usepackage{cancel} \cancel{Hello world} In …

  8. Highlighting and striking through text in latex

    I have used \documentclass{article} \usepackage{soul} \usepackage[normalem]{ulem} \begin{document} \hl{\mbox{\sout{This is my text which I want to highlight and strike through. …

  9. 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...

  10. strikethrough math formula in the math mode - TeX - TeX - LaTeX …

    Sep 23, 2017 · Is there a way to do strikethrough math formula in the math mode? I had known this: \usepackage[normalem]{ulem} \sout{ ...} and \usepackage{soul} \st{...} are useful but they …