momeni / sharif-thesis

The XeLaTeX template for writing thesis according to the style of Sharif University of Technology (SUT)
GNU General Public License v3.0
34 stars 14 forks source link

Using xindy in miktex #7

Open hnikaein opened 4 years ago

hnikaein commented 4 years ago

Not an issue,

I'm not sure where should I post this, but for using xindy in miktex, some fixing in xindy.pl is needed:

  1. delete line 848: $outfile=quotify($outfile);
  2. correct value of "$is_w32" and "$real_cmd" in lines 368 and 372. For example: our $is_w32 = 1; our $real_cmd = "/C/Program files/MiKTeX2.9/scripts/xindy/xindy.pl";
  3. copy the lang folder from MiKTeX2.9/xindy/modules folder to your workspace.
  4. copy the tex.xdy file from MiKTeX2.9/xindy/modules/base folder to your workspace.