How to cross-reference a Lemma/Theorem/Proposition in TeX Studio?
In the following output, I want to reference Proposition 2.1 in Theorem 2.2:
I have used the key \label{p2.1} in the Proposition 2.1 and then used the key \eqref{p2.1} in the Theorem 2.2.
But as shown above there is a bracket enclosing 2.1
I want to remove the bracket around 2.1. I just want to display 2.1 instead of (2.1).


If A=B then A-B=0withIf $A=B$ then $A-B=0$. Similarly, please replaceIf A=B then A+C=B+D implies C=DwithIf $A=B$ then $A+C=B+D$ implies $C=D$. The main difference lies in the spacing around the binary and relational operators such as+and=. – Mico Mar 12 '21 at 16:36\eqrefcommand and various LaTeX packages that provide methods that go beyond the basic\label-\refmechanism, please see Cross-reference packages: which to use, which conflict? – Mico Mar 12 '21 at 16:50