Tagged Questions
11
votes
1answer
413 views
Strikeout - when which package ? ( ulem vs soul vs …)
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 what ...
4
votes
2answers
135 views
Hyphenatable material enclosed in group braces
I have text that I need to repeat quite a few times:
\newcommand{\repeatme}{text to repeat that is somewhat long and verbose}
I'd like to underline this text and have it not cause hbox overflow ...
12
votes
1answer
295 views
Triple underlining
I am quoting passages from ms. letters and need to underline a few words with three lines. Does a command exist for doing so? I've consulted Melchior Franz's soul package documentation from 2003 and ...
23
votes
1answer
3k views
Why does underlined text not get wrapped once it hits the end of a line ?
Sometimes I want to underline some text, and it extends past the end of a line. Why does \underline{} not automatically wrap my text for me ?
Also, how can I underline text so that it will still ...