On Tue, Nov 13, 2001 at 10:18:49PM -0400, Garst R. Reese wrote: > Lars Gullik Bjønnes wrote: > > > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > > > | Emphasizing text in typewriter mode shows up on the LyX view as italics > > | and is ignored in ps. Both should be underlined. > > | Garst > > > > And this does not depend on the font(set) used? > I don't know. It shows up in hollywood.cls, which uses 12 pt courier.
You should add to hollywood.cls something like \input{ot1pcr.fd} \input{t1pcr.fd} so emphesize (or bold) commands will not be ignored. > The layout specifies typewriter. It seems to me that that should be the > clue to underline on the LyX view. For the ps view, maybe I have to do > something in the .cls file, but I don't know what it would be. If you want emphasized text to be underlined, then add \RequirePackage{ulem} to hollywood.cls