You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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''
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''
jmlr-style-file/jmlr2e.sty
Line 371 in 70b4d89
jmlr-style-file/jmlr2e.sty
Line 375 in 70b4d89
In practice we can quickly have Remark 45 since everything is incremented but just Example 2: is it a feature or a bug ? (I can make a PR if so)
The text was updated successfully, but these errors were encountered: