Hello I have problems to use the latex package nomencl unter lyx 1.3.4 and suse 9.1 pro. i have read the tips from Herbert Voss and Thomas Hemlich in this list, i have generate a lyx and a makeindex file in my home directory. i have insert the usepackage{nomencl}, \makeglossary, \printglossary and the \nomenclatrue... in my document but i became not a symbolverzeichnis in my document. i have seen the file.gls wars not generated during the latex run. my file lyx #!/bin/bash export PATH=~/lyxbin:$PATH /usr/bin/lyx -width 900 -height 700 $*
my makeindex file INDEXSTYLE=~/indexstyles ISTDEFAULT=default.ist FILTER=cat MAKEINDEX=/usr/bin/makeindex # LyX (1.1.5fix1) calls makeindex with "makeindex -c -q idxfile" IDXFILE=$3 BASE=`basename $IDXFILE .idx` INDFILE=$BASE.ind MSTFILE=$BASE.mst ILGFILE=$BASE.ilg [ -f $INDEXSTYLE/$ISTDEFAULT ] && STYLE="-s $ISTDEFAULT" [ -f $INDEXSTYLE/$MSTFILE ] && STYLE="-s $MSTFILE" export INDEXSTYLE $FILTER $IDXFILE | $MAKEINDEX -c -q $STYLE -o $INDFILE -t $ILGFILE What must i done to make it runs nomencl package correctly? In what a directory must i copy the files lyx and makeindex? Thanks jojo --------------------------------- Gesendet von Yahoo! Mail - Jetzt mit 100MB kostenlosem Speicher