I have a string of equations, each with a label that I would like to format nicely. I want the equation labels to be at the same horizontal position and the start of the equation to be at the same horizontal location. Additionally, I want each equation to have a label.
There seem to be a large number of ways this could be done, but I can't get anything to work correctly. A tabbing seems to not work with equations. Also tried putting the equation in a \vbox with tabbing, but that kills the formatting.
Example:
Label: Equation
Longer label: Equation
Lab: Equation
What I'm working with
%+++++++++++
\begin{equation}
\label{e:failuniaxlocal}
Uniaxial Local Buckling: MOS=\frac{\sigma_Y}{\sigma}-1
\end{equation}
%+++++++++++
%+++++++++++
\begin{equation}
\label{e:failuniaxlocal}
Uniaxial Local Buckling:
\end{equation}
%+++++++++++
%+++++++++++
\begin{equation}
\label{e:failshearlocal}
Shear Local Buckling:
\end{equation}
%+++++++++++
%+++++++++++
\begin{equation}
\label{e:failinterlocal}
Uniaxial-Shear Interaction:
\end{equation}
%+++++++++++
%+++++++++++
\begin{equation}
\label{e:failstffbck}
Stiffener buckling: MOS=\frac{pi^2 H_{22}}{P L^2}-1
\end{equation}
%+++++++++++
enter code here


\ref?) – Steven B. Segletes Feb 27 '14 at 00:49