'How to change LaTex equation tag style

I am currently working on my essay and trying to use LaTex to finish my work.

I got equation tags style like (2.1) and (2.2) , and I am asked to change them into style like (2-1) and (2-2). I have difficulty in finding relevant articles or answers.

Many thanks.



Solution 1:[1]

Sorry to the community.

I found an approach in here

Add this to .cls file.

\RequirePackage{amsmath}
\renewcommand{\theequation}{\thechapter--\arabic{equation}}

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user1116678