I've to print an index of name. My code is the following one:
\usepackage{imakeidx}
\indexsetup{othercode=\footnotesize}
\makeindex[intoc=true,title=Indice dei nomi,columnsep=25pt]
However, when pages are a lot and the entry for a name request more than one line, I'd like to have a narrower indentation. I mean the result has to be NOT
Smith, John, 1, 3, 5, 7, 9, 11,
16, 18, 29,
33, 42
BUT
Smith, John, 1, 3, 5, 7, 9, 11,
16, 18, 29, 33, 42
How is it possible to reduce that indentation? thanx

imakeidx. Seeidxlayoutpackage for example. – Jan 17 '15 at 19:54\usepackage[hangindent=1em]{idxlayout}I obtain:! Package bidi Error: Oops! you have loaded package ragged2e after bidi package. Please load package ragged2e before bidi package, and then try to run xelatex on your document again.I'll try to produce a MWE – user41063 Jan 17 '15 at 19:58article.clsby the command\@idxitem– Jan 17 '15 at 20:07