>>>>> "Rodrigo" == Rodrigo Esteves de Lima Lopes <[EMAIL PROTECTED]> writes:
Rodrigo> Hi folks I've got 2 problems on my lyx edited documents:
Rodrigo> 1) my article style places a date just after authors name,
Rodrigo> which is not allowed where I'm used to publishing, so I need
Rodrigo> to rget rid of it;
Add a Date paragraph containing only a protected space. This is a
problem with the LaTeX class.
Rodrigo> 2) Whem I produce PDF flies (from a previous PS, which looks
Rodrigo> perfectly) and try to see it through acroabat reader, doc's
Rodrigo> fonts look and print quite blur.
This is because you do not have postscript version of the TeX fonts.
Anyway, if you use ghostscript to create pdf files, it is often a good
idea to use the package pslatex.sty to use plain PS fonts. Add
\usepackage{pslatex}
in Layout->LaTeX_Preamble
JMarc