rgheck a écrit :
Philippe Charpentier wrote:
- for the question of loading automatically two modules, one depending
on the other (my last question
today), the problem is still present.
OK, I think I have that one figured out, too. Try the attached.
Any comments on this?
rh
I just tried your patch on rev. 27311.
For me it solve the problem and everything seems (I only try the loading
of modules)
to works fine now. I have just noticed an incorrect output:
when I create a new document in the "article (AMS)" class, the
DefaultModule "theorems-ams"
is loaded but the output is:
BufferParams.cpp(1546): Default module `theorems-ams' could not be added.
Same kind of output occurs when I use my class.
When I change from "article (AMS)" to "article (AMS) Français" the
output is:
BufferParams.cpp(1494): Module `theorems-ams' dropped because excluded
by document class.
BufferParams.cpp(1546): Default module `theorems-ams-fr' could not be added.
BufferParams.cpp(1546): Default module `theorems-sec-fr' could not be added.
and the two last modules are loaded as expected.
And when I change from "article (AMS) Français" to "article (AMS)":
BufferParams.cpp(1546): Default module `theorems-ams' could not be added.
which is correct, but the same output appears when changing from
"article" to
"article (AMS)" which is not correct, the module "theorems-ams" being
loaded.
This is certainly a minor issue which can be easily corrected.
Thanks
PhC