Closed atxy-blip closed 2 years ago
With Update 2022-08-05 (2717cba13f0a2d8b2ad8edbb5df64d2f4679543c), you will see the following error message if a proper backend is not provided:
Package create-theorem: A backend (such as "amsthm") is needed to
(create-theorem) provide the commands "\newtheorem(*)" and
(create-theorem) "\theoremstyle" with the usual behaviour.
(Internally it just check if \theoremstyle
is defined so it might not be very accurate. However I'm not able to come up with a better approach for the moment.)
The key qed
for Q.E.D. symbol now works with ntheorem
(but you need to load it with the option thmmarks
). Since your project uses ntheorem
previously, it should not cause much compatibility issues if you use ntheorem
as the backend. However, considering that I have no real-life experience with ntheorem
, there might still be some issues for create-theorem
to work with it. Feel free to open a new entry if you find such incompatibilities ;)
Discussed in #3: