Tagged Questions
2
votes
1answer
28 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
45 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
75 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
97 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] ...
0
votes
1answer
171 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
313 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
316 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
782 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
3k 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
453 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
897 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
789 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
337 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 ...
28
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
384 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 ...
1
vote
1answer
463 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 ...
8
votes
1answer
4k 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
329 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 ...