-----BEGIN PGP SIGNED MESSAGE-----

> Sorry, but I forgot how to convert a tex file with bibtex
> references inpdf.  I am using the lyx2pdf script, but it does
> not work properly: the references do  not appear.

1) File/Export/Latex (let's say, that your document is named
paper.lyx)

2) go to the command line (konsole, xterm, whatever)

3) check somehow (vi, mcedit, emacs) that you have somewhere in
the top of *.tex (among other \usepackage commands) either command
\usepackage{pslatex}
or
instead of pslatex, that there is times, palatino, newcent or
bookman. If there isn't any command from these, put it
there (anywhere between \documentclass and \begin{document}).
Preferably pslatex (the shortest PDF files) or palatino (closest
approximation of Computer Modern fonts).

4) run
pdflatex paper

5) run
bibtex paper

6) run
pdflatex paper
twice (check that pdflatex does not write anything about need of
rerunning).

That's it!

                        Happy LyXing

                                Matej Cepl

------------------------------------------------------------ I
support PGP - ID: Matej Cepl <[EMAIL PROTECTED]> Fingerprint 77
BC 89 0E 92 1D 2B 51  B5 7A 05 EA A6 DB 4F E8


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
MessageID: xRP7wyjnjMO9uSR2QAuWeNWx6Tirh98f

iQEVAwUBOed4Je1neEitXwCrAQEVWAf8CggGo9Cu8RjSnhsLz7enrFZrG6VPTjkG
/0QIjTgCxvGIIPgTcpGc+vl2DsR+Q5CVN9siF/cX22gr1+AvuB6V2EZJJPH73wHv
kj5HIAjIZYzX/VZOV+x7wB0CfPxegdWGp4JuL39MaWcYTNEhVd/hb5p7vbB+tuYH
uAL8ABMmVxCb/sg14MNYa+gyjpOjJn30rlQHBNt1Ratz7H2MQV6D381tiLIOnTOi
EAKIiwA5O/TaMNSPQazC2G0rPWlMJUcB5fltelHKd4yG62S7i5iuhAg9dO3yaemA
oPT/L9Qmh6X/tXu5ziDICDhnLH5EJzMvPXSibs+5YpWyNXbEhIDy6A==
=PhpQ
-----END PGP SIGNATURE-----

Reply via email to