1
vote
1answer
83 views

Enumerated sorted list with datatool

How can I adapt a sorted list so that it becomes an enumerated sorted list? Here is the sorted list I currently have. \documentclass{report} \usepackage{enumitem} \usepackage{datatool} ...
0
votes
0answers
125 views

How can I have multiple sorted lists in a single document? [closed]

Without setting up an index, is it possible to have multiple sorted (alphabetized) lists in the same document? Here is what I have thus far using the datatool package: ...