Fix README

This commit is contained in:
Alexander Luzgarev 2016-06-09 23:43:37 +03:00
parent e4ba6d86bf
commit 407983814a

View File

@ -1,5 +1,7 @@
Use pdflatex to compile. Use pdflatex to compile.
To rebuild index you need to prepare your texindy installation: To rebuild index you need to prepare your texindy installation:
* find the files tex/inputenc/*.xdy
* convert, say, cp1251.xdy to utf with 'iconv -f cp1251 -t utf8 cp1251.xdy | sudo tee utf8.xdy' or something like that * find the files `tex/inputenc/*.xdy`;
Now you have the correct utf8.xdy! Use 'texindy -L russian --codepage utf-8 algebra.idx' to rebuild index. * convert, say, cp1251.xdy to utf with `iconv -f cp1251 -t utf8 cp1251.xdy | sudo tee utf8.xdy` or something like that.
Now you have the correct utf8.xdy! Use `texindy -L russian --codepage utf-8 algebra.idx` to rebuild index.