From: Ben F. <ben...@be...> - 2015-06-14 20:57:24
|
mansour amini <ms_...@ya...> writes: > i don't want to use ^, i want show like mathematics expression It is worth observing that reStructuredText is a markup format designed for widespread use, rendering to many different output formats. Not all the output formats Docutils targets are capable of rendering complex mathematical expressions. With that said, the “math” interpreted text role and directive <URL:http://docutils.sourceforge.net/docs/ref/rst/roles.html#math> <URL:http://docutils.sourceforge.net/docs/ref/rst/directives.html#math> are available in Docutils version 0.8 and later:: The input format is LaTeX math syntax[1] with support for Unicode symbols […] Support is limited to a subset of LaTeX math by the conversion required for many output formats. I hope that helps. -- \ “I believe our future depends powerfully on how well we | `\ understand this cosmos, in which we float like a mote of dust | _o__) in the morning sky.” —Carl Sagan, _Cosmos_, 1980 | Ben Finney |