summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csvsimple/namesort.xml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/csvsimple/namesort.xml
Initial commit
Diffstat (limited to 'macros/latex/contrib/csvsimple/namesort.xml')
-rw-r--r--macros/latex/contrib/csvsimple/namesort.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/latex/contrib/csvsimple/namesort.xml b/macros/latex/contrib/csvsimple/namesort.xml
new file mode 100644
index 0000000000..6c17bd4d2a
--- /dev/null
+++ b/macros/latex/contrib/csvsimple/namesort.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<csv>
+ <bracket empty="true" />
+ <sortlines>
+ <column name="name" order="ascending" type="string"/>
+ <column name="givenname" order="ascending" type="string"/>
+ </sortlines>
+</csv>