bräuchte kurz eure Hilfe bei folgendem Code
\documentclass[12pt]{article} \usepackage[latin1]{inputenc} \usepackage[ngerman]{babel} \usepackage{a4wide} \usepackage{amsfonts, amsmath, amsthm} \usepackage[pdftex]{graphicx} \usepackage{enumerate} \numberwithin{equation}{section} \newtheorem{theorem}[equation]{Theorem} \newtheorem{lemma}[equation]{Lemma} \newtheorem{set}[equation]{Satz} \newtheorem{corollary}[equation]{Korollar} \newtheorem{definition}[equation]{Definition} \newtheorem{bemerkung}[equation]{Bemerkung} \newtheorem{beispiel}[equation]{Beispiel}
Definition 2.1
Satz 2.2
Formel 2.3
Formel 2.4
Korollar 2.5
Ich hätte aber gerne, das beides separat nummiert wird, also
Definition 2.1
Satz 2.2
Formel 2.1
Formel 2.2
Korollar 2.3
Könnt ihr mir da weiterhelfen?
Merci