Please have a look at this MWE:
\documentclass{JHEP}
\usepackage{fleqn}
\author{me}
\abstract{a}
\title{t}
\begin{document}
\begin{equation}
a = b+1
\end{equation}
\end{document}
however it works, i got warning
inputting
fleqn.cloinstead of obsoletefleqn.sty
What is the difference between .clo and .sty?
If i use fleqn as a document class option instead of the package, it gets ignored. Why?
My last question, i also got warning
You have requested document class JHEP, but the document class provides JHEP3.
using this class. Why is that?