tea.mathoverflow.net - Discussion Feed (Writing matrices) 2018-11-04T13:42:19-08:00 http://mathoverflow.tqft.net/ Lussumo Vanilla & Feed Publisher Andrew Stacey comments on "Writing matrices" (1945) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1945#Comment_1945 2010-01-18T08:54:08-08:00 2018-11-04T13:42:19-08:00 Andrew Stacey http://mathoverflow.tqft.net/account/4/ Markdown does still look at the contents of code blocks and does do some escaping so I wouldn't consider the backticks method completely safe. What is completely safe is to enclose a paragraph with ... Markdown does still look at the contents of code blocks and does do some escaping so I wouldn't consider the backticks method completely safe. What is completely safe is to enclose a paragraph with 'p' tags. Markdown doesn't look inside those at all.

]]>
Anton Geraschenko comments on "Writing matrices" (1923) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1923#Comment_1923 2010-01-17T20:24:19-08:00 2018-11-04T13:42:19-08:00 Anton Geraschenko http://mathoverflow.tqft.net/account/2/ Actually, I think I can have it done automatically by the editor without generating a giant amount of code for me to maintain. I'll try to do it some time soon (I do have real life to work on too). ... Actually, I think I can have it done automatically by the editor without generating a giant amount of code for me to maintain. I'll try to do it some time soon (I do have real life to work on too). Daniel LeCheminant has done something like that at http://math-preview.stackexchange.com/, but I can't stomach the amount of code that he used to do all those things.

]]>
Anton Geraschenko comments on "Writing matrices" (1917) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1917#Comment_1917 2010-01-17T19:14:31-08:00 2018-11-04T13:42:19-08:00 Anton Geraschenko http://mathoverflow.tqft.net/account/2/ Rather than escaping one backslash, I prefer to enclose the whole thing in backquotes: `$\begin{array}{ll} d & t \\ d & g \\ 4 & 5 \end{array}$` This tells the Markdown ... Rather than escaping one backslash, I prefer to enclose the whole thing in backquotes:

`$\begin{array}{ll} d & t \\ d & g \\ 4 & 5 \end{array}$`

This tells the Markdown engine to regard the whole thing as code, so none of the special characters do anything weird (in particular, you don't have to escape anything).

]]>
Anweshi comments on "Writing matrices" (1898) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1898#Comment_1898 2010-01-17T12:35:04-08:00 2018-11-04T13:42:19-08:00 Anweshi http://mathoverflow.tqft.net/account/94/ Thanks Harry. This was helpful. Thanks Harry. This was helpful.

]]>
Anweshi comments on "Writing matrices" (1896) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1896#Comment_1896 2010-01-17T11:23:22-08:00 2018-11-04T13:42:19-08:00 Anweshi http://mathoverflow.tqft.net/account/94/ What are the latex methods I should use for rendering a matrix in an MO question? It seems use of an array would give a garbled output. $\begin{array}{ll} d & t \ \ d & g \ \ 4 ... What are the latex methods I should use for rendering a matrix in an MO question?

It seems use of an array would give a garbled output.

$\begin{array}{ll} d & t \ \ d & g \ \ 4 & 5 \end{array}$ renders d g d t 4 5 in one line.

Note: Here \ \ actually stands for two backslashes without a space. But if I type it that way it is not rendered properly in meta.

]]>