4
votes
0answers
77 views

Index with a combination of one and two columns

I am using the following to create my index file. heading_prefix "{\n\\bfseries\\color{black} " % insert in front of letter heading_suffix "\\hfil}\\nopagebreak\n" % append after letter ...
2
votes
1answer
119 views

Hindi numbers are displayed instead of Arabic numbers using polyglossia and breaking index

I have tried to display Arabic numbers instead of Hindi numbers in my document. Below is my MWE. \documentclass[a4paper,12pt]{article} \usepackage{fontspec} \usepackage{fancyhdr} ...
6
votes
0answers
68 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 ...
4
votes
2answers
211 views

How to display proper ranges in index using Xindy and XeLaTeX?

When I generate my index with XeLaTeX using xindy as described here: How to use xindy with XeTeX/LuaTeX? I struggle with proper ranges being displayed. Essentially, the dashes are missing and the page ...
11
votes
3answers
1k views

How to use xindy with XeTeX/LuaTeX?

According to Xindy revisited: Multi-lingual index creation for the UTF-8 age (TUGboat), “if one has a raw index file that was produced by [XeTeX], one can use xindy; it will ‘just work’.” ...