On Mon, 26 Jun 2000, Olof Liungman wrote:
> Hi!
>
> I am afraid I have a newbie question, but I'm a real baby at LaTeX and LyX
> (great software, by the way :). I want to convert my LyX document to PDF. The
> LyX document works fine, viewing and printing. What I did was first to export to
> LaTeX (File->Export->LaTeX). Everything appeared to work fine. I then ran
> 'pdflatex filename' on the resulting .tex-file. However, I then get loads of
> warnings saying that all of my cross-references and BibTex citations are
> undefined. Also, LaTeX claims that it does not know the graphics extension .eps.
> What am I doing wrong? I am using LyX 1.1.5 under Sun Solaris 2.6 (SPARC) and
> LaTeX version 1999/12/01. I can send the .tex-file gzipped if that might help.
Export as tex and run texi2pdf -p <filename.tex> on it, you'll get
<filename.pdf> out.
--
Rachel