Thank you very much, K. Paul and Ignasi ❤ You have provided me solutions that suit my document perfectly! However -- well -- which answer should I mark to be 'accepted' when both are correct?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What I have
I have the following code
\documentclass{article}
\begin{document}
We have $1+1=2$. (1)
Besides, we already have $3-1=2$. (2)
Since (1) and (2) we get $1+1=3-1$.
\end{document}
What I want
I want to have the result like this
where the black (1) and (2) are at the end of the line (like this question), but I can label them and then cite them in the next lines by the clickable red (1) and (2).
Thank you in advance!
Edit
A part of my document (in Vietnamese):
I want to change the position of the (3) (red arrow), but other equations (especially display equation as the blue arrow pointing) should not be affected.





1+1=2for a short and simple MWE. However, I use it in geometry, likeSince AB=BC, we get that ΔABC is isosceles (1). The way of writingΔABC is isoscelesin the center of a new line is not quite good to me. – Nov 07 '18 at 08:03