>>Date: Fri, 26 Sep 2003 15:34:07 +0200
>>From: Martijn Brouwer <[EMAIL PROTECTED]>
>>To: LyX <[EMAIL PROTECTED]>
>>Subject: bibtex -> latex
>>
>>Hi,
>>Is there an script that converts bibtex files to plain latex? Some journal 
require you to include your references in te latex document, and I do not want 
to convert my references by hand.
>>
>>Martijn

I guess you need to send over a latex file.
The bbl file contains the required stuff.
lyx -e latex foo
latex foo
bibtex foo
the insert foo.bbl in place of the commands
%bibliohraphystyle{...}
%bibliography{...}
\input{foo.bbl}
latex foo
latex foo
should give an identical file.

You may then really insert the contents of the .bbl file.

-- 
Jean-Pierre

Reply via email to