Here is how exported a tex file for an AIP journal. It was easier than I
thought it would be--thanks Lyx developers!

1. Put Lyx file same directory as the graphics files.Modify the graphics
file addresses in the Lyx file if you, like me, have them in a separate
directory while writing the manuscript.  Make sure the Lyx file works by
previewing the pdf.
2. Do a File|export|pdflatex.
3. I think this automatically converts the graphics files to pdf, which are
needed for the .tex file to work. If not, try running pdflatex from the DOS
command line. It should be in the system path from your Lyx installation.
4. The pdflatex creates several files in the directory including one with a
.bbl extension. Open that one with a text editor like Notepad and select
all of it and copy to the clipboard.
5. Open the .tex file in the text editor, scroll to the end and look for
the two lines starting with "bibfiles ..." and "options ..."
6. delete those lines and paste in the contents of the .bbl file in their
place. Save the modified .tex file

That's it. The journal website seems to accept the file.

additional notes:
The journal website converts my .eps graphics files to .pdf so I did not
have to upload them.



On Tue, Sep 17, 2013 at 1:34 PM, Bob Alvarez <cobol...@gmail.com> wrote:

>  On 9/17/13 1:01 PM, Murat Yildizoglu wrote:
>
> Dear Bob,
> In general, providing the exported latex file (File/Export/Latex menu
> item), the bbl file that contains your bibliography (if you use bibtex),
> and the figures in a format accepted by the journal  is sufficient.
>
>
>
>  Thanks for your reply. Some questions:
>
>
>    1. What is a 'bbl' file? Is that the same as my bibtex file? If not,
>    how do I produce it?
>    2. There are multiple latex export options e.g. Latex (Luatex), Latex
>    (xetex), ... Which one do you suggest I use?
>
> Bob
>

Reply via email to