Say I have the following three equations:
Code: Select all
\begin{equation}
x_t = x_0 + vt + \frac{1}{2} at^2
\label{a}
\end{equation}
\\
\begin{equation}
v_t = v_0 + at
\label{b}
\end{equation}
\\
\begin{equation}
F = ma
\label{c}
\end{equation}
Code: Select all
Equations \ref{a}, \ref{b}, \ref{c} where first introduced by...
Is there a way to tell latex to fix it into:Equations 1.1, 1.2, 1.3 where first introduced by...
Thanks.Equations 1.1 - 1.3 where first introduced by...