tea.mathoverflow.net - Discussion Feed ("align") Sun, 04 Nov 2018 13:10:46 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher fedja comments on ""align"" (15427) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15427#Comment_15427 http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15427#Comment_15427 Sun, 07 Aug 2011 16:59:43 -0700 fedja Michael Hardy comments on ""align"" (15371) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15371#Comment_15371 http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15371#Comment_15371 Thu, 04 Aug 2011 21:11:02 -0700 Michael Hardy Anton Geraschenko comments on ""align"" (15347) http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15347#Comment_15347 http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15347#Comment_15347 Mon, 01 Aug 2011 19:03:50 -0700 Anton Geraschenko 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 http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15339#Comment_15339 Mon, 01 Aug 2011 08:28:42 -0700 Michael Hardy
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 http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15323#Comment_15323 Sat, 30 Jul 2011 22:40:29 -0700 Anton Geraschenko 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 http://mathoverflow.tqft.net/discussion/1096/align/?Focus=15319#Comment_15319 Sat, 30 Jul 2011 17:02:12 -0700 Michael Hardy
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. ]]>