{sorting} is about sorting document elements. Use this tag in addition to other tags specifying what should be sorted.

learn more… | top users | synonyms

3
votes
1answer
50 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
55 views

Sorting swedish index with makeidx correctly

I have a problem getting makeidx sort the special characters of the swedish alphabet, å,ä and ö. They are supposed to be the last three positions, but they appear in the index before "A". How can ...
4
votes
1answer
78 views

List of Figures sorted by Figure number

I am using \usepackage{imakeidx} \usepackage{hyperref} and the command \listoffigures to get the list of figures. Some figures are double-column, some are single-column, and LaTeX does not ...
3
votes
2answers
82 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 ...
2
votes
1answer
29 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). ...
6
votes
2answers
415 views

Sort subsections alphabetically

We need to make a paper that describes a list of interfaces. The assignment however says we need to sort the interfaces alphabetically. Because this list is quite long (20+) I am looking for a way to ...
7
votes
1answer
73 views

Sorting a clist in LaTeX3

I have a clist that I'd like to bubble sort. I'm sure this is a simple matter of something like \clist_bubblesort:N or something, but I don't know what the appropriate incantation is. A quick google ...
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 ...
6
votes
2answers
94 views

Make nomenclature sort math correctly

I am sorting my nomenclature as suggested by the nomencl package documentation, but \dot{q} is being sorted before a and v, where as the desired sort is: a \dot{q} v The existence of a default ...
8
votes
1answer
103 views

How does BibTeX sort references?

How does LaTeX sort references as it is causing the first reference I have used to be numbered as [2] in the document rather than [1]. See below: Technology has been introduced in various ways within ...
2
votes
0answers
63 views

1. Orderly sorting questions, 2.Resulting right answers using package exerquiz

I have two datasets, each containing problems dealing with a specific topic. These problems are stored in external files (again, one file per topic) and loaded into the datasets in a order. I need to ...
7
votes
3answers
121 views

Sorting to match a given list

I am looking for ideas on the following task. I want to sort the entries in \listb to those in \lista. It cannot always be assumed that only the elements of \lista are in \listb; neither can it be ...
2
votes
1answer
41 views

Index sorting where numbers are indexed

I have a vast document where I have a separate index of dates (really only the year or year range of particular events). I'm using memoir. Sometimes the year is known exactly ...
21
votes
3answers
1k views

BibTeX handling of the Dutch “van” name prefix with natbib

I want to produce the following with LaTeX/BibTeX: In the running text: ... we refer the reader to the work of Van Noort (2010). In the bibliography: Thomas van Noort. An important paper. ...
4
votes
2answers
159 views

Latex citations Bibtex. Wrong capital and alphabetical order [duplicate]

