tea.mathoverflow.net - Discussion Feed (How to include a matrix on MO) Sun, 04 Nov 2018 13:48:59 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher theojf comments on "How to include a matrix on MO" (17238) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17238#Comment_17238 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17238#Comment_17238 Sat, 26 Nov 2011 23:32:02 -0800 theojf
A more robust solution than judiciously adding extra backslashes is to protect the equation with <p> and </p>. Markdown, the offending software in question, does not process anything between those tags. This means you won't have *s and _s for emphasizing words. If you need them, <i>...</i> and <b>...</b> are still honored by most web browsers, although I think they are no longer part of modern html.

(Finally, note that this meta forum also runs Markdown, but does other sanitization first, so to test things, use faketestsite, not meta.) ]]>
Asaf Karagila comments on "How to include a matrix on MO" (17230) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17230#Comment_17230 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17230#Comment_17230 Fri, 25 Nov 2011 14:20:58 -0800 Asaf Karagila I believe that MathJax supports the {matrix} environment actually.

]]>
grp comments on "How to include a matrix on MO" (17227) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17227#Comment_17227 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17227#Comment_17227 Fri, 25 Nov 2011 13:56:59 -0800 grp http://faketestsite.stackexchange.com/ is a place where you can create a user and test out posts for MathOverflow and work out the bugs. You can also view source in posts that you like and copy (hopefully) fragments and modify them. For posts that are edited, you can click on the time of last edit to get to (links to) the source.

If it weren't against MathOverflow policy, I would post a question like "What sample TEX\Markdown has been useful to you on MathOverflow that you would like to share?" Many of the common questions as well as many of the less common questions might get resolved by a post and then later turned into a handy if somehwat limited reference. Or someone could assemble the answers provided on meta into something useful.

Gerhard "If Wishes Were Action Items" Paseman, 2011.11.25

]]>
Valerio Capraro comments on "How to include a matrix on MO" (17226) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17226#Comment_17226 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17226#Comment_17226 Fri, 25 Nov 2011 13:16:16 -0800 Valerio Capraro Valerio Capraro comments on "How to include a matrix on MO" (17225) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17225#Comment_17225 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17225#Comment_17225 Fri, 25 Nov 2011 13:12:20 -0800 Valerio Capraro Will Jagy comments on "How to include a matrix on MO" (17223) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17223#Comment_17223 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17223#Comment_17223 Fri, 25 Nov 2011 13:08:05 -0800 Will Jagy
This is because one of the many programs that chew up MO posts interprets the first backslash as a command and swallows it.

To minimize frustration, why not first try a 2 by 2 identity matrix in your post and confirm that this works. Or some other post about which you don't care...

For Example,




$$ A_2 \; = \;
\left( \begin{array}{rr}
1 & 1 \\\
0 & 1
\end{array}
\right) ,
$$


$$ A_3 \; = \;
\left( \begin{array}{rrr}
1 & 1 & 0 \\\
0 & 1 & 1 \\\
0 & 0 & 1
\end{array}
\right) ,
$$

$$ A_4 \; = \;
\left( \begin{array}{cccc}
0 & -1 & 1 & 0 \\\
1 & 0 & 0 & 1 \\\
0 & 0 & 0 & -1 \\\
0 & 0 & 1 & 0
\end{array}
\right).
$$ ]]>
Valerio Capraro comments on "How to include a matrix on MO" (17222) http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17222#Comment_17222 http://mathoverflow.tqft.net/discussion/1223/how-to-include-a-matrix-on-mo/?Focus=17222#Comment_17222 Fri, 25 Nov 2011 12:58:46 -0800 Valerio Capraro
this is a stupid post, but I am quite stupid using technology in general. Already here http://mathoverflow.net/questions/80777/what-is-a-continuous-path I had some problem to include a matrix in MO: I copied-pasted from by Tex file, but it didn't work.

How can I include a matrix?

Thanks in advance.

Valerio ]]>