Myriam Abramson ([EMAIL PROTECTED]) wrote:
> I would like to write a glossary in Lyx (to take advantage of the nice
> equation formatting) that I would convert to html with latex2html.
> Any ideas on how to go about that?
I'm just finishing one book in LyX and have glossary (although without
equations) in it.
It looks like:
\glossary{term: definition}
All my glossary terms are in one lyx file which is part of the master document.
Please note that I'm using xindy for producing index & glosary since it can
handle foreign languages and make proper sorting order (I use Croatian language
with Sanskrit diacritics).
It's not complicated.
After running LyX (LaTeX) you get *.glo file and then with the script from xindy
package you run: tex2xindy <glossfile.glo >glossfile.ext.
(it produces filw which xindy can handle out of LaTeX glossary file).
Then, xindy -o output.gls glossary.xdy glossfile.ext
which produce LaTeX "gls" (glossary output file) from xindy file.
Run latex one more time and that's it.
Hope it helps.
Sincerely,
Gour
OA
>
> TIA
>
> myriam
>