In my bibliography citations are ordered wrong. For example: @inproceedings{17Degroot, title={Critical scour: new bed protection design method}, author={De Groot, M.B.}, booktitle={Journal of ...
6
votes
2answers
74 views

How do I sort two glossaries (list of acronyms and list of symbols) differently?

I use the glossaries package to create a list of acronyms as well as a list of symbols. \usepackage[acronym,style=long]{glossaries} For the list of symbols the standard-glossary is used. Now I ...
8
votes
1answer
46 views

order of multiple keys in \cite-command

The biblatex-command \cite{key} can take several keys, separated by a comma: \cite{ckey1,akey2,bkey3}. The output is a list ordered alphabetically by surname: akey2; bkey3; ckey1 (where key of course ...
5
votes
2answers
89 views

a,b Designation for a lead author with different co-authors in the same year

Biblatex/biber citation sorting: ynt bibliography sorting: nyt Citation1 - Appeared first in 2010 Darwin et al (2010): Citation2 - Appeared second in 2010 Darwin et al (2010) When cited, the ...
1
vote
0answers
59 views

Numeric representation of a string [duplicate]

I am able to sort more than one numeric column in pgfplotstable. However, since, I was not able to convert a string to a numeric value (e.g. via using hash of string), I could not sort data according ...
3
votes
1answer
66 views

Sorting according to more than one key in pgfplotstable

Is it possible to sort rows of a pgfplotstable according to multiple keys? For example, input file is as follows: Mtx Kind P Sp A LP 16 4.2 C OPT 16 72.5 A LP 64 20.3 B OPT 16 ...
1
vote
1answer
99 views

Sort .bib file from within TexShop

Is there a way to sort a BibTeX file from within TexShop? For instance, I would like to have all items of type @proceedings at the end of the file, and the items otherwise sorted alphabetically (say ...
3
votes
0answers
84 views

Is the biblatex toggle behavior expected or should the result stabilize [closed]

In my previous question an issue arose due to the use of multiple bibliographies in the given solution, that I extended here. So the issue is that the numbering in the second bibliography toggles ...
5
votes
2answers
122 views

Biblatex/biber keep cycling and not settle when using custom sort

I'm trying to do a custom sort: citation order -> year/month -> author -> title I think I got it in the style in the code below. However, when I run it: pdflatex -> biber -> pdflatex -> pdflatex. ...
5
votes
1answer
233 views

Possible to change sort order in natbib?

I have played a little with LaTeX lately and I really like it, it makes the document look top professional and makes structuring a report easy. I am currently using it for a big assignment with lots ...
23
votes
5answers
9k views

Is there a BibTeX style that sorts references in reverse chronological order?

I am putting together a CV in latex, and I am trying to get my list of publications to display in reverse chronological order. I can use \bibliographystyle{unsrt} as a workaround, and just order the ...
0
votes
0answers
39 views

Biblatex: Chronological sorting in citations only [duplicate]

Presently I am using sort=nyt scheme, which correctly sorts the bibliography section. However, the citations are appearing as: (Author1 et al. 2002; Author2 et al. 1975; Author3 et al. 1999) I ...
3
votes
1answer
73 views

Sorting a list based on the length of each entry

Is there a way to sort an itemized list based on the length of each item? Something like \begin{Itemize} \item a \item aaaaaa \item aaaa \item aaa \item aaaaa \item aa \end{Itemize} which results ...
5
votes
1answer
101 views

Č doesn't sort in bibliography correctly but {\v C} does

I have an example here of an article document using pdflatex, bibtex, and natbib, where the Č character for Čermak isn't sorted in the bibliography correctly. I don't understand why not. Both files ...
4
votes
2answers
82 views

How to use a particular field in a specific entry type for sorting in biblatex

In answering this question: Creating Entry in Bibtex for Executive Orders I gave a biblatex solution which used a new entry type for Executive Orders. This particular entry type has no author, but ...
1
vote
1answer
180 views

Alphabetical order in natbib

I have read questions about this, and people say that it is just to include the natbib package and the plainnat style. For some reason my references will not sort alphabetically. Any help on this ...
6
votes
0answers
67 views

Indexing through texindy in imakeidx with custom .xdy style fails to produce desired order in index

I am trying to produce an index using texindy through the imakeidx make that follows the Sanskrit alphabetical order. I am working in XeLaTeX. I created a custom .xdy style file to be called as an ...
7
votes
2answers
806 views

Sort by author in Alpha bibliography

Using the alpha bibliography style, citations are sorted by the citation key. I'd like to use the same style of authors-year citation keys (e.g., [CP92]) but have the bibliography sorted by the first ...
7
votes
2answers
999 views

Sorting the bibliography by entry type

I am using BibTeX. For overall configuration I use a .cls file. I am looking for a way to sort the bibliography in this order: Books, articles, and miscellaneous. Currently all types of materials get ...
4
votes
1answer
934 views

Bibliography style like ieeetr

Are there any bibliography styles that supports both ordering as in ieeetr and author-year (ie. John et al.)?
9
votes
2answers
5k views

Is it possible to get unsrt + abbrv bibliography?

Is there a ready made BibTeX bibliography style file that both: (1) prints author names abbreviated (like abbrv) in the references section and (2) sorts references numerically in citation order (like ...
7
votes
1answer
135 views

Strange problem with BibTeX sorting

I know that Umlaute have to be avoided in BibTeX and I am using {\"a}, in fact I use BibDesk and it produces the correct LaTeX code. The sorting works for small characters, but I have one name ...
14
votes
1answer
340 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 ...
1
vote
2answers
185 views

Reference sorting within the .bst file

I am using a master thesis template which was prepared from my university. But when I compile my thesis, the references are sorting alphabetically instead of by appearance in the document. I have one ...
1
vote
0answers
32 views

Is there a bibtex style that sorts references according to publication type? [duplicate]

Possible Duplicate: Sorting the bibliography by entry type I am updating my CV and I was wondering if there exists a way to sort publications according to their type (articles, ...
3
votes
2answers
373 views

Bibtex style help - alphabetical sort

I have found a Bibtex style that suits my requirements very well as it presents my sources exactly how I want. I am using the \nocite{*} command to display all my bibliography sources from my .bib ...
2
votes
1answer
259 views

Bibliography is not order by appearance

I have my document with my .bib. My problem is that I can't figure it out how can I do to have the numbers of the references ordered by appearance. For instance when I cite \cite{website:Victhom} it ...
0
votes
0answers
70 views

numbering references in jabref [closed]

I'm using jabref for my references in latex. Slight problem is that the numbering of these references can't be changed within jabref itself. Is there some command to change the numbering of my ...
3
votes
1answer
190 views

Automatically insert capital letters as alphabetical breakpoints in a sorted column of names

Recently I used LyX to prepare a list with 200+ guest names for a wedding (page 1 illustrated below). Actually, it was a table including invited family names, the number of persons of each invited ...
1
vote
2answers
190 views

Modifying existing code to sort a list of abbreviations

I have currently the Latex code written in the .cls file to display a list of abbreviations as follows: \newcommand\listnomenclature{Abbreviations} \usepackage{longtable} ...
21
votes
1answer
2k views

biblatex: Reverse numbering (i.e., count down)

I was wondering if it is possible to get the citation numbers to count down [3] newest item [2] item [1] oldest item in biblatex? I am sorting using either using sorting=none and entering in ...
10
votes
1answer
243 views

A tool for creating a dictionary with right-to-left script

I'm trying to typeset a dictionnary, using Arabic script. I would like to create a list of words in three columns, with Arabic word in right column aligned to the right, its Polish translation aligned ...
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 ...
9
votes
1answer
250 views

Bibtex reverse numbering

For my CV, I would like to reverse number publications (i.e., starting from the total number of publications all the way down to 1). Is this possible with plain LaTeX and BibTeX? This question is ...
8
votes
2answers
250 views

How to sort the entries of a dictionary alphabetically?

This is a follow-up question to: How to automate a dictionary (sorting, headers)? I was wondering if there is a way to sort the entries alphabetically in the following code. I guess myself that ...
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] ...

1 2 3