Some journals such as the Royal Society refuse to process .bib files for latex submissions. Seriously guys...get in the game! Instead they require the use of a bibliography command like
\begin{thebibliography}{3}
\providecommand{\natexlab}[1]{#1}
\expandafter\ifx\csname urlstyle\endcsname\relax
\providecommand{\doi}[1]{doi:\discretionary{}{}{}#1}\else
\providecommand{\doi}{doi:\discretionary{}{}{}\begingroup
\urlstyle{rm}\Url}\fi
\bibitem[{Anderson(2001)}]{Anderson2001}
Anderson, J. 2001 History of high-speed flight and its technical development.
\newblock \emph{AIAA J.}, \textbf{39}(5), 761--771.
\bibitem[{Anderson(2003)}]{Anderson2003a}
Anderson, J. 2003 \emph{Modern compressible flow: with historical perspective}.
\newblock McGraw-Hill.
\bibitem[{Stodola(1905)}]{Stodola1905}
Stodola, A. 1905 \emph{Steam turbines}.
\newblock D. Van Nostrand.
\end{thebibliography}
where all the bibliography entries are listed as \bibitems. Fortunately I found a way to convert all your entries in the .bib file to \bibitems from here.
It says
1) Generate your bibliography with regular bibtex commands first (run latex, bibtex, latex)
2) Open up the new .bbl file
3) Ctrl-A to select all, Ctrl-C to copy
4) Paste over the \bibliography{} command
5) rerun Latex!
Bibtex makes all the \bibitems automatically, but behind the scenes.
Saturday, December 5, 2009
Subscribe to:
Post Comments (Atom)
21 comments:
you are a GOD! Thank you so much!
Haha! I'm happy to help. I didn't expect that post to be all that useful for anyone but me. I'm glad I posted it now!
hello josh! saved my night :) Thanks!
This was very very helpful! Thanks!
hi josh, thank you very much. You save my holliday.
and How we can go backward ? I mean how to generate .bib file from the list of \bibitem
How to conver \bibitem refernces to .bib file ?
You are, in fact, a god. Thanks very much!
no really, this is very helpful.
thank you.
I love you, you saved me a looooot of time :)
Perfect tip ! I was so pissed to think I had used a .bib manual-entry editor for nothing ...
Perfect tip ! I was so pissed to think I had used a .bib manual-entry editor for nothing ...
You saved me a whole day... Thanks :)
Ok, this was very helpful. Thank you!
Awesome!!! But you are indeed right! Those journals should accept bibtex right away.
Just wanted to thank you for this. It saved me A LOT of time.
Cheers!
Thank you, helped a lot!
Thank you, this helped a lot!
Thanks a million.
One reason why you might paste the .bbl file (the thing BibTeX generated with all the bibitems in it) instead of sending a .bib file is so that the people processing your article don't see all your entire private library (you might store on a general purpose .bib file and some of it might be personal or private or not yet published), only the references you actually cite.
Alison: That's a good point. I always use a reference manager to collect the references in a paper, then export only those to the .bib. I acknowledge that other's may not do it that way. It is useful, though, for organizational purposes in large libraries.
Post a Comment