{ulem} concerns the ulem package for underlining and strikethrough capabilities

learn more… | top users | synonyms

4
votes
1answer
49 views

getting \emph back to normal after loading ulem

I'm typesetting a manuscript that is required to turn all \emph into underlines. But then I want to use the original definition of \emph for the list of references. How do I get the \emph to behave ...
2
votes
1answer
85 views

ulem incompatibility with multiple entries in \cite

Consider the LaTeX code: \documentclass[aps,pre]{revtex4} \usepackage[normalem]{ulem} \begin{document} \sout{ asdas~\cite{a1989, b2001}. } \bibliographystyle{apsrev4-1} ...
1
vote
1answer
194 views

Control ulines for cloze text

@Martin Scharrer suggested me the following amazing solution to make cloze texts: http://tex.stackexchange.com/a/16004/4011 \documentclass{article} \usepackage[normalem]{ulem} \makeatletter ...
11
votes
1answer
420 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 ...
6
votes
1answer
251 views

Strikeout in different color appears behind letters, not on top of them

When using package ulem's strikeout facilities (macro \sout) and also color in my text, the strikethrough appears behind the letter string: \documentclass{article} % I also often work with the memoir ...
6
votes
1answer
257 views

A thicker wave underline

I have found \uwave in the ulem package, and its definition in ulem.sty: % Now define various special underlines. All the definitions go like % \def \command {\bgroup \markoverwith{something} \ULon} ...
5
votes
1answer
309 views

How can I strikethrough a character in an equation?

I'm trying to create an equation where the letter "I" has a horizontal line through it. The only name I know for this action is "strikethrough" but I'm not sure if this would be correct when dealing ...
9
votes
1answer
429 views

Environment to underline/strikeout for comparing versions

I have a TeX file that I'm editing with several collaborators and we use environments to highlight and discuss proposed changes like the following: Some text. \begin{old} Text that I propose to ...
12
votes
1answer
296 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 ...
4
votes
2answers
411 views

Biblatex-Chicago: Double-underline and overlong title issues

I'm using LaTeX to typeset my senior thesis (undergrad) and we're required to cite in Chicago style. I've installed biblatex to use the chicago style, and run into the following issues. All the ...
5
votes
2answers
270 views

soul's \ul{} breaks wrapfigure and textflow?

Please, I have a nice picture without that \ul{...}, but i need that. \documentclass{article} \usepackage{wrapfig} \usepackage{soul} \begin{document} \begin{wrapfigure}[3]{l}{30mm} \Huge 1 ...
19
votes
1answer
783 views

How to color just the wave produced by the ulem package

I am using \uwave{Some text here} to put a wave like emphasis under the text. Is it possible to change the color of only the wave and leave the text black?