Hi,
Thanks, everything is ok.
There is one more question (hopefully the last one, if not, sorry for me), a little bit more difficult.
I want to obtain 2.1.1 Theorem, 2.1.2 Corollary, etc., where 2.1 is the section number, and in a new section starting from the beginning. So the counting would be linearly increasing (in a given section) and the number first then the word. If I'm right, then we should modify in
structure.tex
line 128
\thmnumber
somehow,
Code: Select all
{\small\sffamily{\tiny\ensuremath{\blacksquare}}\ \thmname{#1}\thmnumber{\@ifnotempty{#1}{ }\@upn{#2}} % Theorem text (e.g. Theorem 2.1)
and, similarly, in line 139,
Code: Select all
{\small\sffamily\thmname{#1}\thmnumber{\@ifnotempty{#1}{ }\@upn{#2}} % Theorem text (e.g. Theorem 2.1)
Besides of these, we should modify
\newtheorem{problem}{Problem}[chapter]
also.
I tried with section instead of chapter, but it is not good, and the number appears first not the word Problem.
Cheers,
Sandor