Neal Becker wrote:
I just tried opening one of my docs. I'm pretty sure this didn't happen with
1.6.0rc3:
TextClass.cpp(599): Error: Textclass 'amsart' is missing a defaultstyle.
Error reading `[layouts/amsart.layout]'
(Check `amsart')
Check your installation and try Options/Reconfigure...
Error: Could not load class
----------------------------------------
The document class amsart could not be loaded.
This is my mistake. I forgot to change the AMS styles after a recent
patch. Very bad. Fortunately, it is easily fixed and is already
committed to trunk. If you want to fix it yourself, find amsart.layout
and change the line that says:
UseModule theorems-ams
to:
DefaultModule theorems-ams
Same change is needed for amsbook.
rh