1

I know

\begin{equation*} \end{equation*} doesn't number my equation, but even though that's true for equations, I am unable to use it for Axioms, where I have included the environment as

\newtheorem{axiom}{Axiom}

and adding * after the argument of \begin{} \end{} class doesn't remove the numbering, and also \nonumber doesn't do it as well.

Can someone please point me out what is simple possible solution of this?

1 Answer 1

3

Assuming you use the amsthm package to create theorem-like environments, all you need to do is write

 \newtheorem*{axiom}{Axiom} 

in the preamble to turn off numbering for axiom environments.

2
  • Thank you very much, it helped! Could you kindly share a complete indented Latex documentation, that might be useful I guess. Commented Jul 24, 2021 at 21:58
  • Also one thing: Is there a possibility that I manually enumerate my axioms, or any other environment so far in the article? Commented Jul 24, 2021 at 21:58

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.