>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> 3) Don't load the wasysym package at all and let the user Georg> decide how to load it. This was the behaviour of 1.3.5. Georg> 4) Implement an additional switch (like use_amsmath) and let Georg> the user decide what to use: esint, amsmath or wasy. Georg> I think we should do 3) for 1.3.7, and that is implemented in Georg> the attached patch. Is that OK, Jean-Marc? I cannot think of a better solution right now. This is not very satisfying, though, since the wasy symbols are actually shown on screen by LyX. All in all I think this patch can be used for 1.3 and 1.4. Georg> For 1.4.0 we could either do 3) or 4). What do you think? I Georg> would prefer 3), since 4) needs some additional testing and Georg> documentation. Another solution might be to pass nointegral as an option of \documentclass, so that we do not get an error if wasy does not handle this option. This would mean however, that we get different styles of integrals depending on the version. Your solution 3) has the benefit of being predictable. Concerning solution 4), I am not sure it is much better than adding the right \usepackage in preamble. This feature is for people who really know latex, after all. JMarc