Here we go... I can't compile for gtk no more due to fontmetrics issues, therefore gtk frontend haven't been tested. I have tested it before the corresponding svn commit, and it was working.
Ugras On 10/17/06, Georg Baum <[EMAIL PROTECTED]> wrote:
It is in now. Am Sonntag, 15. Oktober 2006 18:02 schrieb Georg Baum: > I have to check the parameter names of the cite commands, I believe that > some need to be swapped. That was not necessary. > The command parser in lyx2lyx has also to be > changed to something that understands nesting. I'll probably simply use > the code from InsetCommandParams::scanCommand unless somebody has a better > idea. That will be the next step. Ugras, please send an updated nomencl inset! Georg
nomencl_lyx.tgz
Description: GNU Zip compressed data
Index: ui/stdtoolbars.ui =================================================================== --- ui/stdtoolbars.ui (revision 15361) +++ ui/stdtoolbars.ui (working copy) @@ -76,6 +76,7 @@ Item "Insert cross-reference" "dialog-show-new-inset ref" Item "Insert citation" "dialog-show-new-inset citation" Item "Insert index entry" "index-insert" + Item "Insert notation entry" "nomencl-insert" Separator Item "Insert footnote" "footnote-insert" Item "Insert margin note" "marginalnote-insert" Index: ui/classic.ui =================================================================== --- ui/classic.ui (revision 15361) +++ ui/classic.ui (working copy) @@ -221,6 +221,7 @@ Item "Marginal Note|M" "marginalnote-insert" Item "Short Title" "optional-insert" Item "Index Entry|I" "index-insert" + Item "Notation Entry" "nomencl-insert" Item "URL...|U" "url-insert" Item "Note|N" "note-insert" Submenu "Lists & TOC|O" "insert_toc" @@ -310,6 +311,7 @@ Item "Table of Contents|C" "toc-insert" FloatListInsert Item "Index List|I" "index-print" + Item "Notation|N" "nomencl-print" Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex" End Index: ui/stdmenus.ui =================================================================== --- ui/stdmenus.ui (revision 15361) +++ ui/stdmenus.ui (working copy) @@ -291,6 +291,7 @@ Item "Cross-reference...|r" "dialog-show-new-inset ref" Item "Label...|L" "label-insert" Item "Index Entry|d" "index-insert" + Item "Notation Entry" "nomencl-insert" Item "Date" "date-insert" # I'm going to kill this dumb dialog, but for now ... Separator @@ -360,6 +361,7 @@ Item "Table of Contents|C" "toc-insert" FloatListInsert Item "Index List|I" "index-print" + Item "Notation List" "nomencl-print" Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex" End