Skip to main content

Questions tagged [sorting]

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

0 votes
0 answers
18 views

This is a follow up of Biblatex descending order of references with numeric style: wrong vertical alignment if more than 10 entries. The answer of this question, based on biblatex's locallabelwidth, ...
Denis Bitouzé's user avatar
0 votes
1 answer
74 views

I have a list of items and difficulty ratings: Name1, V1 Name2, V10 Name3, V2 etc I’m adding these to an index as: \index[boulderproblemsbygrade]{V1!Name1}% And then printing the index with: \...
Kevin Nowaczyk's user avatar
0 votes
1 answer
80 views

How can references be sorted by order of appearance in the ACM LaTeX template? \documentclass[manuscript]{acmart} %% %% \BibTeX command to typeset BibTeX logo in the docs \AtBeginDocument{% \...
Questioner's user avatar
2 votes
1 answer
114 views

I am preparing a paper for the Acta Gecotechnica journal, which has its own LaTeX template. I read the comments here and there, but none of them work on my LaTeX file. I would upload template files if ...
Ehsan Benabbas's user avatar
0 votes
1 answer
49 views

As it is asked in a similar question: Refer to Theorem A,B,C, I need to sort my theorems, corollaries, and etc., in alphabetical order like, Theorem A, Theorem B, Corollary C, but when it comes to &...
Navid Razavi's user avatar
3 votes
1 answer
131 views

I have two theorem, each of which is a list of two "subtheorems". I would like to use cleveref to refer to an assortment of these subtheorems. However, cleveref is not sorting the ...
Tyrrell McAllister's user avatar
4 votes
1 answer
106 views

I notice that the order of pages in the index is impacted by whether hyperref is loaded or not. It's sad when that happens. So in the following MWE, without hyperref you get: test, 1, 1n1 And with ...
David Purton's user avatar
  • 28.7k
2 votes
1 answer
139 views

Is there a way to use proper code style to sort groups of numbers in TikZ? For example, I would like to sort the following list of lists by the value \valuea, and then access the results of the sorted ...
Jasper's user avatar
  • 11.2k
2 votes
1 answer
114 views

\str_compare:nNTF doesn't work as expected with diacritical characters. This is highlighted by the following MCE where strings should be sorted in the order “café, cafy, cafz” and not “cafy, cafz, ...
Denis Bitouzé's user avatar
3 votes
1 answer
55 views

Questions on TeX.SE asking for a descending order of references in a biblatex context often receive an answer recommending the following code: \AtDataInput{% \csnumgdef{entrycount:\therefsection}{% ...
Denis Bitouzé's user avatar
2 votes
1 answer
110 views

I need to loop over a directory. I found this code from (here): \documentclass{article} \usepackage{l3sys-shell} \ExplSyntaxOn \NewDocumentCommand \inputfiles { m } { \sys_shell_split_ls:nN {#1} ...
user69507's user avatar
  • 123
0 votes
1 answer
74 views

I'm currently working on my glossary and using bib2gls with glossaries-extra to automatically sort alphabetically. It works for Roman letters, but it sorts Greek letters incorrectly. Here’s a minimal ...
Gabriel Kyziroglou Müller's user avatar
0 votes
0 answers
40 views

Goodmorning, I am writing a bst file (see below) but I have two problems: I need that cited articles appear following the year of publication (firstly the newest) References have to be anticipated by ...
Lorenzo's user avatar
  • 11
0 votes
0 answers
48 views

\chapter*{Nomenclature} \rhead{Nomenclature} %\end{center} \addcontentsline{toc}{chapter}{Nomenclature} %\renewcommand{\nomname}{} \nomenclature{$A$}{Amplitude} \nomenclature{$c$}{Chord} \...
user373866's user avatar
3 votes
0 answers
324 views

The Goal: The goal is to find a way to definitively sort triangles in 3D, where the triangles are connected, and do not overlap. For instance, this situation will never occur, since they are connected:...
Jasper's user avatar
  • 11.2k

15 30 50 per page
1
2 3 4 5
42