I want to set group headings, in form of a corresponding letter, for an index in lyx. I have one main lyx file, containing links (with include) to other lyx files, placed in a subfolder.
I tried following, but it doesn't work.
First I created a file called test.ist in the same directory as my main lyx file, containing folling:
quote '>' headings_flag 1 heading_prefix "\\textbf\{\\huge " heading_suffix "\}" In my lyx main file I opend document settings, changed the processor under Indexes to "makeindex" and entered in option field "-g -s test.ist" (without quotes)
The lines corresponding to index in my log file look like this
(C:\...\miktex\tex\latex\base\makeidx.sty Package: makeidx 2000/03/29 v1.0m Standard LaTeX package ) \@indexfile=\write3 Writing index file test.idx Also the -g option doesn't show any effect.
Do you have a clue what to do and may give me a hint, please? Thank you.