On Wed, Aug 27, 2014 at 10:06 AM, <t...@wescottdesign.com> wrote:

> "Export" gives you five different options to generate a LaTeX file.
> Surely one of them ("plain" would be my first choice) would work.
>
>
> On 2014-08-27 08:02, Eisa Alanazi wrote:
>
>> Did you try "export" on the file menu? I remember LyX had this feature.
>>
>> On Aug 27, 2014, at 5:57 PM, William Hanson <whan...@umn.edu> wrote:
>>
>>  To All,
>>>
>>> I have a document that I want to submit to a Springer journal.  Their
>>> web site won't accept my LyX file.  It wants a TeX file.  How do I convert
>>> LyX to TeX?
>>>
>>>

For Springer, it is sometimes a bit more complicated than just exporting to
LaTeX. You also have to take care of inserting the bibliography into the
main LaTeX file, as they usually don't accept separate bib files. It
depends on the journal/book series, though. In case they don't, you
basically, you have to do the following:

1. Export to LaTeX (to, say "myfile.tex)
2. Run pdflatex (or xelatex or lualatex) on myfile.tex from the command line
3. run bibtex or biber on myfile.tex from the command line
4. Open the myfile.bbl in an editor, copy all the bibitems to clipboard
5. Open the myfile.tex file in an editor and paste all the bibitems you
copied inside the bibliography environment you will find at the end of the
file.
6. Send the myfile.tex file to Springer

See [1] for an example.


Cheers,

Stefano


[1]
http://fundamentalthinking.blogspot.com/2009/12/convert-bibtex-entries-to-bibitem-in.html


-- 
__________________________________________________
Stefano Franchi
Associate Research Professor
Department of Hispanic Studies         Ph:   +1 (979) 845-2125
Texas A&M University                          Fax:  +1 (979) 845-6421
College Station, Texas, USA

stef...@tamu.edu
http://stefano.cleinias.org

Reply via email to