Search found 5 matches

by raulastur
Wed Oct 01, 2008 12:56 am
Forum: General
Topic: subsubsections numbered as theorems
Replies: 10
Views: 6242

Re: subsubsections numbered as theorems

i solved it:
\newtheorem{theorem}[subsubsection]{Teorema}
\newtheorem{lemma}[subsubsection]{Lema}
\newtheorem{proposition}[subsubsection]{Proposición}
\newtheorem{corollary}[subsubsection]{Corolario}

now works, thank you stefan
by raulastur
Wed Oct 01, 2008 12:15 am
Forum: General
Topic: subsubsections numbered as theorems
Replies: 10
Views: 6242

Re: subsubsections numbered as theorems

i was wrong, i checked your way and it works!! can you tell me how to do the same with the lemmas and propositions (all sharing the same counter) . before i had this
\newtheorem{theorem}{Teorema} [subsection]
\newtheorem{lemma}[theorem]{Lema}
\newtheorem{proposition}[theorem]{Proposición ...
by raulastur
Wed Oct 01, 2008 12:00 am
Forum: General
Topic: subsubsections numbered as theorems
Replies: 10
Views: 6242

Re: subsubsections numbered as theorems

i was wrong, i checked your way and it works!! thank you very much
by raulastur
Tue Sep 30, 2008 9:31 pm
Forum: General
Topic: subsubsections numbered as theorems
Replies: 10
Views: 6242

Re: subsubsections numbered as theorems

thank you, but what i want is the converse: the subsubsection must use the counter of the theorem
by raulastur
Tue Sep 30, 2008 9:04 pm
Forum: General
Topic: subsubsections numbered as theorems
Replies: 10
Views: 6242

subsubsections numbered as theorems

hi, i'm trying to put the same counter on the subsubsection that i have for theorems.
theorem 3.4.5
3.4.1 (my subsubsection name)
this is what i have and i'd like to have:
theorem 3.4.5
3.4.6 (my subsubsection name)
any ideas????
thanks