Hi all Thmtools is supported by its own style file.
It works nicely if the setting is defined in the file that is edited:
--8<---------------cut here---------------start------------->8---
\documentclass[12pt,reqno]{amsart}
\usepackage{amssymb,amsfonts,amsmath,amsthm}
\usepackage{thmtools}
\declaretheorem[name=Claim,Refname={Claim,Claims},numberwithin=section]{claim}
\begin{document}
\end{document}
--8<---------------cut here---------------end--------------->8---
Then LaTeX-environment inserts the environment «claim»
If however I have the following setting
--8<---------------cut here---------------start------------->8---
\documentclass[12pt,reqno]{amsart}
\usepackage{amssymb,amsfonts,amsmath,amsthm}
\usepackage{thmtools}
\usepackage{style/mythmtools-setup}
\begin{document}
\end{document}
--8<---------------cut here---------------end--------------->8---
And in style/mythmtools-setup
--8<---------------cut here---------------start------------->8---
\ProvidesPackage{mythmtools-setup}[2025/09/29 v2.0]
\declaretheorem[name=Claim,Refname={Claim,Claims},numberwithin=section]{claim}
--8<---------------cut here---------------end--------------->8---
Then LaTeX-environment does *not* insert the environment «claim»
Any idea how to solve this?
Regards
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
