I need a way to set definition number (from subsection) in round brackets.
I.E.:
Now I use such statement:Definition (1.1.2)
Code: Select all
\newtheorem{df}{Definition}[subsection]
\newtheorem{nt}[df]{Note}
\newtheorem{st}[df]{Statement}
Thanks
Mike