2
votes
1answer
30 views

Babelbib: combine bababbrv-lf and babunsrt-lf

I am using babelbib in order to generate my bibliography. However, it won't satisfy all my needs. I just want the entrys to be formatted like [1] Knuth, D. and Torvalds, L.: We didn't write ...
3
votes
1answer
54 views

How to force a specific entry to be first in the bibliography?

I'm writing a paper and I need a specific entry in the bibliography go first in the list. The rest of entries should be sorted as usual. I use plain bibliography style and an external .bib file. For ...
2
votes
1answer
45 views

Get bibliography sorted by year in Elsevier article?

Using this code I can not get bibliography sorted by year. It is just mixed and even not in order of appearance in the myrefs.bib file (which is exactly by year). ...
4
votes
1answer
61 views

Sectioning bibliography by type (with multiple types per section)

I would like to distinguish books from articles, manuals, etc. This can be done by using: \printbibliography[heading=subbibliography,title={Book References},type=book] or ...
3
votes
2answers
100 views

Sorting a manual bibliography alphabetically by their labels

How to sort the bibliography alphabetically by their labels \begin{the bibliography}{10} \bibitem[Polchinski, 1984]{jpol} Polchinski,~J. \newblock{(1984)}, \newblock Renormalization group and ...
0
votes
0answers
100 views

unsrt not sorting references [closed]

I have a LaTeX document (article) with several references within it, and a separate BibTeX file with the bibliographical references. In my PDF file the references don't come up in order of [1], [2] ...
1
vote
1answer
183 views

Sorting references, and displaying “References” instead of “Bibliography”

In my \documentclass{llncs}, I use \usepackage{hyperref} \usepackage[sort]{natbib} to sort the references of my document. While the above achieves sorting, the section entitled "Bibliography" ...
2
votes
2answers
1k views

Set natbib options after loading natbib package

Is it possible to set (or change) the natbib package options after its loading (i.e. after the line \usepackage{natbib})? The reason I need it is that I'm using a LaTeX style from a journal and it ...
2
votes
1answer
337 views

Alphabetic order in bibliography with natbib package and author-less entries

i'm new, so I hope to do everything correctly :D My question is fairly simple: I've the natbib package loaded in a document, and some bibliography entries have no author. Those entries are put at ...
2
votes
2answers
331 views

Can't list bilibliography in order cited using ReVTeX 4.1

The journal I am submitting to requires the bibliography be listed in the order cited in the text. How can I do this with ReVTeX? I have tried different journal styles but can't get it to work. ...
4
votes
1answer
833 views

Sort bibliography automatically

I did not take care of the alphabetical order when I was adding references to the bibliography. So I have a big list with references not ordered. Is there a way to do it automatically? I use ...
0
votes
0answers
1k views

How to sort the references alphabetically when using natbib? [closed]

\usepackage{natbib} \defaultbibliographystyle{plainnat} I use this and it compiles but not alphabetically! How I can achieve that?
4
votes
1answer
1k views

Sorting with biblatex using sortname

I want to use the firstinits=true option of biblatex, and to disable the abbreviations for specific entries, I use {{authorname}}, as recommended in a previous question. However, biblatex is ...
3
votes
1answer
4k views

Sort bibliography file according to order of appearance of citations in LaTeX document

I am asking this question, because there does not seem to be an easy way in LaTeX to solve this problem: two documents sharing same reference numbering. My question: Is it possible to order a ...
8
votes
2answers
481 views

Bibliography entry out of alphabetical order with character Ş

I'm pretty new to TeX so please forgive me if this requires just a simple solution. I'm writing a thesis that uses almost 100% English characters exclusively, except for a case where an author I cite ...
0
votes
1answer
958 views

Miktex references not in order

I added the \input{references} line to the end of my Journal.tex file like so: \input{references} \end{document} However, the references that are being outputted are not in order of citation. ...
3
votes
2answers
857 views

How can I get the style alpha.bst sorted as plain.bst in Bibtex?

I like alphanumerical citations written as in alpha.bst style, with initials of authors and years, but I would like references to appear sorted as in plain.bst style. As an example, I prefer the order ...
14
votes
1answer
372 views

Unsorted citations and floats

In attempting to answer this question Citations in order of appearance it's clear that unsorted citation schemes (ones in which the citations are numbered simply by order of appearance) can be easily ...
29
votes
2answers
7k views

How to enter publications “in press”, or “submitted to” in BibTeX?

Is there a convention for how to enter publications that are "in preparation" or "submitted to Some Journal" into a BibTeX database?
7
votes
1answer
415 views

Sectioning bibliography by type of refered item

My promoteur has a very unusual requirement: the bibliography needs to be sorted first by specific type of refered item, next by author and by year of publication. I managed to get this custom ...
2
votes
1answer
482 views

How to change order of a bibliography style manually (bilingual bibliography)

I've got a bilingual bibliography (Russian and German). I want to sort the entries alphabetically. The Russian entries have to appear alphabetically as well. Unfortunately, since the authors names are ...
9
votes
1answer
5k views

Sort thebibliography by citation order

Can thebibliography be sorted by citation order? Or is there a solution with an inlined bibliography that can be sorted? Not having an additional .bib file would be preferable. My current ...
8
votes
1answer
3k views

How to get sequential references in my paper?

I'm using TeXnicCenter to write my all document and generate my bib file by using JabRef. However I noticed that my references are out of order. It seems the addition order to JabRef file forces the ...
9
votes
1answer
332 views

Is there a possibility to sort a bibliography by language/author/title?

For getting the list of bibliography with biblatex I use this code: ... \printbibheading \printbibliography[keyword=primary,heading=subbibliography,title={Les sources principaux}] ...
5
votes
2answers
1k views

Multibib reverse label or sort order

I'm using multibib. I manually set the order of the bibliography. I would like the order of the numbered items to be reversed. For example, my document has: \nociteX{Foo} \nociteX{Bar} And the ...