> Jon Fox wrote:
>
> > I tried ps2pdf in my lyx document, and p2pdf
> > thatfile.ps and the resulting file has no text, just
> > the lines for footnotes and my images. I am using
> > Mandrake 7.0.
> >
> > I'd really like text in my pdf files!
> >
> > What's the best non-adobe way to make a postscript
> > file?
Use this in your LaTeX preamble:
%
% This is for good PDF production (with hyperlinks)
%
\usepackage{pslatex}
\usepackage[ps2pdf,pdftitle={Your Document
Title},urlcolor=blue,linktocpage,letterpaper,colorlinks=true]{hyperref}
And then use Export->Postscript and ps2pdf.
You will get a very nice hyper-linked PDF file with a clickable Table Of
Contents, etc.
---Kayvan