How to define the theorem environment to make an attribution in the formulation. To use something like that
\thm[Lagrange]{...}
and obtain
Theorem 3 (Lagrange). {...}
I searched this site but to no avail.
How to define the theorem environment to make an attribution in the formulation. To use something like that
\thm[Lagrange]{...}
and obtain
Theorem 3 (Lagrange). {...}
I searched this site but to no avail.
amsthmorntheorem. – Bernard Mar 23 '20 at 10:20\begin{thm}[Lagrange]if you are usingamsthm. – barbara beeton Mar 23 '20 at 19:31amsthm, it might be helpful for you to read the user's guide:texdoc amsthdoc. It's not very long, and explains a lot about how things work as well as gives guidance for frequently requested variations. – barbara beeton Mar 23 '20 at 20:36