BibTeX, biblatex and biberSorting Citations in the Bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sumesh
Posts: 8
Joined: Tue Jun 16, 2009 5:05 am

Sorting Citations in the Bibliography

Post by sumesh »

Is there a way to sort the references in the way they are cited in the {thebibliography} environment automatically? The journal does not accept bib files and hence I am forced to use this. I see several old posts, but suggested answers like 'unsrt', 'plain' etc do not seem to be working.

Thanks,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Sorting Citations in the Bibliography

Post by kaiserkarl13 »

Take the .bbl file (which is what gets generated with BibTeX) and paste it into your document, in place of the the \bibliography command. That's all the \bibliography command does anyway. The journal should be fine with that---they just don't want to have to run BibTeX /for/ you, especially if they don't have the specific style file and/or abbreviations you are using (and I don't blame them).
Post Reply