<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi David,<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Sans'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">I briefly explored reStructuredText a while ago, but concluded that it was great for code blocks, but didn't have rich enough math rendering capabilities. Now, revisiting the documentation I wonder if I was wrong? I would like to be able to do vectors and matrices, equation arrays with control over which lines are numbered, and labels to refer to equations in the text. If this is covered easily by reStructuredText then I nominate it as a serious contender.</span></blockquote></div><br><div>I am an avid LaTeX user myself but I censored myself. My preferences would be LaTeX and then reST. But then you can do the following with the latter</div><div><br></div><div><div>Famous continued fraction: :math:`\pi \approx 3 + \frac{1}{7 + \frac{1}{15 + \cdots}}`</div><div><br></div><div>.. math::</div><div><br></div><div>&nbsp; M = \left(\begin{matrix}</div><div>&nbsp; \cos\phi &amp; -\sin\phi &amp; 0 \\</div><div>&nbsp; \sin\phi &amp; \cos\phi &amp; 0 \\</div><div>&nbsp; 0 &amp; 0 &amp; 1</div><div>&nbsp; \end{matrix}\right)</div><div><br></div><div>&nbsp; N = \left(\begin{matrix}</div><div>&nbsp; 1 &amp; 0 &amp; 0 \\</div><div>&nbsp; 0 &amp; \cos\phi &amp; -\sin\phi \\</div><div>&nbsp; 0 &amp; \sin\phi &amp; \cos\phi</div><div>&nbsp; \end{matrix}\right)</div><div>&nbsp;&nbsp;</div><div><br></div></div><div>You can try to your heart content at&nbsp;<a href="http://www.tele3.cz/jbar/rest/rest.html">http://www.tele3.cz/jbar/rest/rest.html</a></div><div><br></div><div>I don't remember how to number equations though.</div><div><br></div><div>Best wishes,</div><div><br></div><div>Luc</div><div><br></div><div><br></div><div><br></div><div><br></div></body></html>