1. BiBTeX style for references sorted by year and type of publication (including header)
2. sort authoryear style index authorlast name ascending and year descending
3. bibtex/natbib/revtex: several references under one reference number
Hello, everyone! I encountered the following problem with bibtex: I want to put several references quoted together on the same line (under the same #) in the reference list, as the are always quoted together in the document, and the journal allows this. More specifically I am using revtex' apsrev.bst style that in turn uses natbib.sty package. I would expect there was an option in natbib/apsrev.bst/revtex4.cls but don't seem to be able to find it. Does anyone have an idea how to do it intelligently, or am I destined to hack my .bbl file by hand? Thanks a lot -- any input is greatly appreciated! victor
4. [SOLVED] references in ieeetr style, but sorted by authors name
5. references in ieeetr style, but sorted by authors name
Hello, I am using ieeetr style in my latex document. Does this style have an option of sorting the list of references based on authors' last name? I did some search on google and couldn't find anything. For now, I am just using plain style to get the list sorted by authors name but eventually I would want to use ieeetr style. Thanks.
6. Biblatex: sortcites=true, style=alphabetic but the references to the literature are not sorted
7. sortcites=true, style=alphabetic but the references to the literature are not sorted
Hi,
I wonder if it is possible to make biblatex sort the elements that are
referring to the authors. I tried every example I found and it does
not work for me. Then I installed TexLive 2009 an hour ago and it
still doesnt work. So does it work at all?
I invoke biblatex with the following settings:
\usepackage[%
sorting=anyt,%
sortcites=true,%
firstinits=true,%
uniquename=init,%
bibencoding=inputenc,%
sortlos=bib,%
style=alphabetic,%
bibstyle=alphabetic,%
citestyle=alphabetic,%
minnames=3,%
maxnames=3,%
date=long,%
abbreviate=false,%
useprefix=true,%
autopunct=true,%
%indexing=true,%bib/cite
backref=true,%
hyperref=auto%
]{biblatex}
Whatever I try I get [Tau00; FDC03; HP04; LP05; MDS+03; Sim94; YZX
+04; CDR00] in the pdf. I would like to have it sorted as [CDR00;
FDC03; HP04; LP05; MDS+03; Sim94; Tau00; YZX+04].
Again: Is this possible to let biblatex do the work?
Cheers,
Dave