If you switch to biblatex, you can specify this for any style with the option
sorting=none
Search found 6 matches
- Tue Aug 30, 2011 2:17 pm
- Forum: BibTeX, biblatex and biber
- Topic: References in Order of Appearance in main Text
- Replies: 2
- Views: 3249
- Tue Aug 30, 2011 2:12 pm
- Forum: BibTeX, biblatex and biber
- Topic: BibLaTeX & Mendeley | Remove obsolete Data from Bibliography
- Replies: 2
- Views: 3269
Re: BibLaTeX & Mendeley | Remove obsolete Data from Bibliogr
You might also want to look at the biber backed to biblatex - as of version 0.9.4 it can suppress arbitrary fields in your data source, not just DOI etc. It can also re-map fields and entrytypes to others.
- Thu Aug 25, 2011 5:53 pm
- Forum: BibTeX, biblatex and biber
- Topic: biblatex | Chicago Style with Biber
- Replies: 1
- Views: 2707
biblatex | Chicago Style with Biber
You don't have to use biber but it's highly recommended. But best be clear. You have two options:
Use bibtex and a bibtex style like natbib
Use biblatex which utilises a backend processor of which there are two:
bibtex - biblatex uses this just for sorting and labelling, not for styling ...
Use bibtex and a bibtex style like natbib
Use biblatex which utilises a backend processor of which there are two:
bibtex - biblatex uses this just for sorting and labelling, not for styling ...
- Sun May 01, 2011 5:29 pm
- Forum: BibTeX, biblatex and biber
- Topic: Unicode (greek) book title with Bibtex
- Replies: 11
- Views: 11916
Re: Unicode (greek) book title with Bibtex
Don't forget that the problem with Unicode and bibtex isn't really that it mangles it often. You can usually get round it using some macro like \greektext{} or character macros in general but this only "solves" part of the problem because then the sorting of your bibliography is completely broken ...
- Sun May 01, 2011 5:23 pm
- Forum: Fonts & Character Sets
- Topic: BibTeX UTF-8 Support
- Replies: 5
- Views: 15386
Re: BibTeX UTF-8 Support
As an addendum, note that cl-bibtex (and I don't think bibtexu, a recent Unicode bibtex) doesn't really sort with full Unicode support like biber. Real Unicode sorting needs CLDR support for many common locales. One of the main problems with Unicode support is sorting of bib entries, not just not ...
- Sun May 01, 2011 5:03 pm
- Forum: BibTeX, biblatex and biber
- Topic: Can one BibTeX key expand to multiple citations?
- Replies: 2
- Views: 4146
Re: Can one BibTeX key expand to multiple citations?
Biber cannot work as a stand-alone bibtex replacement - it is tied closely to biblatex. I would strongly consider switching to biblatex anyway - it's a lot more flexible than plain bibtex.