Jose Capco schrieb:

How is this possible? If I have chapter 1, section 1
and I want the definition to be sequenced by 1.1,
1.2..etc. And when I reach section 2 I want them to be
2.1, 2.2 ... etc. Would appreciate any advise.

Add the command

\numberwithin{counter}{section}

to your preamble. "counter" is the counter of your environment/float type.
(E.g. it is "table " for table floats)

regards Uwe

Reply via email to