Search found 2 matches

by madablasan
Sun Mar 18, 2012 7:54 pm
Forum: Math & Science
Topic: number an align conglomerate on the left
Replies: 2
Views: 3008

Re: number an align conglomerate on the left

Ok, that worked great, thanks! I put the (P) as a tag/label inside an empty align on the left box so that it could be accessible through hyperref.
About the style, I think you're right, but it's common practice in my field to do it this way. I will bring it up with my supervisor, he suggested the ...
by madablasan
Sun Mar 18, 2012 4:19 am
Forum: Math & Science
Topic: number an align conglomerate on the left
Replies: 2
Views: 3008

number an align conglomerate on the left

Hi all,
I have a question about alignment of equation numbers, this is my code:
\documentclass{book}
\usepackage{amsmath}
\begin{document}
\begin{align}
\max \qquad &\sum_{v}d(A,B)v(F_{1},F_{2},A,B)&&\label{problem}\tag{P}\\
\text{s.t.}\qquad & \displaystyle\sum_{\substack{v:i\in F_{1},\\j\in
B}}v ...