Uwe Stöhr wrote: > This patch can also go to LyX 1.6.4 since it is no fileformat change (and > because I need this for my thesis ;-) ). Attached is furthermore a small > LyX testfile to show that and how our solution works.
Actually, I have thought some more about it, and I think it is a fileformat change. As mentioned yesterday, we simply change the output of files that use the nomencl.cfg file for setting the width. Thus, what we need to do is: * Introduce a CommandParam: "setWidth" with the states "auto" and "none". * set this param to "none" for all old files * set the param to "auto" for all new files. if "none" is set, the automatic width calculation is not used. Later, you can add a third state "custom". Jürgen