tea.mathoverflow.net - Discussion Feed ("align") 2018-11-04T13:10:48-08:00 http://mathoverflow.tqft.net/ Lussumo Vanilla & Feed Publisher fedja comments on ""align"" (15427) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15427#Comment_15427 2011-08-07T16:59:43-07:00 2018-11-04T13:10:48-08:00 fedja http://mathoverflow.tqft.net/account/29/ \cr is an alternative for double backslash that seems to work fine in the align and similar environments. Michael Hardy comments on ""align"" (15371) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15371#Comment_15371 2011-08-04T21:11:02-07:00 2018-11-04T13:10:48-08:00 Michael Hardy http://mathoverflow.tqft.net/account/291/ OK, I'll try that...... Anton Geraschenko comments on ""align"" (15347) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15347#Comment_15347 2011-08-01T19:03:50-07:00 2018-11-04T13:10:48-08:00 Anton Geraschenko http://mathoverflow.tqft.net/account/2/ Try double dollar signs: <p> $$\begin{align} 2 + 3 & = 5 \\ 2 \times 3 & = 6 \end{align}$$ </p> Try double dollar signs:

<p>
$$\begin{align}
2 + 3 & = 5 \\
2 \times 3 & = 6
\end{align}$$
</p>
]]>
Michael Hardy comments on ""align"" (15339) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15339#Comment_15339 2011-08-01T08:28:42-07:00 2018-11-04T13:10:48-08:00 Michael Hardy http://mathoverflow.tqft.net/account/291/ Thank you.This seems to work.(But the display is not centered or indented the way it would normally be, so it's still not as good as on stackexchange.)
This seems to work.

(But the display is not centered or indented the way it would normally be, so it's still not as good as on stackexchange.)]]>
Anton Geraschenko comments on ""align"" (15323) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15323#Comment_15323 2011-07-30T22:40:29-07:00 2018-11-04T13:10:48-08:00 Anton Geraschenko http://mathoverflow.tqft.net/account/2/ They've modified the server side markdown engine to not mess with stuff in math. We can't do this, so the double backslash gets converted to a single backslash. You could either use a quadruple ... They've modified the server side markdown engine to not mess with stuff in math. We can't do this, so the double backslash gets converted to a single backslash. You could either use a quadruple backslash, or try to keep markdown from messing things up. Since we may migrate to SE 2.0, the most reliable thing to do is to enclose the align in P tags, like this:

<p>
$\begin{align}
2 + 3 & = 5 \\
2 \times 3 & = 6
\end{align}$
</p>
]]>
Michael Hardy comments on ""align"" (15319) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15319#Comment_15319 2011-07-30T17:02:12-07:00 2018-11-04T13:10:48-08:00 Michael Hardy http://mathoverflow.tqft.net/account/291/ &quot;align&quot; works on stackexchange but not on mathoverflow.I have in minde code like the following:\begin{align}2 + 3 &amp; = 5 \\2 \times 3 &amp; = 6\end{align}If stackexchange ...
I have in minde code like the following:

\begin{align}
2 + 3 & = 5 \\
2 \times 3 & = 6
\end{align}

If stackexchange can do it, it should be possible to get the same feature here.]]>