tea.mathoverflow.net - Discussion Feed ("align")2018-11-04T13:10:48-08:00http://mathoverflow.tqft.net/
Lussumo Vanilla & Feed Publisher
fedja comments on ""align"" (15427)http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15427#Comment_154272011-08-07T16:59:43-07:002018-11-04T13:10:48-08:00fedjahttp://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_153712011-08-04T21:11:02-07:002018-11-04T13:10:48-08:00Michael Hardyhttp://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_153472011-08-01T19:03:50-07:002018-11-04T13:10:48-08:00Anton Geraschenkohttp://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:
]]>
Michael Hardy comments on ""align"" (15339)http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15339#Comment_153392011-08-01T08:28:42-07:002018-11-04T13:10:48-08:00Michael Hardyhttp://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_153232011-07-30T22:40:29-07:002018-11-04T13:10:48-08:00Anton Geraschenkohttp://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:
]]>
Michael Hardy comments on ""align"" (15319)http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15319#Comment_153192011-07-30T17:02:12-07:002018-11-04T13:10:48-08:00Michael Hardyhttp://mathoverflow.tqft.net/account/291/
"align" works on stackexchange but not on mathoverflow.I have in minde code like the following:\begin{align}2 + 3 & = 5 \\2 \times 3 & = 6\end{align}If stackexchange ...
I have in minde code like the following: