I want to have numbering for mathematical condition but I can't find any environment for this. I mean something like this:
\begin{condition}
a should be posotive
\end{condition}
\begin{condition}
b should be Negative
\end{condition}
and have this output:
condition 1.1: a should be positive
condition 1.2: b should be Negative
any help will be appreciated.

itemize(or similar) with customized item label not enough? – CarLaTeX Oct 16 '16 at 08:45codeanscodecan have customed labels I used this answer and then I made that. Thanks again. – SirSaleh Oct 16 '16 at 09:13