aslushnikov / latex-online

Online latex compiler. You give it a link, it gives you PDF
http://latexonline.cc
MIT License
497 stars 89 forks source link

Support Texindy program #28

Open DidenkoAndre opened 7 years ago

DidenkoAndre commented 7 years ago

Texindy is makeindex thing, which can sort cyrillic letters. So it will be nice if your compiler works fine with this.

Link for my repo (again): http://latex.aslushnikov.com/compile?git=https://github.com/DidenkoAndre/GOS_book&target=_main.tex

However, if I compile locally with MikTex I will get the following Index. Your compiler just omits it.

image

aslushnikov commented 7 years ago

Could you please give me an example how you use xindy to compile your book?

DidenkoAndre commented 7 years ago

Actually you can look at this Makefile: https://github.com/DidenkoAndre/GOS_book/blob/master/Makefile

But two main lines for you:

    pdflatex -synctex=1 -interaction=nonstopmode -shell-escape $(MAINSRC);\
    xindy -L russian -C utf8 _main.idx;\