Am 27.11.2015 um 23:06 schrieb Richard Heck:
The attached patch corrects an oversight in the lyx2lyx code for the
Solution and Solution* environments, namely, that the latter was not
handled. Someone please have a look. And Uwe, can you please test?
Your patch is not applicable. You have unchanged code in your patch that
does not exist in current git master.
However, this change:
- add_to_preamble(document, "\\theoremstyle{plain}\n" \
+ add_to_preamble(document, "\\theoremstyle{definition}\n" \
Is incorrect. plain is correct for "theorems-std" and "theorems-ams"
while for "theorems-bytype" and "theorems-ams-bytype" definition is correct.
regards Uwe