% This file is embedded in datatool-user.pdf version 3.0.1 2025-03-05 % Example 56 Sorting Lists with \dtlsortlist (Letter vs Word) % Label: "ex:sortlistwordletter" % arara: pdflatex % arara: pdfcrop \documentclass[12pt]{article} \pagestyle{empty} \usepackage{datatool-base} \newcommand{\mylist}{sea, sea lion, Sealyham, seal, sealant, sealing wax} \begin{document} \dtlsortlist{\mylist}{\dtlletterindexcompare} Letter: \DTLformatlist{\mylist}. \dtlsortlist{\mylist}{\dtlwordindexcompare} Word: \DTLformatlist{\mylist}. \end{document}