From 4a2781dd25e2fa9ebf679496aa33a57903b97255 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Thu, 9 Jun 2016 23:49:55 +0300 Subject: [PATCH] Fix typo in index building command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec3d49d..37fe2e9 100644 --- a/README.md +++ b/README.md @@ -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.