Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Texindy program #28

Open
DidenkoAndre opened this issue Apr 12, 2017 · 2 comments
Open

Support Texindy program #28

DidenkoAndre opened this issue Apr 12, 2017 · 2 comments
Assignees
Labels
P3-collecting-feedback Please upvote this feature to have it implemented!

Comments

@DidenkoAndre
Copy link

DidenkoAndre commented Apr 12, 2017

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
Copy link
Owner

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

@DidenkoAndre
Copy link
Author

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;\

@aslushnikov aslushnikov added P3-collecting-feedback Please upvote this feature to have it implemented! and removed enhancement labels May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3-collecting-feedback Please upvote this feature to have it implemented!
Projects
None yet
Development

No branches or pull requests

3 participants