tea.mathoverflow.net - Discussion Feed (Writing matrices) Sun, 04 Nov 2018 13:42:19 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Andrew Stacey comments on "Writing matrices" (1945) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1945#Comment_1945 http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1945#Comment_1945 Mon, 18 Jan 2010 08:54:08 -0800 Andrew Stacey 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 http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1923#Comment_1923 Sun, 17 Jan 2010 20:24:19 -0800 Anton Geraschenko 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 http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1917#Comment_1917 Sun, 17 Jan 2010 19:14:31 -0800 Anton Geraschenko 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 http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1898#Comment_1898 Sun, 17 Jan 2010 12:35:04 -0800 Anweshi Thanks Harry. This was helpful.

]]>
Anweshi comments on "Writing matrices" (1896) http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1896#Comment_1896 http://mathoverflow.tqft.net/discussion/164/writing-matrices/?Focus=1896#Comment_1896 Sun, 17 Jan 2010 11:23:22 -0800 Anweshi 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.

]]>