Fix typo in index building command
This commit is contained in:
parent
407983814a
commit
4a2781dd25
@ -4,4 +4,4 @@ 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.
|
||||
|
||||
Now you have the correct utf8.xdy! Use `texindy -L russian --codepage utf-8 algebra.idx` to rebuild index.
|
||||
Now you have the correct utf8.xdy! Use `texindy -L russian --codepage utf8 algebra.idx` to rebuild index.
|
||||
|
Loading…
x
Reference in New Issue
Block a user