I would like to type a line of math like this.
Code: Select all
\begin{align}
\arg &\min ABC \\
s.t. A &= 1 \\
B &= 2
\end{align}
- I want to make the font size of these two lines
to be smaller than
Code: Select all
s.t. A &= 1 \\ B &= 2
\arg &\min ABC
- I want to make the
=
of the constrains to be aligned with the letterA
of\arg &\min ABC
PS: I attached an example and please look at the image.