Hi!
I use LyX-1.6beta3-4-05 and MikTeX 2.7 от WindowsXP.
I want to make the Index page like this:
--------------------------------------------
А
Абракадабра, 33
Арбуз, 57
--------------------------------------------
So, I have read that I have to write a style-file (for example, mystyle.ist)
with code like
--------------------------------------------
headings_flag 1
heading_prefix "{\\normalfont\\bfseries "
heading_suffix "}"
--------------------------------------------
and define some parameters to run makeindex programm with (in LyX this
parameters can be specified via menu, by default they are: "makeindex -c -q").
But I can't obtain any result! I just get any error messages or a PDF with no
changes in Index! I very tried to replace the original .ist files in C:\Program
Files\MiKTeX2.7\makeindex\...\index.ist (of course, previously backupped), but
all have no effect!
Could anybody teach me step by step:
— what exactly I must write in "mystyle.ist";
— must "mystyle.ist" has the same name as my lyx-file ("mydocument.lyx" ==>
"mydocument.ist") or no;
— where exactly mystyle.ist must be placed (in the same folder that
"mydocument.lyx" or, may be, in any MiKTeX' folder);
— what exactly I must write in command line (in field "Index command") for make
index in LyX's dialog window,
etc.?