Re: Bibliography inside the main LaTeX file

2011-12-26 Thread Paul Smith
On Mon, Dec 26, 2011 at 5:13 PM, Christopher Menzel  wrote:
> BibTeX creates a file YourFile.bbl when you run it on YourFile.tex. Just 
> remove the command \bibliography{YourBibFile} from YourFile.tex and replace 
> it with the contents of YourFile.bbl.
>
> Chris Menzel
>
> Am Dec 26, 2011 um 4:39 PM schrieb Paul Smith:
>
>> Dear All,
>>
>> I have just a paper accepted for publication, and the journal is now
>> asking me for providing the bibliography inside the main LaTeX file
>> (not in the .bib file). How can I accomplish that? I have used BibTeX
>> to produce the bibliography.

Thanks for your help.

Paul


Re: Bibliography inside the main LaTeX file

2011-12-26 Thread Christopher Menzel
BibTeX creates a file YourFile.bbl when you run it on YourFile.tex. Just remove 
the command \bibliography{YourBibFile} from YourFile.tex and replace it with 
the contents of YourFile.bbl.

Chris Menzel

Am Dec 26, 2011 um 4:39 PM schrieb Paul Smith:

> Dear All,
> 
> I have just a paper accepted for publication, and the journal is now
> asking me for providing the bibliography inside the main LaTeX file
> (not in the .bib file). How can I accomplish that? I have used BibTeX
> to produce the bibliography.
> 
> Thanks in advance,
> 
> Paul



Re: Bibliography inside the main LaTeX file

2011-12-26 Thread stefano franchi
On Mon, Dec 26, 2011 at 9:39 AM, Paul Smith  wrote:
> Dear All,
>
> I have just a paper accepted for publication, and the journal is now
> asking me for providing the bibliography inside the main LaTeX file
> (not in the .bib file). How can I accomplish that? I have used BibTeX
> to produce the bibliography.
>
> Thanks in advance,

I haven't done this in a long time, but the standard way to include
the bibliographic references in the main latex file was to use the
\bibitem command.
Since bibtex produces just such commands from a bib file and a bst
style file, you could just look at the .bbl file that bibtex produces
in its run. All the bibitem references should be there. Then it is
just a matter of pasting them into your latex file in place of the
\bibliography comand.

You may find more info if you google for "bibtex bibitem conversion"

Cheers,

Stefano

>
> Paul



-- 
__
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


Bibliography inside the main LaTeX file

2011-12-26 Thread Paul Smith
Dear All,

I have just a paper accepted for publication, and the journal is now
asking me for providing the bibliography inside the main LaTeX file
(not in the .bib file). How can I accomplish that? I have used BibTeX
to produce the bibliography.

Thanks in advance,

Paul