Skip to content

Conversation

tvayer
Copy link

@tvayer tvayer commented Apr 21, 2023

When defining the environnements in the .sty file it gives :

\newtheorem{example}{Example}  
\newtheorem{theorem}{Theorem} 
\newtheorem{lemma}[theorem]{Lemma}  
\newtheorem{proposition}[theorem]{Proposition}  
\newtheorem{remark}[theorem]{Remark} 
\newtheorem{corollary}[theorem]{Corollary} 
\newtheorem{definition}[theorem]{Definition} 
\newtheorem{conjecture}[theorem]{Conjecture} 
\newtheorem{axiom}[theorem]{Axiom}

In particular the ‘‘Example'' environnement is not incremented in the same way as the ‘‘Remark''. In practice we can quickly have Remark 45 since everything is incremented but just Example 2.

This PR fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant