Tagged Questions
6
votes
0answers
65 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 ...
5
votes
1answer
369 views
Properly sort index containing utf8 characters?
If my input file is utf8 encoded, how to I create an index where the entries are properly sorted?
Minimal example
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{makeidx}
\makeindex
...