On Tue, Sep 11, 2001 at 04:48:55PM +0200, Herbert Voss wrote:
>
> it's latex, therefore in preamble:
>
> \usepackage{ulem}
> \let\underbar\uline
> \let\underline\uline
It should be \usepackage[normalem]{ulem} to prevent redefining of the emph
command. But it is better to use the soul package (so the underlined text
would be hyphenated):
\usepackage{soul}
\let\underbar\ul
- Underlined text walks right off the page Steve Litt
- Re: Underlined text walks right off the page Herbert Voss
- Re: Underlined text walks right off the page Steve Litt
- Re: Underlined text walks right off the page Herbert Voss
- Re: Underlined text walks right off the page Steve Litt
- Re: Underlined text walks right off the page Dekel Tsur
- Re: Underlined text walks right off the page Steve Litt
