Tagged Questions
6
votes
1answer
131 views
Subequations inside align result in too wide equation
I want to create subequations and allign them such that nice 'inquality constraints' arise. My current code:
\begin{subequations}
\begin{align}
a & \le b & \le c \label{eq:constr1}\\
d & ...
2
votes
0answers
21 views
flushing lines in gather environment [duplicate]
Possible Duplicate:
How can I add left aligned text to an equation?
I need to write a system with sub-items looking like this:
\begin{subequations}
\begin{gather}
\text{
{\textit{First ...